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

OSPFv3

vailedcornet
Level 1
Level 1

"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!"

1 Accepted Solution

Accepted Solutions

Harold Ritter
Spotlight
Spotlight

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,

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

View solution in original post

4 Replies 4

try ping first 

Harold Ritter
Spotlight
Spotlight

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,

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

Thank you for your help!

You are very welcome @vailedcornet and thanks for the feedback

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