cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
596
Views
2
Helpful
4
Replies

So when we are trying to assign same vrf to two router ospf its giving

pthakkar
Level 1
Level 1

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

4 Replies 4

marce1000
Hall of Fame
Hall of Fame

 

  - FYI : https://community.cisco.com/t5/other-network-architecture-subjects/loading-ospf-configuration-after-reboot/m-p/385450/highlight/true#M135384

  M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

Harold Ritter
Spotlight
Spotlight

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.

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

Joseph W. Doherty
Hall of Fame
Hall of Fame

 

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.

Hi friend

Can you more elaborate.

Also are you sure you add vrf (it RD) beofre use it with ospf 

MHM