39-19
Cisco Catalyst Blade Switch 3130 and 3032 for Dell Software Configuration Guide
OL-12247-04
Chapter 39 Configuring IPv6 Unicast Routing
Configuring IPv6
Switch(config-dhcpv6-vs)#
suboption 1 address 1000:235D::1
Switch(config-dhcpv6-vs)#
suboption 2 ascii "IP-Phone"
Switch(config-dhcpv6-vs)#
end
Enabling DHCPv6 Client Function
Beginning in privileged EXEC mode, follow these steps to enable DHCPv6 client function on an
interface.
To disable the DHCPv6 client function, use the
no ipv6 address dhcp
interface configuration command.
To remove the DHCPv6 client request, use the
no ipv6 address dhcp client request
interface
configuration command.
This example shows how to acquire an IPv6 address and to enable the rapid-commit option:
Switch(config)#
interface gigabitethernet2/0/1
Switch(config-if)#
ipv6 address dhcp rapid-commit
This document describes only the DHCPv6 address assignment. For more information about configuring
the DHCPv6 client, server, or relay agent functions, see the “Implementing DHCP for IPv6” chapter in
the
Cisco IOS IPv6 Configuration Library
on Cisco.com.
Configuring IPv6 ICMP Rate Limiting
ICMP rate limiting is enabled by default with a default interval between error messages of 100
milliseconds and a bucket size (maximum number of tokens to be stored in a bucket) of 10.
Command
Purpose
Step 1
configure terminal
Enter global configuration mode.
Step 2
interface
interface-id
Enter interface configuration mode, and specify the interface
to configure.
Step 3
ipv6 address dhcp
[
rapid-commit
]
Enable the interface to acquire an IPv6 address from the
DHCPv6 server.
rapid-commit
—(Optional) Allow two-message exchange
method for address assignment.
Step 4
ipv6 dhcp client request
[
vendor-specific
]
(Optional) Enable the interface to request the vendor-specific
option.
Step 5
end
Return to privileged EXEC mode.
Step 6
show ipv6 dhcp interface
Verify that the DHCPv6 client is enabled on an interface.