Alcatel-Lucent 6850-48 参照ガイド

ページ / 3444
IPv6 Commands
page 33-6
OmniSwitch CLI Reference Guide
September 2009
ipv6 address
Configures an IPv6 address for an IPv6 interface on a VLAN, configured tunnel, or a 6to4 tunnel. There 
are different formats for this command depending on the address type. 
ipv6 address ipv6_address /prefix_length [anycast] {if_name | loopback}
no ipv6 address ipv6_address [anycast] {if_name | loopback}
ipv6 address ipv6_prefix eui-64 {if_name | loopback}
no ipv6 address ipv6_prefix eui-64 {if_name | loopback}
Syntax Definitions
ipv6_address
IPv6 address.
/prefix_length
The number of bits that are significant in the IPv6 address (mask). 
(3..128).
anycast
Indicates the address is an anycast address.
eui-64
Append an EUI-64 identifier to the prefix.
if_name
Name assigned to the interface.
loopback
Configures the loopback interface.
Defaults
N/A
Platforms Supported
OmniSwitch 6400, 6850, 6855, 9000, 9000E
Usage Guidelines
• Use the no form of this command to delete an address.
• You can assign multiple IPv6 addresses to an IPv6 interface.
• No default value for prefix length.
• The “eui” form of the command is used to add or remove an IPv6 address for a VLAN or configured 
tunnel using an EUI-64 interface ID in the low order 64 bits of the address.
• To enable IPv6 routing you must first create a VLAN, then create an IPv6 interface on the VLAN. See 
 for information on creating VLANs.
• To route IPv6 traffic over and IPv4 network, you must create an IPv6 tunnel using th
 command.