IPv6 Routing

IPv6 Routing
IPv6 is not enabled by default on Cisco routers. To enable IPv6 routing, the
command is Router(config)#ipv6 unicast-routing.
After IPv6 is enabled, addresses are assigned to interfaces much like version 4:
Router(config-if)#ipv6 address prefix/prefix-length
To make this less abstract, a more complete example that shows an IPv6
implementation is shown in Example 8-1.