12-13-2005 04:25 PM
I have I have MPLS VPN lab setup, I have one question, I am running ospf between PE-CE to export and import routes between VRF at PE and CE. BGP is getting redistributed at PE OSPF VRF process. and then that routes are learned at CE via OSPF too.
now when I see the CE routing table it shows all the routes imported from PE VRF which BGP leaked in OSPF, but routes apper as O IA so this confuses me cous I expect them to be O E2 atleast as leaking BGP in ospf at PE will make them external AS routes.
Thanks in advance
12-13-2005 07:04 PM
This is normal behavior.
OSPF in a context of MPLS VPN is a special case. If both process-id on either side of the MPLS VPN cloud are the same then routes exchange via the core are seen as Inter-area routes. If the process-id are different then the routes are seen as external unless you configure the same "domain-id" under each ospf processes.
Please refer to the following link for additional information:
http://www.cisco.com/en/US/products/ps6604/products_white_paper09186a00800a8570.shtml#1024995
You could even make it such that the routes exchanged via the MPLS VPN core could be seen as intra area routes by using the sham-link feature.
Sham-links are discussed in the same url.
Hope this helps,
12-13-2005 11:22 PM
And to add even EIGRP maintains the metrics transperantly across MP BGP session.
Harry I had another question, if say i have an option A NNI, i wanted to bring up OSPF between across the NNI subinterface to extend sham-links, i enable vrf lite capability (both sides vrf) to bring it up , correct me if iam wrong. Now when i enable vrf lite, the routes of OSPF become O E2(no longer connected to MPLS Super backbone). Is there i can do end-to-end sham links on an Option A NNI ? Can i do by having a send-label or send extcommunity in a BGP session across the NNI ? Basically wanted to know what kind of information is carried across in a sham-link update. Or as usual , am i missing something straight forward ?
12-14-2005 10:53 AM
Thanks for your guidance.
I have another doubt same LAB setup but this time backdoor links between 2 CE sites,
when I configure Inter-Site backdoor interfaces with Area 0 without SHAM-LINKS the backdoor routes get priority
Why ?, because both CE routers become ABR and routes learned via traditional OSPF backbone Area 0 will always get priority.
Thanks in advance
12-14-2005 02:42 PM
Because routes learnt via the MPLS core are at best inter-area (without sham-link) and therefore routes learnt via the backdoor are seen as an intra-area and therefore preferred.
The only way to get the route learnt via the MPLS core to be preferred over the backdoor routes is to configure a sham-link, which has the effect of the route learnt from the core being seen as an intra-area route.
Hope this helps,
12-14-2005 11:16 PM
Hi,
just a small addition to Harolds comments. As stated the sham-link will be seen as intra-area link. So you have to make sure that the combined metric of your sham-link (configurable) plus the two PE-CE links is better than your backdoor link metric. Otherwise your traffic will still not go through the MPLS VPN.
This might require to adjust ospf cost on the PE-CE links as well.
Regards
Martin
12-15-2005 08:24 AM
Folks thank you very much,
another thing I noted down is that even SHAM links configured between ingress and egress PE's. The type of area used between CE and PE plays important role.
I mean if both CE's backdoor connects to OSPF Area 0 then you should configure atleast one CE-PE with Area 0 otherwise SHAM links are not of any use.
I will figure today why ?
Any comments
Thanks
Jay
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide