How to filter out the default route from outgoing BGP advertisements?
Submitted by: AdministratorAssuming 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
Submitted by: Administrator
/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
Submitted by: Administrator
Read Online Routing Job Interview Questions And Answers
Top Routing Questions
☺ | What is IP addresses, Netmasks and Subnets? |
☺ | What is ifconfig? |
☺ | How to filter out the default route from outgoing BGP advertisements? |
☺ | What is ARP? |
☺ | How to Set a Netmask under SunOS? |
Top Computer Networking Categories
☺ | CCNA Interview Questions. |
☺ | MCSE Interview Questions. |
☺ | CCNP Interview Questions. |
☺ | MCSA Interview Questions. |
☺ | Network Administrator Interview Questions. |