![D-Link xStack DGS-3426P Reference Manual Download Page 195](http://html.mh-extra.com/html/d-link/xstack-dgs-3426p/xstack-dgs-3426p_reference-manual_76220195.webp)
xStack
®
DGS-3400 Series Layer 2 Gigabit Ethernet Managed Switch CLI Manual
191
DGS-3450:admin#show dhcpv6 pool pool1
Command: show dhcpv6 pool pool1
Pool Name : pool1
Begin Network Address : 2000::1/64
End Network Address : 2000::32/64
Domain Name : d_link.com
DNS Server Address : 2000::200
: 2000::201
Preferred Lifetime : 80 (sec)
Valid Lifetime : 100 (sec)
Total Pool Entries: 1
DGS-3450:admin#
config dhcpv6 pool ipv6networkaddr
Purpose
This command is used to configure the range of ipv6network address for the DHCPv6 pool
Syntax
config dhcpv6 pool ipv6network_addr <pool_name 12> begin < ipv6networkaddr> end
<ipv6networkaddr>
Description
Specify the range of ipv6network address for the DHCPv6 pool. The IPv6 addresses in the
range are free to be assigned to the DHCPv6 client.
When the DHCPv6 server receives a request from the client, the server will automatically find
an available pool to allocate an IPv6 address.
The begin_networkaddr and end_networkaddr must observer some rules as followed:
1. The prefix of the begin_networkaddr and end_networkaddr are not consistence,
otherwise, the switch will print an error message: The prefix of begin_networkaddr
and end_networkaddr must be consistence.(e.g.: the begin_networkaddr is
2000::1/64, and the end_networkaddr is 3000::100/64)
2. The begin address must not be large than end address, otherwise, the switch will
print an error message: The begin IPv6 address must be lower than or equal to the
end IPv6 address.(e.g.: the begin_networkaddr is 2000::200/64, and the
end_networkaddr is 2000::100/64)
3. There must not be intersection between the IPv6 address ranges of two pools,
otherwise, the Switch will print an error message: IPv6network address collision.
(e.g.: pool1: 2000::1/64 --- 2000::100/64, pool2: 2000::50/64 --- 2000::200/64)
4. The IPv6 network address can’t be Link-local address and Multicast address,
otherwise, the Switch will print an error message: “The IPv6 network address can’t be
Link-local address or Multicast address. “ (e.g.:: pool1: FE80::1/64 --- FE80::100/64,
pool2: FE80::200/64 --- FE80::300/64)
Parameters
pool <pool_name 12>
- Enter the previously created pool name for which to set the network
address.
begin <ipv6networkaddr>
- The begin IPv6network address of the DHCPv6 pool.
end < ipv6networkaddr>
- The end IPv6 network address of the DHCPv6 pool.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the range of ipv6network address for the DHCPv6 pool pool1: