C613-50100-01 REV C Command Reference for x930 Series 2769
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
DHCP FOR IPV6 (DHCPV6) COMMANDS
IPV
6 ADDRESS (DHCPV6 PD)
ipv6 address (DHCPv6 PD)
Overview Use this command in Interface Configuration mode for a VLAN interface to append
an IPv6 address suffix to the IPv6 prefix provided by a DHCPv6 Prefix Delegation
(PD) server.
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-prefix-name>] <ipv6-addr/prefix-length>
[eui64]
no ipv6 address [<ipv6-prefix-name>] <ipv6-addr/prefix-length>
[eui64]
Mode Interface Configuration for a VLAN interface.
Mode Interface Configuration for a VLAN interface or Interface Configuration for a PPP
interface.
Usage When specifying the eui64 parameter, the interface identifier of the IPv6 address
is derived from the MAC address of the device.
For more information about EUI64, see the IPv6 Feature Overview and
Configuration Guide.
Examples To configure a PD prefix named prefix1 on interface vlan1 and then add an IPv6
address, 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::1/64
Parameter Description
<ipv6-prefix-name> The IPv6 prefix name advertised on the router
advertisement message sent from the device.
The IPv6 prefix name is delegated from the DHCPv6
Server configured for DHCPv6 Prefix-Delegation.
<ipv6-addr/prefix-
length>
Specifies the IPv6 address to be set, for example ::1/
64. The IPv6 address uses the format
X:X::X:X/Prefix-Length. The prefix-length is usually
set between 0 and 64.
[eui64] EUI-64 is a method of automatically deriving the
lower 64 bits of an IPv6 address, based on the
switch's MAC address.