hard
Single Answer
0

In the following figure, which command on Router B will allow hosts on Network B to reach the Internet?

Answer Options

A

RouterB(config-if)#ipv6 address default

B

RouterB(config)#ip route ::/0 serial 0/3/0

C

RouterB(config-if)#ipv6 address autoconfig default

D

RouterB(config-if)#ipv6 address slaac

Correct Answer: C

Explanation

The command ipv6 address auto-config default configures the interface of Serial 0/3/0 with an IP address via SLAAC. When the default subcommand is used, it allows the router to inherit the default route discovered via NDP RS/RA messages. The commands ipv6 address default, ip route ::/0 serial 0/3/0, and ipv6 address slaac are incorrect.

ipv6
routing
default-route
slaac
ndp
View Reference Material