Reference Guide

ipv6 address
Configure an IPv6 address to an interface.
S5000
Syntax
ipv6 address {ipv6-address prefix-length}
To remove the IPv6 address, use the no ipv6 address {ipv6-address
prefix-length} command.
Parameters
ipv6-address
prefix-length
Enter the IPv6 address in the x:x:x:x::x format followed by the
prefix length in the /x format. The range is /0 to /128.
NOTE: The :: notation specifies successive hexadecimal
fields of zeros.
Defaults none
Command
Modes
INTERFACE
Command
History
Version 9.0(1.3) Introduced on the S5000.
Usage
Information
Dell Networking OS allows multiple IPv6 addresses to be configured on an
interface. When the no ipv6 address command is issued without specifying a
particular IPv6 address, all IPv6 addresses on that interface are deleted.
Example
Dell(conf)#interface tengigabitethernet 10/0
Dell(conf-if-te-10/0)#ipv6 address ?
X:X:X:X::X IPv6 address
Dell(conf-if-te-10/0)#ipv6 address 2002:1:2::3 ?
<0-128> Prefix length in bits
Dell(conf-if-te-10/0)#ipv6 address 2002:1:2::3 /96 ?
<cr>
Dell(conf-if-te-10/0)#ipv6 address 2002:1:2::3 /96
Dell(conf-if-te-10/0)#show config
!
interface TenGigabitEthernet 10/0
no ip address
ipv6 address 2002:1:2::3 /96
no shutdown
Dell(conf-if-te-10/0)#
IPv6 Basics
683