Configuring Ipv6 Addressing - Cisco Nexus 7000 Series Configuration Manual

Nx-os unicast routing configuration
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Chapter 3
Configuring IPv6
S e n d d o c u m e n t c o m m e n t s t o n e x u s 7 k - d o c f e e d b a c k @ c i s c o . c o m .

Configuring IPv6 Addressing

You must configure an IPv6 address on an interface for the interface to forward IPv6 traffic. When you
configure a global IPv6 address on an interface, it automatically configures a link-local address and
activates IPv6 for that interface.
BEFORE YOU BEGIN
Ensure that you are in the correct VDC (or use the switchto vdc command).
SUMMARY STEPS
1.
2.
3.
or
4.
5.
DETAILED STEPS
Command
Step 1
config t
Example:
switch# config t
switch(config)#
Step 2
interface ethernet number
Example:
switch(config)# interface ethernet 2/3
switch(config-if)#
i
Step 3
pv6 address { addr [eui64]
[route-preference preference ]
[secondary] tag tag-id ]
or
ipv6 address ipv6-address
use-link-local-only
Example:
switch(config-if)# ipv6 address
2001:0DB8::1/10
or
switch(config-if)# ipv6 address
use-link-local-only
OL-20002-02
config t
interface ethernet number
ipv6 address {addr [eui64] [route-preference preference] [secondary] tag tag-id]]
ipv6 address ipv6-address use-link-local-only
show ipv6 interface
copy running-config startup-config
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
Purpose
Enters configuration mode.
Enters interface configuration mode.
Specifies an IPv6 address assigned to the interface and
enables IPv6 processing on the interface.
Specifying the ipv6 address command configures
global IPv6 addresses with an interface identifier (ID)
in the low-order 64 bits of the IPv6 address. Only the
64-bit network prefix for the address needs to be
specified; the last 64 bits are automatically computed
from the interface ID.
Specifying the ipv6 address use-link-local-only
command configures a link-local address on the
interface that is used instead of the link-local address
that is automatically configured when IPv6 is enabled
on the interface.
Enables IPv6 processing on an interface without
configuring an IPv6 address.
Configuring IPv6
3-19

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents