CCNA IP Routing • Set 21
CCNA IP Routing Practice Test 21 — 15 questions with explanations. Free, no signup.
You are connected to R1 via console. R1 and R2 are directly connected via their GigabitEthernet0/0 interfaces. Configure OSPFv3 for IPv6 on both routers so that the loopback0 interface on R2 (with IPv6 address 2001:db8:acad:2::1/64) is reachable from R1. Enable IPv6 unicast routing, enable OSPFv3 on the appropriate interfaces, and verify the neighbor adjacency and routing table. (Note: R2 already has OSPFv3 configured and is waiting for R1 to complete its configuration.)
R1# show running-config | section ipv6
ipv6 unicast-routing
!
interface GigabitEthernet0/0
ipv6 address 2001:db8:acad:1::1/64
no shutdown
!
interface Loopback0
ipv6 address 2001:db8:acad:1::100/64
no shutdown
!
end
R1# show ipv6 interface brief
GigabitEthernet0/0 [up/up]
FE80::1
2001:db8:acad:1::1
Loopback0 [up/up]
FE80::100
2001:db8:acad:1::100R1# show running-config | section ipv6
ipv6 unicast-routing
!
interface GigabitEthernet0/0
ipv6 address 2001:db8:acad:1::1/64
no shutdown
!
interface Loopback0
ipv6 address 2001:db8:acad:1::100/64
no shutdown
!
end
R1# show ipv6 interface brief
GigabitEthernet0/0 [up/up]
FE80::1
2001:db8:acad:1::1
Loopback0 [up/up]
FE80::100
2001:db8:acad:1::100