I can see how you can get connectivity between R3 and R4's loopback
but don't think this method will work over the core to R5.
As Pandi mentioned:
PE1
*ip route vrf vpn2 4.4.4.4 255.255.255.255.255 Serial2/0
*
*ip route 10.0.2.0 255.255.255.0 Serial2/0 (R3 lan)
router rip
!
address-family ipv4 vrf vpn2
redistribute static metric 3 --- so R3 gets the leaked route
network ....
!
router bgp 100
address-family ipv4 vrf vpn2
redistribute static ---- R5 will see R4's loop (but
R4 will not see R5's vrf routes)
router ospf 1
redistribute static --- so R4 gets the leaked route
*
router ospf 1 vrf vpn2
redistribute static
-Rich
------------------------------------------------
Hi
Can you please check for the below config
PE1:
*ip route vrf vpn2 4.4.4.4 255.255.255.255.255 Serial2/0
*
*ip route 10.0.2.0 255.255.255.0 Serial2/0 (R3 lan)
router bgp 100
address-family ipv4 vrf vpn2 --- vrf bgp process
redistribute static
router ospf 1 --- global routing ospf process
redistribute static
*
Regards
Pandi
- Show quoted text -
On Sat, Jun 6, 2009 at 2:33 PM, adam gibs<adamgibs7_at_gmail.com> wrote:
> Hello
>
>
> R3----PE1------P----------PE2--------R5
> |
> |
> R4
> i want to leak a global route of loopback0 from router R4 to VRF between R3
> and R5
> R3 is in VRF and running rip v2 with PE1 and same in between R5 and PE2,
> Connectivity from R3 to R5 through vpn is fix no issues,now i want to leak a
> global route (a loopback interface)from R4 to VRF which belongs to R3 and
> R5.
>
> the protocol in between PE1 and P and PE2 and R4 is OSPF.
>
> What i shld do to achieve this,Am testing on dynamips for practice.
>
> http://www.cisco.com/en/US/tech/tk436/tk832/technologies_configuration_example09186a0080231a3e.shtml
>
> I have been to the above link and followed according to that but no
> success,can any body send me the configs to achieve this.
>
>
> Blogs and organic groups at http://www.ccie.net
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
Blogs and organic groups at http://www.ccie.net
Received on Mon Jun 08 2009 - 19:36:04 ART
This archive was generated by hypermail 2.2.0 : Wed Jul 01 2009 - 20:02:37 ART