[c-nsp] Redistribute of bgp asXX and EIGRP asXX
Pete Templin
petelists at templin.org
Tue Mar 21 12:38:33 EST 2006
Scott Ingram wrote:
> I'm trying to set up REDISTRIBUTION and I was going to use a route-map.
> Any Ideas?
>
> !
> router eigrp AS NUMBER
> redistribute connected
> redistribute static
> redistribute bgp as NUMBER route-map BGP-EIGRP-Redist
> network 192.168.x.x
> no auto-summary
> !
> router bgp as NUMBER
> no synchronization
> bgp log-neighbor-changes
> redistribute connected
> redistribute static
> redistribute eigrp 99
> neighbor 152.161.x.x remote-as NUMBER
> no auto-summary
> !
>
> ip prefix-list MCI_PiP seq 1 permit 152.161.x.x/32
> ip prefix-list MCI_PiP seq 2 permit 152.161.x.x/32
> ip prefix-list MCI_PiP seq 3 permit 152.161.x.x/32
>
> route-map BGP-EIGRP-Redist permit 1
> match ip address prefix-list MCI_PiP
> set metric as NUMBER 1 255 1 1500
Ideas? Yep, it looks like a route map to me. Might want to make sure
you want to put BGP routes into your IGP, but if you're sure you want
to, you might want 'bgp redistribute-internal'.
pt
More information about the cisco-nsp
mailing list