C613-50170-01 Rev B
Command Reference for x510 Series
2496
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
DHCP
FOR
IP
V
6 (DHCP
V
6) C
OMMANDS
ADDRESS
PREFIX
DHCPv6 Server REPLY packet, which is located within the IANA (Identity
Association for Non-temporary Addresses) IA address field in the
REPLY
message.
Preferred IPv6 addresses or prefixes are available to interfaces for unrestricted use
and are deprecated when the preferred timer expires.
Deprecated IPv6 addresses and prefixes are available for use and are discouraged
but not forbidden. A deprecated address or prefix should not be used as a source
address or prefix, but packets sent from deprecated addresses or prefixes are
delivered as expected.
An IPv6 address or prefix becomes invalid and is not available to an interface when
the valid lifetime timer expires. Invalid addresses or prefixes should not appear as
the source or destination for a packet.
Examples
To add IPv6 address prefix
2001:0db8:1::/48
for DHCPv6 server pool
configuration, use the following commands:
awplus#
configure terminal
awplus(config)#
ipv6 dhcp pool pool1
awplus(config-dhcp6)#
address prefix 2001:0db8:1::/48
To remove a configured IPv6 address prefix for DHCPv6 server pool configuration,
use the following commands:
awplus#
configure terminal
awplus(config)#
ipv6 dhcp pool pool1
awplus(config-dhcp6)#
no address prefix 2001:0db8:1::/48
Related
Commands
Validation
Commands