Using communities to filter BGP prefixes on BGP Neighbors
filed in Cisco Networking on Apr.30, 2009
So I have a prefix that I am advertising to my BGP neighbor and I dont want this BGP neighbor to advertise this prefix to their BGP neighbors. What do I do? I use well known communities.
First I create an ACL that will match the prefix I want filtered.
# access-list 10 permit 10.10.10.0 0.0.0.255
Then I [...]
