route leaking between VRF

From: Bradford Hung <bradford.hung_at_gmail.com>
Date: Fri, 27 Nov 2009 02:23:08 +0800

Hi,

Here is the configure:

interface Loopback0
 ip address 1.1.1.1 255.255.255.255
!
interface Loopback1
 ip vrf forwarding red
 ip address 1.1.1.2 255.255.255.255
!
interface FastEthernet0/0
 ip vrf forwarding red
 ip address 133.1.12.1 255.255.255.0
 duplex auto
 speed auto
 mpls label protocol both
!
interface FastEthernet0/1
 ip vrf forwarding green
 ip address 144.1.12.1 255.255.255.0
 duplex auto
 speed auto
!
router ospf 100 vrf red
 log-adjacency-changes
 network 1.1.1.2 0.0.0.0 area 0
 network 133.1.12.0 0.0.0.255 area 0
!
router ospf 200 vrf green
 log-adjacency-changes
 network 144.1.12.0 0.0.0.255 area 0

The question is how can I put the route "144.1.12.0/24" from vrf green to
vrf red without bgp configuration?

Thanks

Regards,
Hung

Blogs and organic groups at http://www.ccie.net
Received on Fri Nov 27 2009 - 02:23:08 ART

This archive was generated by hypermail 2.2.0 : Tue Dec 01 2009 - 06:36:29 ART