[c-nsp] Redistribute of bgp asXX and EIGRP asXX

Scott Ingram SIngram at clayton.com
Tue Mar 21 12:18:45 EST 2006


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

IMPORTANT NOTICE:

This message is intended only for the use of the individual or entity to which it is addressed and may contain information that is privileged, confidential and exempt from disclosure under applicable law.  If you have received this message in error, you are hereby notified that we do not consent to any reading, dissemination, distribution or copying of this message.  If you have received this communication in error, please notify the sender immediately and destroy the transmitted information.



More information about the cisco-nsp mailing list