Step 1 | configure
terminal
Example:
Controller# configure terminal
|
Enters the global
configuration mode.
|
Step 2 | ipv6
unicast-routing
Example:
Controller(config)# ipv6 unicast-routing
|
Configures
IPv6 for unicasting.
|
Step 3 |
ipv6
dhcp
pool
IPv6_DHCPPOOL
Example:
Controller (config)# ipv6 dhcp pool IPv6_DHCPPOOL
|
Enters the
configuration mode and configures the IPv6 DHCP pool on the VLAN.
|
Step 4 |
address
prefix
2001:DB8:0:1:FFFF:1234::/64
Example:
Controller (config-dhcpv6)# address prefix
2001:DB8:0:1:FFFF:1234::/64
|
Specifies the
address range to provide in the pool.
|
Step 5 |
dns-server
2001:100:0:1::1
Example:
Controller (config-dhcpv6)# dns-server 2001:100:0:1::1
|
Provides the
DNS server option to DHCP clients.
|
Step 6 |
domain-name
example.com
Example:
Controller (config-dhcpv6)# domain-name example.com
|
Provides the
domain name option to DHCP clients.
|
Step 7 |
exit
Example:
Controller (config-dhcpv6)# exit
|
Returns to the
previous mode.
|
Step 8 |
interface
vlan1
Example:
Controller (config)# interface vlan 1
|
Enters the
interface mode to configure the stateful DHCP.
|
Step 9 | description
IPv6-DHCP-Stateful
Example:
Controller (config-if)# description IPv6-DHCP-Stateful
|
Enter
description for the stateful IPv6 DHCP.
|
Step 10 | ipv6
address
2001:DB8:0:20::1/64
Example:
Controller (config-if)# ipv6 address 2001:DB8:0:20::1/64
|
Enters the
IPv6 address for the stateful IPv6 DHCP.
|
Step 11 | ip
address
192.168.20.1
255.255.255.0
Example:
Controller (config-if)# ip address 192.168.20.1 255.255.255.0
|
Enters the
IPv6 address for the stateful IPv6 DHCP.
|
Step 12 |
ipv6
nd
prefix
2001:db8::/64
no-advertise
Example:
Controller (config-if)# ipv6 nd prefix 2001:db8::/64
no-advertise
|
Configures the
IPv6 routing prefix advertisement that must not be advertised.
|
Step 13 |
ipv6
nd
managed-config-flag
Example:
Controller (config-if)# ipv6 nd managed-config-flag
|
Configures
IPv6 interfaces neighbor discovery to allow the hosts to uses DHCP for address
configuration.
|
Step 14 |
ipv6
nd
other-config-flag
Example:
Controller (config-if)# ipv6 nd other-config-flag
|
Configures
IPv6 interfaces neighbor discovery to allow the hosts to uses DHCP for
non-address configuration.
|
Step 15 |
ipv6
dhcp
server
IPv6_DHCPPOOL
Example:
Controller (config-if)# ipv6 dhcp server IPv6_DHCPPOOL
|
Configures the
DHCP server on the interface.
|