39-4
Cisco Catalyst Blade Switch 3130 for Dell Software Configuration Guide
OL-13270-01
Chapter39 Configuring IPv6 Unicast Routing
Understanding IPv6
Link local unicast addresses can be automatically configured on any interfa ce by using the lin k-local
prefix FE80::/10(1111 1110 10) and the interface identifier in the modified EU I format. Link-local
addresses are used in the neighbor discovery protocol and the stateless au toco nfigurat ion proc ess.
Nodes on a local link use link-local addresses and do not require globally unique addresses to
communicate. IPv6 routers do not forward packets with link-local source or destination addresses
to other links.
See the “IPv6 Address Type: Unicast” section in the “Implementing Basic Connectivity for IPv6”
chapter in the Cisco IOS IPv6 Configuration Library at this URL:
http://www.cisco.com/en/US/products/sw/iosswrel/ps5187/products_configuration_guide_chapter0918
6a00801d65f5.html
Each IPv6 host interface can support up to three addresses in hardware (one aggregatable global unicast
address, one link-local unicast address, and zero or mor e privacy addresses) .
DNS for IPv6
IPv6 introduces new Domain Name System (DNS) record types that are supported in the DNS
name-to-address and address-to-name lookup processes. The new DNS AAAA resource record types
support IPv6 addresses and are equivalent to an A address record in IPv4. The switch supports DNS
resolution for IPv4 and IPv6.
Path MTU Discovery for IPv6 Unicast
The switch supports advertising the system MTU to IPv6 nodes and path MTU discovery. Path MTU
discovery (RFC 1981) allows a host to dynamically discover and adjust to differences in the MTU size
of every link along a given data path. In IPv6, if a link along the path is not large enough to a ccommodate
the packet size, the source of the packet handles the fragmentation. The switch does not support path
MTU discovery for multicast packets.
ICMPv6
The Internet Control Message Protocol (ICMP) in IPv6 (RFC 2463) functions the same as in IPv4 . ICMP
generates error messages, such as ICMP destination unreachable messages, to report errors during
processing and other diagnostic functions. In IPv6, ICMP packets are also u sed in the neighbor discovery
protocol and path MTU discovery. A value of 58 in the Next Header field of the basic IPv6 packet hea der
identifies an IPv6 ICMP packet.
Neighbor Discovery
The switch supports Neighbor Discovery Protocol (NDP) for IPv6 (RFC 2461), a protocol running on
top of ICMPv6, and Static Neighbor Discovery for IPv6 stations that do not support NDP. The IPv6
neighbor discovery process uses ICMP messages and solicited-node multicast addresses to determine t he
link-layer address of a neighbor on the same network (local link), verify the reachability of the neighbo r,
and keep track of neighboring routers.
A value of 135 in the Type field of the ICMP packet header identifies a neighbor solicitation message.
These messages are sent on the local link when a node needs to determine the link-layer address of
another node on the same local link. When a destination node receives a neighbor solicitati on message,
it replies by sending a neighbor advertisement message, which has a value of 136 in the ICMP packet
header Type field.