[c-nsp] BGP - filtered 00 route redistribution

Mike networkslave2 at gmail.com
Tue May 20 15:56:33 EDT 2008


Hello All,

We are planning to redistribute a 0 0 internet route into our IPeFR (AT&T
MPLS) cloud, but only want select sites to see the advertisement. Let's say
we have sites A-D and want to redistribute the 00 route from A, want B to
use the path, but not C&D. What would be the cleanest way to achieve this
goal?

I think this filter would work. It would require updates to every
router which isn't the worst thing, but looking for alternatives.

route-map deny-default deny 10
match ip address prefix-list prefix-list
!
route-map deny-default permit 15
!
ip prefix-list deny-default seq 5 permit 0.0.0.0/0 le 32


More information about the cisco-nsp mailing list