04-29-2024 08:47 PM
Hi all,
I'm running a 20.9 sd wan home lab with Cloud vEdges, I have a dual site (one of 4) with OSPF running on the LAN side where I have a L3 switch doing as a core.
I have 3 VPNs (100, 300, 400) which are mapped to respective ospf process with vrf in the core (100 vrf 100, 300 vrf 300 and 400 vrf 400).
The issue I'm running into is that Core switch has all the routes redistributed from OMP in its database for each VPN/VRF, but it's ignoring all those routes due the DN-bit set by the vedges which it's used for loop prevention:
*Apr 30 03:04:57.322: OSPF-100 EXTER: Start processing AS External LSA 5/10.1.99.12/10.10.20.22, mask 255.255.255.252
*Apr 30 03:04:57.322: OSPF-100 EXTER: age 12, seq 0x80000005, metric 16777214, metric-type 2, fw-addr 0.0.0.0
*Apr 30 03:04:57.322: OSPF-100 EXTER: Downward bit set, ignoring the LSA
When I move one peering, let's say VPN100 on vEdge to peer with ospf in the GRT, everything works fine, the issue only happens when using ospf with vrf instances.
What should I do to get this working with per OSPF and VRF on the core switch?
Any idea would be helpful, thanks!
Solved! Go to Solution.
04-29-2024 08:58 PM
Hi @Agho ,
You need to configure "capability vrf-lite" under the ospf process on the core switch.
Regards,
04-29-2024 11:16 PM
Hi,
OSPF process with VRF assumes itself connected to OSPF MPLS Superbackbone i.e PE router where DN-bit based LSAs are ignored. You need "capabilty-vrf" to disable that logic.
04-29-2024 08:58 PM
Hi @Agho ,
You need to configure "capability vrf-lite" under the ospf process on the core switch.
Regards,
04-29-2024 11:16 PM
Hi,
OSPF process with VRF assumes itself connected to OSPF MPLS Superbackbone i.e PE router where DN-bit based LSAs are ignored. You need "capabilty-vrf" to disable that logic.
04-30-2024 07:59 PM
04-30-2024 08:14 PM
You are very welcome @Agho and thanks for the feedback
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