December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to manually configure a full IPv6 address on an interface.
You can configure an IPv6 unicast address on an interface by using a very similar process to how we set up IPv4 addresses in previous chapters of this book:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#ipv6 unicast-routingRouter1(config)#interfaceRouter1(config-if)#FastEthernet0/0ipv6 addressRouter1(config-if)#AAAA::1/64exitRouter1(config)#endRouter1#
We can configure an IPv6 Anycast address by using the anycast keyword:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#ipv6 unicast-routingRouter1(config)#interfaceRouter1(config-if)#FastEthernet0/0ipv6 addressAAFF::1/64anycastRouter1(config-if)#exitRouter1(config)#endRouter1#
You can specify an IPv6 link-local address by using the link-local keyword:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#ipv6 unicast-routingRouter1(config)#interfaceRouter1(config-if)#FastEthernet0/0ipv6 address FE80::1 link-localRouter1(config-if)#exitRouter1(config)#endRouter1#
In this recipe, we have manually configured three different types of IPv6 addresses. The first example simply configures a standard globally accessible unicast address. This is similar to the standard IPv4 unicast address:
Router1(config)#interface