CCNA • Practice Test 12
Free CCNA practice test — 15 questions with explanations. Set 12. No signup required.
A network engineer is troubleshooting OSPFv3 adjacency between two directly connected Cisco routers, R1 and R2, both running IOS-XE. The engineer configures OSPFv3 on both routers but notices that the adjacency does not form. The engineer runs 'show ospfv3 neighbor' on R1 and sees no neighbors. What is the most likely cause of this issue?
R1# show ospfv3 neighbor
OSPFv3 1 address-family ipv6 (router-id 1.1.1.1)
Neighbor ID Pri State Dead Time Interface ID Interface
R1# show ipv6 interface brief
GigabitEthernet0/0 [up/up]
FE80::1
GigabitEthernet0/1 [up/up]
FE80::2
R1# show running-config | section router ospfv3
router ospfv3 1
address-family ipv6
router-id 1.1.1.1
area 0
interface GigabitEthernet0/0
interface GigabitEthernet0/1
R1# show running-config interface GigabitEthernet0/0
interface GigabitEthernet0/0
ipv6 address FE80::1 link-local
ipv6 ospfv3 1 ipv6 area 0
!