Mailing List Archive

filter gateway only
Hi,

I try change bgp from hurrican electric, AS6939, it import 59000 route,
I wish try import only the gateway.

See my attached file.

Cheers,

--
alpha_one_x86/BRULE Herman <alpha_one_x86@first-world.info>
Main developer of Supercopier/Ultracopier/CatchChallenger, Esourcing and server management
IT, OS, technologies, research & development, security and business department
Re: filter gateway only [ In reply to ]
n Nov 23, 2018, at 1:20 PM, alpha_one_x86 <alpha_one_x86@first-world.info> wrote:
>
> Hi,
>
> I try change bgp from hurrican electric, AS6939, it import 59000 route, I wish try import only the gateway.
>
It is not very clear what you mean by “gateway” here, but I’ll assume you mean default route.


> See my attached file.
>
As far as your config file, your prefix list is only matched for outgoing routes (you to HE, not HE to you):

> neighbor 2001:470:10:31::1 prefix-list PEER-GW-PREFIXES out

> neighbor 2001:470:10:31::1 prefix-list PEER-GW-PREFIXES out




Also, you should check that HE is actually sending a default route as well. Usually, a full route table is announced, a default route is not, because it isn’t needed.


> Cheers,
>
> --
> alpha_one_x86/BRULE Herman <alpha_one_x86@first-world.info> <mailto:alpha_one_x86@first-world.info>
> Main developer of Supercopier/Ultracopier/CatchChallenger, Esourcing and server management
> IT, OS, technologies, research & development, security and business department
> <bgpd.conf>_______________________________________________
> Quagga-users mailing list
> Quagga-users@lists.quagga.net
> https://lists.quagga.net/mailman/listinfo/quagga-users



Tom