December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to use the DHCP services built into IOS for distributing IPv6 address information.
Just as you can configure a router to act as a DHCP server for IPv4 addresses, Cisco’s IOS also includes an IPv6 DHCP server function:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#ipv6 dhcp databaseRouter1(config)#flash:/DHCPv6-dbipv6 local poolRouter1(config)#VLAN10-pool AAAA:1::/48 64ipv6 local poolRouter1(config)#VLAN11-pool AAAA:11::/48 64ipv6 dhcp poolRouter1(config-dhcp)#DHCPv6POOLprefix-delegationRouter1(config-dhcp)#AAAA:1::23F6:33BA/64 00030001000E84244E70prefix-delegation poolRouter1(config-dhcp)#VLAN10-pooldns-serverRouter1(config-dhcp)#AAAA:1::19domain-nameRouter1(config-dhcp)#oreilly.comexitRouter1(config)#interfaceRouter1(config-if)#FastEthernet0/0ipv6 addressRouter1(config-if)#AAAA:1::1/64ipv6 addressFE80::1link-localRouter1(config-if)#ipv6 nd managed-config-flagRouter1(config-if)#ipv6 nd other-config-flagRouter1(config-if)#ipv6 dhcp serverDHCPv6POOLrapid-commit preference1allow-hintRouter1(config-if)#exitRouter1(config)#endRouter1#
DHCP is currently available only on certain higher end routers. The rationale is probably that DHCP for IPv6 will be used primarily for WAN or wireless links in service provider networks, and that customers will continue to use IPv4 internally. However, experience with IPv4 shows that most large networks prefer ...