Try this in BGP config for VRF one: redist ospf 2 vrf one match internal external
-- Marko Milivojevic - CCIE #18427 Senior Technical Instructor - IPexpert Mailto: [email protected] Telephone: +1.810.326.1444 Fax: +1.810.454.0130 Web: http://www.ipexpert.com/ On Mon, Mar 15, 2010 at 21:07, venkat <[email protected]> wrote: > Hi, > I am stuck with a problem. In the below topology; > CE1------PE1----- MPLS---- PE2----CE2 > CE1 is sending OSPF type-5 external LSA (generated by a redistributing > specific loopback IP) and i could see this lsa in PE1's ospf database. But, > not in BGP vpnv4 table. Is this expected behavior? I though as the tag=0,by > default, E2 routes are not redistributed into BGP vpnv4. tried with changing > tag value to 100 and still no success. > Below is the configuration; > <snip from R0-CE1> > Type-5 AS External Link States > Link ID ADV Router Age Seq# Checksum Tag > 22.22.22.22 100.100.100.100 463 0x80000001 0x003B17 100 > <From R1 - PE1> > OSPF 1 VRF > Type-5 AS External Link States > Link ID ADV Router Age Seq# Checksum Tag > 22.22.22.22 100.100.100.100 715 0x80000001 0x003B17 100 > R2# > ! > address-family ipv4 vrf one > redistribute ospf 2 vrf one > no synchronization > exit-address-family > R2# > R2#show ip bgp vpnv4 vrf one <<< not seeing type-5 LSA > BGP table version is 50, local router ID is 2.2.2.2 > Status codes: s suppressed, d damped, h history, * valid, > best, i - > internal, > r RIB-failure, S Stale > Origin codes: i - IGP, e - EGP, ? - incomplete > Network Next Hop Metric LocPrf Weight Path > Route Distinguisher: 1:1 (default for vrf one) > *> 11.1.1.0/24 0.0.0.0 0 32768 ? > *> 12.1.1.0/24 0.0.0.0 0 32768 ? > *>i13.1.1.0/24 5.5.5.5 0 100 0 ? > *>i13.1.2.0/24 5.5.5.5 0 100 0 ? > *> 100.100.100.100/32 > 12.1.1.2 2 32768 ? > *>i192.168.2.0 5.5.5.5 2 100 0 ? > R2# > Thanks, > Venkat > http://ippoint.wordpress.com/ > > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > > _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com
