ipv6 router ospf 1
While using Packettracer 7.3 version. I was not able to configure ospfv3 into any of the given router.
R1(config)#router ospfv3
^
% Invalid input detected at '^' marker.
i get this message in every router. I try to search and try it in every router that Packettracer provide us but none of it was identifying ospv3 command.
I'm attaching screenshot too, kindly look over and guide me.
Thank you.
Solved! Go to Solution.
Hi,
Cisco IOS routers offer two OSPF configuration methods for IPv6:
Both are the same.
Do ipv6 configuration options under global config mode ipv6 router ospf 1
I think it is already there I see it is already there; this is proper command for ospf ipv6 only. PT does not support all commands and options/features; they have OSPFv2 for IPv4 configs but they dont' support address family for ospf which is router ospfv3 - address family for both ipv4 and ipv6.
see OSPF Doc for all options
Regards, ML
**Please Rate All Helpful Responses **
ipv6 router ospf 1
Don’t forget this: OSPFv3 process 1 could not pick a router-id, you have to configure manually.
I hope I've helped.
Regards!
Hi,
Cisco IOS routers offer two OSPF configuration methods for IPv6:
Both are the same.
Thanks for clearing it Deepak.
I hope cisco PT will soon make this feature available for us.
Try using GNS3 with Virl Image or normal IOS images It should work as expected.