cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
531
Views
8
Helpful
4
Replies

Ospf PE-CE

n.nandrekar
Level 4
Level 4

Hi,

i m use as PE-ce AS OSPF.

On PE router i configured eo in Vrf1 and E1 in Vrf2 and connected through cross cable.

in Vrf1 i m importing routes from other PE router and that routes are entering correctly,but in VRF2 routes are comeing in ospf database but not entering in VRF2 routeing table.

what will be the problem?

4 Replies 4

mheusinger
Level 10
Level 10

Hi,

can you check the tag field in the external routes? When a PE inserts external routes into OSPF it sets the tag field and another PE in the same AS will not use them at all to avoid routing loops. The same applies to OSPF internal routes (LSA3), bt there the downbit is set (look for "Downward" in show ip ospf database summary).

So it cold be "normal" behavior".

Regards, Martin

See if adding vrf-lite capability under the OSPF configuration for the VRF helps override the down-bit.

router ospf x vrf A

capability vrf-lite

Let me know if it works.

swaroop.potdar
Level 7
Level 7

Hi Niranjan,

I believe you are trying to practise something in the lab. But this is too little a information with which someone can help.

But anyways to start with you can use this link as below and try troubleshooting.

http://www.cisco.com/warp/public/104/26.html

If you still have a problem you can send in the o/p as below.

Can u describe in brief what is your test topology and some outputs as below.

1) Config on the remote PE from where you are getting these routes.

2) Config on the this end PE with VRF1 and 2.

3) show ip bgp vpnv4 all on both PE's.

4) show ip route vrf for each vrf on both PE's

5) show ip ospf database on both sides as well for the concerned VRF's

HTH-Cheers,

Swaroop

ksolie
Level 1
Level 1

Don't forget the subnets keyword on OSPF and also use the match internal external1 external 2 keywords when putting OSPF into the BGP address-family...This may help

-Karl Solie

address-family ipv4 vrf V3

redistribute connected

redistribute ospf 2010 vrf V3 match internal external 1 external 2

no auto-summary

no synchronization

exit-address-family

router ospf 2010 vrf V3

log-adjacency-changes

redistribute bgp 1998 subnets

network 172.20.81.208 0.0.0.3 area 0

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: