Re: Redistribute routes from EIGRP into BGP VRF

2007-08-09 Thread Bruce Pinsky

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Bailey Stephen wrote:
> Hello all,
> 
>  
> 
> Currently working on a solution at the moment where I receive specific
> /25 routes via a leased line into the global routing table via EIGRP on
> a Cisco 2801.
> 
>  
> 
> I then need to inject these routes into a BGP VRF to be advertised onto
> BGP Peers within the VRF Network.
> 
>  
> 
> The /24 routes for the Site LAN are injected via Radius on the DSL
> Routers so this task makes the /25 more favourable via the Leased Line
> Router.
> 
>  
> 
> ==
> 
> IOS Version on 2801 (Router B) = Version 12.4(12a)
> 
>  
> 
> BGP VRF Config:
> 
> router bgp 65xxx
> 
>  no synchronization
> 
>  no bgp log-neighbor-changes
> 
>  bgp scan-time 10
> 
>  no auto-summary
> 
>  !   
> 
>  address-family ipv4 vrf test1
> 
>  redistribute connected
> 
>  redistribute static
> 
>  redistribute eigrp
> 
> ?
> 
> ==
> 
> Simple Diagram attached
> 
>  
> 
> Routers C & D do not see the redistributed routes from Router B via BGP.
> 
>  
> 
> Not sure if this is an IOS Bug, but this should work??
> 
>  

You need support for "BGP Support for IP Prefix Import from Global Table
into a VRF Table"

http://www.cisco.com/univercd/cc/td/doc/product/software/ios124/124cg/hirp_c/ch05/h_bgivt.htm

Support is available starting in 12.0(29)S, 12.2(25)S, and 12.3(14)T.

- --
=
bep

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.4 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGu7iRE1XcgMgrtyYRAtiSAJ9g+GWFNTdSgCmiuFM6IFX6+rKUFQCeOk92
B9sK68gPcKvLedXhPFwH9+w=
=o9ot
-END PGP SIGNATURE-


Redistribute routes from EIGRP into BGP VRF

2007-08-02 Thread Bailey Stephen
Hello all,

 

Currently working on a solution at the moment where I receive specific
/25 routes via a leased line into the global routing table via EIGRP on
a Cisco 2801.

 

I then need to inject these routes into a BGP VRF to be advertised onto
BGP Peers within the VRF Network.

 

The /24 routes for the Site LAN are injected via Radius on the DSL
Routers so this task makes the /25 more favourable via the Leased Line
Router.

 

==

IOS Version on 2801 (Router B) = Version 12.4(12a)

 

BGP VRF Config:

router bgp 65xxx

 no synchronization

 no bgp log-neighbor-changes

 bgp scan-time 10

 no auto-summary

 !

 address-family ipv4 vrf test1

 redistribute connected

 redistribute static

 redistribute eigrp

...

==

Simple Diagram attached

 

Routers C & D do not see the redistributed routes from Router B via BGP.

 

Not sure if this is an IOS Bug, but this should work??

 

Thanks

 

Stephen Bailey