04-24-2023 05:49 AM
"Hello, I'm trying to configure OSPFv3 between two Cisco routers, but IPv6 connectivity is still not working. I simply can't find the problem. On the first router, I have a Router ID of 1.1.1.1 and on the second router, the Router ID is 2.2.2.2. The configuration on both routers includes OSPFv3 in Area 0. Can anyone help me find the error or advise me on what to check? Thank you!"
Solved! Go to Solution.
04-24-2023 06:52 AM - edited 04-24-2023 07:32 AM
Hi @vailedcornet ,
You configured the same link local address (fe80::1) on both routers. This will make it impossible for ospfv3 to establish the neighbor relationship.
Please change the link local address on the ISP-Router and it will fix the issue.
ISP-Router:
int gi0/0/0
ipv6 address FE80::2 link-local
Regards,
04-24-2023 06:04 AM
try ping first
04-24-2023 06:52 AM - edited 04-24-2023 07:32 AM
Hi @vailedcornet ,
You configured the same link local address (fe80::1) on both routers. This will make it impossible for ospfv3 to establish the neighbor relationship.
Please change the link local address on the ISP-Router and it will fix the issue.
ISP-Router:
int gi0/0/0
ipv6 address FE80::2 link-local
Regards,
04-24-2023 07:38 AM
Thank you for your help!
04-24-2023 07:54 AM
You are very welcome @vailedcornet and thanks for the feedback
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