584
Command Reference for IE200 Series Industrial Managed PoE+ Switches
C613-50066-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5I-0.x
IP
V
6 C
OMMANDS
IPV
6
ADDRESS
ipv6 address
Overview
Use this command to set the IPv6 address of a VLAN interface and enable IPv6.
IPv6 is supported in Software Version 5.4.3A-1.x and later.
Use the no variant of this command to remove the IPv6 address assigned and
disable IPv6. Note that if no global addresses are left after removing the IPv6
address then IPv6 is disabled.
Syntax
ipv6 address
<ipv6-addr/prefix-length>
[eui64]
no ipv6 address
<ipv6-addr/prefix-length>
Mode
Interface Configuration for a VLAN interface.
Examples
To assign the IPv6 address 2001:0db8::a2/64 to the VLAN interface
vlan2
, use the
following commands:
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
ipv6 address 2001:0db8::a2/64
To remove the IPv6 address 2001:0db8::a2/64 from the VLAN interface
vlan2
, use
the following commands:
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
no ipv6 address 2001:0db8::a2/64
Validation
Commands
show running-config
show ipv6 interface brief
show ipv6 route
Parameter
Description
<
ipv6-addr/prefix-
length
>
Specifies the IPv6 address to be set. The IPv6
address uses the format X:X::X:X/Prefix-Length. The
prefix-length is usually set between 0 and 64.