beautypg.com

Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual

Page 681

background image

IPv6 Commands

Software Reference for x310 Series Switches

C613-50046-01 REV A

AlliedWare Plus

TM

Operating System - Version 5.4.4C

27.3

Note that link-local addresses are retained in the system until they are negated by using
the no variant of the command that established them. See the

Link-local addresses

glossary entry, and the

ipv6 enable

command for more information.

Also note that the link-local address is retained in the system if the global address is
removed using another command, which was not used to establish the link-local address.
For example, if a link local address is established with the

ipv6 enable

command then it

will not be removed using a

no ipv6 address

command.

Examples

To assign the IPv6 address 2001:0db8::a2/64 to the VLAN interface vlan2, use the
following commands:

To remove the IPv6 address 2001:0db8::a2/64 from the VLAN interface vlan2, use
the following commands:

To assign the eui64 derived address in the prefix 2001:db8::/48 to VLAN interface

vlan2

, use the following commands:

To remove the eui64 derived address in the prefix 2001:db8::/48 from VLAN interface

vlan2

, use the following commands:

Validation

Commands

show running-config
show ipv6 interface brief
show ipv6 route

Related Commands

ipv6 address autoconfig

awplus#

configure terminal

awplus(config)#

interface vlan2

awplus(config-if)#

ipv6 address 2001:0db8::a2/64

awplus#

configure terminal

awplus(config)#

interface vlan2

awplus(config-if)#

no ipv6 address 2001:0db8::a2/64

awplus#

configure terminal

awplus(config)#

interface vlan2

awplus(config-fr-subif)#

ipv6 address 2001:0db8::/48 eui64

awplus#

configure terminal

awplus(config)#

interface vlan2

awplus(config-fr-subif)#

no ipv6 address 2001:0db8::/48 eui64