04-14-2025 08:22 AM
So when we are trying to assign same vrf to two router ospf its giving error
This is in Cisco 9500 Switch %VRF specified does not match existing router
04-14-2025 08:58 AM
M.
04-14-2025 09:11 AM
Hi @pthakkar ,
The issue is that you are trying to configure ospf for the VRF (router ospf 1995 vrf pwmgmt) with the same process-id that is already being used by the ospf process used for the global routing table (router ospf 1995). Please use a different process-id for the VRF and it should fix the issue.
04-14-2025 09:36 AM
router ospf x vrf pw1
router ospf 3500 vrf mgmt2
router ospf 3600 vrf mgmt
router ospf 1995
CLT-FW-DIST-Stack#conf t
Enter configuration commands, one per line. End with CNTL/Z.
CLT-FW-DIST-Stack(config)#router ospf 3600 vr
CLT-FW-DIST-Stack(config)#router ospf 1995 vrf pwmgmt
%VRF specified does not match existing router
CLT-FW-DIST-Stack(config)#
Ah, I don't see router ospf 1995 assigned to vrf pwmgmt.
04-17-2025 10:55 AM
Hi friend
Can you more elaborate.
Also are you sure you add vrf (it RD) beofre use it with ospf
MHM
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