<div dir="auto">Been doing exactly this for a couple ASNs for a few years now with surprisingly good results (thanks to advice way far back from my good friend Brandon Martin above, coincidentally). One of them is even on an L3 switch with something like 96k max routes. Taking defaults from two upstream providers and ECMPing between them. This particular AS is a pretty predictable network so after running netflow for a while, compiling a list of the top ~1000 outbound ASs we talk to, then creating route filters to allow any prefixes from this AS list into our forwarding table, it now has something like 98% of it's traffic by volume covered by specifics from all our upstreams, and of course ECMP defaults to fall back on for the remaining 2%. Not pretty, but have had surprisingly zero issues or traffic weirdness over a few years now - when customers want to play bgp but refuse to buy actual routers you have to get creative :)</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Oct 24, 2022, 11:47 AM Adam Thompson <<a href="mailto:athompson@merlin.mb.ca">athompson@merlin.mb.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I can't believe that never occurred to me in all the time I was doing that, 'way back when...  <facepalm><br>
Thanks for pointing that out!<br>
-Adam<br>
<br>
Adam Thompson<br>
Consultant, Infrastructure Services<br>
MERLIN<br>
100 - 135 Innovation Drive<br>
Winnipeg, MB R3T 6A8<br>
(204) 977-6824 or 1-800-430-6404 (MB only)<br>
<a href="https://www.merlin.mb.ca" rel="noreferrer noreferrer" target="_blank">https://www.merlin.mb.ca</a><br>
Chat with me on Teams: <a href="mailto:athompson@merlin.mb.ca" target="_blank" rel="noreferrer">athompson@merlin.mb.ca</a><br>
<br>
> -----Original Message-----<br>
> From: NANOG <nanog-bounces+athompson=<a href="mailto:merlin.mb.ca@nanog.org" target="_blank" rel="noreferrer">merlin.mb.ca@nanog.org</a>> On<br>
> Behalf Of Brandon Martin<br>
> Sent: October 21, 2022 4:30 PM<br>
> To: <a href="mailto:nanog@nanog.org" target="_blank" rel="noreferrer">nanog@nanog.org</a><br>
> Subject: Re: any dangers of filtering every /24 on full internet<br>
> table to preserve FIB space ?<br>
> <br>
> On 10/20/22 17:50, Adam Thompson wrote:<br>
> > Alternately, a valid technique is to have a default route AND a<br>
> partial BGP feed (a filtered full feed is by definition a partial<br>
> feed).  That helps optimize outbound routing a little bit, you still<br>
> get the advantage - mostly - of multiple inbound carriers; but you<br>
> still have to pick one carrier to do the heavy lifting for you.  And<br>
> you are paying them to route for you, so that's not an unfair<br>
> shifting of the routing burden, unlike relying on covering routes.<br>
> Note that this approach does NOT provide any redundancy, unlike<br>
> having full BGP feeds.<br>
> <br>
> As a note, you can get redundancy (but still none of the best-path<br>
> advantages of having multiple transits) by asking your transits to<br>
> originate default in their BGP feed and then selectively accepting<br>
> it.<br>
> You can either ECMP it or pick priority with localpref.<br>
> <br>
> You need multiple full-view transits for this to work, though.<br>
> <br>
> --<br>
> Brandon Martin<br>
</blockquote></div>