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

Félix Izquierdo fizquierdo at l3consulting.com
Tue Mar 21 12:40:59 EST 2006


You need "bgp redistribute-internal" under bgp configuration in order to 
  redistribute BGP into your IGP.


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
> 
> 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.
> 
> _______________________________________________
> cisco-nsp mailing list  cisco-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-nsp
> archive at http://puck.nether.net/pipermail/cisco-nsp/
> 
> 



More information about the cisco-nsp mailing list