C613-50170-01 Rev B
Command Reference for x510 Series
2509
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
DHCP
FOR
IP
V
6 (DHCP
V
6) C
OMMANDS
IPV
6
ADDRESS
(DHCP
V
6 PD)
In this example, the prefix will be assigned from the pool on the PD client. The host
portion or suffix will be ::1 for the last 64 bits.
To configure a PD prefix named prefix1 on interface vlan1 and then add an IPv6
address using EUI-64 identifiers, use the following commands:
awplus#
configure terminal
awplus(config)#
interface vlan1
awplus(config-if)#
ipv6 enable
awplus(config-if)#
ipv6 dhcp client pd prefix1
awplus(config-if)#
ipv6 address prefix1/64 eui64
In this example, the prefix will be assigned from the pool on the PD client. The host
portion or suffix is created from the EUI-64 identifier of the interface for the last 64
bits.
To assign the IPv6 address 2001:0db8::a2/48 to the VLAN interface
vlan2
, use the
following commands:
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
ipv6 address 2001:0db8::a2/48
To remove the IPv6 address 2001:0db8::a2/48 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/48
To assign the IPv6 address to the PPP interface
ppp0
, use the following
commands:
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-fr-subif)#
ipv6 address 2001:0db8::a2/64
To remove the IPv6 address 2001:0db8::a2/64 from the PPP interface
ppp0
, use the
following commands:
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
no ipv6 address 2001:0db8::a2/64
To assign the
eui64
derived address in the prefix
2001:db8::/64
to VLAN
interface
vlan2
, use the following commands:
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
ipv6 address 2001:0db8::/64 eui64