CertExams.com Simulator Lab Exercises Answers
Description : This lab demonstrates the steps required to enable ipv6 on a cisco router.
Instructions
1. Enter into privileged mode on router R1.
2. Enter into global configuration mode.
3. Enter the command "ipv6 unicast-routing" that enables the forwarding of IPv6 unicast datagrams globally on the router.
R1>enable
R1#configure terminal
R1(config)#ipv6 unicast-routing
R1(config)#exit
R1#exit
R1>
Note: The first step of enabling IPv6 on a Cisco router is the activation of IPv6 traffic forwarding to forward unicast IPv6 packets between network interfaces. By default, IPv6 traffic forwarding is disabled on Cisco routers.
The ipv6 unicast-routing command is used to enable the forwarding of IPv6 packets between interfaces on the router.