![Cisco Catalyst Blade 3032 Software Configuration Manual Download Page 1070](http://html.mh-extra.com/html/cisco/catalyst-blade-3032/catalyst-blade-3032_software-configuration-manual_676651070.webp)
40-16
Cisco Catalyst Blade Switch 3130 and 3032 for Dell Software Configuration Guide
OL-13270-06
Chapter 40 Configuring IPv6 Unicast Routing
Configuring IPv6
To disable IPv4 routing, use the
no ip routing
global configuration command. To disable IPv6 routing,
use the
no ipv6 unicast-routing
global configuration command. To remove an IPv4 address from an
interface, use the
no
ip address
ip-address mask
interface configuration command. To remove an IPv6
address from an interface, use the
no
ipv6 address
ipv6-prefix/prefix
length
eui-64
or
no ipv6 address
ipv6-address
link-local
interface configuration command. To remove all manually configured IPv6
addresses from an interface, use the
no ipv6 address
interface configuration command without
arguments. To disable IPv6 processing on an interface that has not been explicitly configured with an
IPv6 address, use the
no ipv6 enable
interface configuration command.
This example shows how to enable IPv4 and IPv6 routing on an interface.
Switch(config)#
sdm prefer dual-ipv4-and-ipv6 default
Switch(config)#
ip routing
Switch(config)#
ipv6 unicast-routing
Switch(config)#
interface fastethernet1/0/11
Switch(config-if)#
no switchport
Switch(config-if)#
ip address 192.168.99.1 244.244.244.0
Switch(config-if)#
ipv6 address 2001:0DB8:c18:1::/64 eui 64
Switch(config-if)#
end
Configuring DHCP for IPv6 Address Assignment
These sections describe how to configure Dynamic Host Configuration Protocol for IPv6 (DHCPv6)
address assignment:
•
Default DHCPv6 Address Assignment Configuration, page 40-16
•
DHCPv6 Address Assignment Configuration Guidelines, page 40-16
•
Enabling DHCPv6 Server Function, page 40-17
•
Enabling DHCPv6 Client Function, page 40-19
Default DHCPv6 Address Assignment Configuration
By default, no DHCPv6 features are configured on the switch.
DHCPv6 Address Assignment Configuration Guidelines
When configuring DHCPv6 address assignment, consider these guidelines:
•
In the procedures, the specified interface must be one of these Layer 3 interfaces:
–
DHCPv6 IPv6 routing must be enabled on a Layer 3 interface.
–
SVI: a VLAN interface created by using the
interface vlan
vlan_id
command.
–
EtherChannel port channel in Layer 3 mode: a port-channel logical interface created by using
the
interface port-channel port-channel-number
command.
Step 9
show interface
interface-id
show ip interface
interface-id
show ipv6 interface
interface-id
Verify your entries.
Step 10
copy running-config startup-config
(Optional) Save your entries in the configuration file.
Command
Purpose