Default route from the outgoing BGP

How to filter out default route from the outgoing BGP advertisements?

E

Expert

Verified

Supposing you have a static default route which is redistributed since redistribute-static parameter is set to yes, do which is written below:

/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   

   Related Questions in Computer Networking

©TutorsGlobe All rights reserved 2022-2023.