R3(config)#router ospf 1 vrf R5-SW1
%VRF specified does not match existing router
原因是已经存在router ospf 1,删掉之后重新敲命令就可以了。
R3#sh run | section r o
router ospf 1
R3#
可以正确进行
R4#conf t
R4(config)#no router ospf 1
R3(config)#router ospf 1 vrf R5-SW1
R3(config)#router ospf 1 vrf R5-SW1
%VRF specified does not match existing router
原因是已经存在router ospf 1,删掉之后重新敲命令就可以了。
R3#sh run | section r o
router ospf 1
R3#
可以正确进行
R4#conf t
R4(config)#no router ospf 1
R3(config)#router ospf 1 vrf R5-SW1