C613-50100-01 REV C Command Reference for x930 Series 809
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
IPV6 COMMANDS
IPV
6 ADDRESS
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
To assign the eui64 derived address in the prefix 2001:db8::/48 to VLAN
interface vlan2, use the following commands:
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-fr-subif)# ipv6 address 2001:0db8::/48 eui64
To remove the eui64 derived address in the prefix 2001:db8::/48 from VLAN
interface vlan2, use the following commands:
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-fr-subif)# no ipv6 address 2001:0db8::/48 eui64
Related
Commands
ipv6 address autoconfig
show running-config
show ipv6 interface brief
show ipv6 route