02-23-2015 07:25 AM - edited 03-07-2019 10:47 PM
Hi all,
I have a problem and I really do not know the reason.
Simple scenario. I need to configure ospf into a ASR1004 router.
Here the command
vrf definition TEST-02
!
address-family ipv4
exit-address-family
!
!
interface Loopback25
description TEST-02
vrf forwarding TEST-02
ip address 1.1.1.1 255.255.255.255
ip ospf 2 area 0.0.0.1
As soon I am running the command ip ospf 2 area 0.0.0.1, I got this error %VRF specified does not match existing router.
I configure with success other different vrf before and after this problem so I can not understand why the router is refusing this configuration.
Any idea?
Thank you.
Regards,
Fabio.
02-24-2015 11:59 AM
Hello.
Your OSPF process 2 (in global configuration mode) should be configured with vrf keyword like following:
router ospf 2 vrf TEST-02
02-24-2020 05:06 PM - edited 02-24-2020 05:10 PM
I know this is years later but I seen this asked many times and only answered with a solution by Vasilii Mikhailovskii
or you could remove existing running ospf 2 process in global configuration, then add it under the interface as you have it.
11-30-2021 01:10 PM
Another simple solution that worked for me, is reloading the router and tried the command again
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