35-14
Cisco Catalyst Blade Switch 3020 for HP Software Configuration Guide
OL-8915-03
Chapter 35 Configuring IPv6 Host Functions
Configuring IPv6
Configuring IPv6 Addressing and Enabling IPv6 Host
This section describes how to assign IPv6 addresses to a Layer 3 interface and enable the forwarding of
IPv6 traffic on the switch.
Note
In the
ipv6 address
interface configuration command, you must enter the
ipv6-address
and
ipv6-prefix
variables in the form documented in RFC 2373 where the address is specified in hexadecimal using
16-bit values between colons. The
prefix-length
variable (preceded by a slash [/]) is a decimal value that
shows how many of the high-order contiguous bits of the address comprise the prefix (the network
portion of the address).
For an interface to forward IPv6 traffic, you must configure an IPv6 address on the interface.
Configuring a global IPv6 address on an interface automatically configures a link-local address and
activates IPv6 for the interface. The configured interface automatically joins these required multicast
groups for that link:
•
solicited-node multicast group FF02:0:0:0:0:1:ff00::/104 for each unicast address assigned to the
interface (this address is used in the neighbor discovery process.)
•
all-nodes link-local multicast group FF02::1
•
all-routers link-local multicast group FF02::2
Note
Before configuring IPv6 on the switch, be sure to select a dual IPv4 and IPv6 SDM template.
For more information about configuring IPv6 routing, see the “Implementing Addressing and Basic
Connectivity for IPv6” chapter in the
Cisco IOS IPv6 Configuration Library
at this URL:
http://www.cisco.com/en/US/products/sw/iosswrel/ps1839/products_feature_guide09186a00807fcf4b.
html
Beginning in privileged EXEC mode, follow these steps to assign an IPv6 address to a Layer 3 interface
and enable IPv6 forwarding:
Command
Purpose
Step 1
configure terminal
Enter global configuration mode.
Step 2
sdm prefer
dual-ipv4-and-ipv6
{
default
|
routing
|
vlan
}
Select an SDM template that supports IPv4 and IPv6.
•
default
—Set the switch to the default template to balance
system resources.
•
routing
—Set the switch to the routing template to support
IPv4 and IPv6 traffic.
•
vlan
—Maximize VLAN configuration on the switch.
Step 3
end
Return to privileged EXEC mode.
Step 4
reload
Reload the operating system.
Step 5
configure terminal
Enter global configuration mode (after the switch has reloaded).
Step 6
interface
interface-id
Enter interface configuration mode, and specify the Layer 3
interface to configure. The interface can be a physical interface,
a switch virtual interface (SVI), or a Layer 3 EtherChannel.