1.

How To Filter Out The Default Route From Outgoing Bgp Advertisements?

Answer»

Assuming you have a static default route that is REDISTRIBUTED because redistribute-static parameter is set to yes, do the following: 

/routing FILTER ADD chain=myfilter prefix=0.0.0.0/0 action=discard

Then set myfilter as the out-filter for BGP INSTANCE 

/routing bgp instance set default out-filter=myfilter

Assuming you have a static default route that is redistributed because redistribute-static parameter is set to yes, do the following: 

/routing filter add chain=myfilter prefix=0.0.0.0/0 action=discard

Then set myfilter as the out-filter for BGP instance 

/routing bgp instance set default out-filter=myfilter



Discussion

No Comment Found