06-22-2016 09:29 AM - edited 03-08-2019 06:19 AM
Hello,
I would only like to advertise certain BGP networks to specific neighbors. How can this be achieved?
Any help is appreciated.
Solved! Go to Solution.
06-28-2016 12:46 AM
that's nx-os nexus, I have been giving you commands for IOS for bgp
this is how you do it in nexus under address family
06-28-2016 12:04 PM
Thank you.
Not sure what the :20 is in the AS number?
So my config would look more like this:
ip prefix-list xx-mpls-filter 10 permit 172.22.16.204 eq 32
ip prefix-list xx-mpls-filter 5 deny 0.0.0.0 eq 0
router bgp xxxx
neighbor x.x.x.x remote-as xxxx
address-family ipv4 unicast
prefix-list xx-mpls-filter in
06-29-2016 05:38 AM
Yes don't worry about the :20 not required your setup , and yes follow that method should work for you just change that last prefix list to le 32 so it blocks everything else 0.0.0.0/0 le 32
06-25-2016 11:31 AM
that output is usually in nexus to say your trying to configure something in wrong section , can you paste exactly what your doing so can see why its blocking it
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide