CCNA IP Routing • Set 20
CCNA IP Routing Practice Test 20 — 15 questions with explanations. Free, no signup.
You are connected to R1. Configure OSPFv3 for IPv6 so that R1 and R2 can exchange IPv6 routes over their directly connected link. Enable IPv6 routing, assign OSPFv3 process and area on the interface, and verify that the neighbor adjacency forms and routes appear in the IPv6 routing table.
R1# show running-config | section interface GigabitEthernet0/0
interface GigabitEthernet0/0
ip address 192.0.2.1 255.255.255.252
duplex auto
speed auto
media-type rj45
no shutdown
!
R1# show ipv6 interface brief
GigabitEthernet0/0 [up/up]
FE80::1
2001:DB8:1::1/64
Loopback0 [up/up]
FE80::1
2001:DB8:2::1/64
R1# show running-config | include ipv6 unicast-routing
no ipv6 unicast-routingR1# show running-config | section interface GigabitEthernet0/0
interface GigabitEthernet0/0
ip address 192.0.2.1 255.255.255.252
duplex auto
speed auto
media-type rj45
no shutdown
!
R1# show ipv6 interface brief
GigabitEthernet0/0 [up/up]
FE80::1
2001:DB8:1::1/64
Loopback0 [up/up]
FE80::1
2001:DB8:2::1/64
R1# show running-config | include ipv6 unicast-routing
no ipv6 unicast-routing