CCNP Route FAQ: IPv6 Routing Protocols and Redistribution
Figure: Sample Internetwork for IPv6 Routing Protocol Configuration
Q1. Which of the following features work the same in both RIP-2 and RIPng? (Choose three.)
a. Distance Vector Logic
b. Uses UDP
c. Uses RIP-specific authentication
d. Maximum useful metric of 15
e. Automatic route summarization
Q2. Router R1 currently has no configuration related to IPv6 or IPv4. The following configuration exists in a planning document, intended to be used to copy/paste into Router R1 to enable RIPng and IPv6 on interfaces F0/0 and S0/0/0. No other related configuration exists. Which of the following is true about RIPng on R1 after this configuration has been pasted into R1?
ipv6 unicast-routing interface f0/0 ipv6 rip one enable ipv6 address 2000::1/64 interface s0/0/0 ipv6 address 2001::/64 eui-64 ipv6 rip one enable
a. RIPng will be enabled on no interfaces.
b. RIPng will be enabled on one interface.
c. RIPng will be enabled on two interfaces.
d. RIPng will advertise about prefixes connected to S0/0/0 and F0/0, but only send Updates on one interface.
Q3. Router R1 currently has no configuration related to IPv6 or IPv4. The following configuration exists in a planning document intended to be used to copy/paste into Router R1 to enable EIGRP for IPv6 on interfaces F0/0 and S0/0/0. No other related configuration exists. Assuming F0/0 and S0/0/0 reach an up/up state, which of the following is true about EIGRP for IPv6 on R1 after this configuration has been pasted into R1?
ipv6 router eigrp 1 ipv6 unicast-routing interface f0/0 ipv6 address 2000::1/64 ipv6 eigrp 1 interface s0/0/0 ipv6 address 2001::/64 eui-64 ipv6 eigrp 1
a. EIGRP works on F0/0 and S0/0/0 without further configuration.
b. EIGRP works with the addition of one command: a no shutdown command in EIGRP router configuration mode.
c. EIGRP works with the addition of one command: an eigrp router-id command in EIGRP router configuration mode.
d. EIGRP for IPv6 needs at least two more configuration commands before it works on R1.
Q4. Router R1 connects to Router R2 over an Ethernet LAN with both routers using their F0/0 interfaces. R1 learns a route from R2 using EIGRP for IPv6. That route lists F0/0 as the outgoing interface with R2 as the next hop. The configuration excerpt shows all relevant configuration on R2’s F0/0 interface. Which of the following is true about R1’s route?
interface f0/0 mac-address 1111.1111.1111 ipv6 address 2000::/64 eui-64 ipv6 address 2001::1/64
a. The next hop is 2000::1311:11FF:FE11:1111
b. The next hop is FE80::1311:11FF:FE11:1111
c. The next hop is FE80::5111:11FF:FE11:1111
d. The next hop is 2001::1
Q5. Which of the following are true of both OSPFv2 and OSPFv3? (Choose two.)
a. The method of choosing an OSPF router ID
b. Verification checks that must be validated before two routers can become OSPF neighbors
c. Support for route tags
d. Support for multiple instances per interface
Q6. Router R1 currently has no configuration related to IPv6 or IPv4. The following configuration exists in a planning document, intended to be used to copy/paste into Router R1 to enable OSPFv3 on interfaces F0/0 and S0/0/0. No other related configuration exists. Assuming F0/0 and S0/0/0 reach an up/up state, which of the following is true about OSPFv3 on R1 after this configuration has been pasted into R1?
ipv6 router ospf 1 ipv6 unicast-routing interface f0/0 ipv6 address 2000::1/64 ipv6 ospf 1 area 1 interface s0/0/0 ipv6 address 2001::/64 eui-64 ipv6 ospf 1 area 0
a. OSPF works on F0/0 and S0/0/0 without further configuration.
b. OSPF works with the addition of one command: a no shutdown command in OSPF router configuration mode.
c. OSPF works with the addition of one command: an router-id command in OSPF router configuration mode.
d. OSPFv3 needs at least two more configuration commands before it works on R1.
Q7. The following output occurs on Router R1, which runs both EIGRP for IPv6 and OSPFv3, with redistribution from EIGRP into OSPF configured with the redistribute eigrp 1 metric 25 command. Interface S0/0/1 has been enabled for EIGRP ASN 1. Which of the following should be true of redistribution in this case?
D 2000::/64 [90/1422516] via FE80::213:19FF:FE7B:5026, Serial0/0/1 C 2000:0:0:1::/64 [0/0] via Serial0/0/1, directly connected L 2000::1:213:19FF:FE7B:5004/128 [0/0] via Serial0/0/1, receive
a. Route 2000::/64 will be redistributed.
b. Route 2000:0:0:1::/64 will be redistributed.
c. Route 2000:1:213:19FF:FE7B:5004/128 will be redistributed.
d. No routes will be redistributed because of the omission of the subnets parameter of the redistribute command.
Q8. Router R1 has been configured with an ipv6 route 2000::/64 S0/0/0 64 command. Which of the following does the 64 at the end of the command represent?
a. Metric
b. Administrative distance
c. Timeout (seconds)
d. Prefix length
e. Interface ID