D-Link dgs-3420 Work Light User Manual


 
xStack® DGS-3420 Series Layer 2 Managed Stackable Gigabit Switch CLI Reference Guide
290
Format
config dhcpv6 pool excluded_address <pool_name 12> [add begin <ipv6addr> end
<ipv6addr> | delete [begin <ipv6addr> end <ipv6addr> | all]]
Parameters
<pool_name 12> - Enter the DHCPv6 pool name used here. This name can be up to 12
characters long.
add - Specifies to add an excluded address range for a specified pool.
begin - Specifies the beginning IPv6 address of the range of IPv6 addresses to be excluded
from the DHCPv6 pool.
<ipv6addr> - Enter the beginning IPv6 address used here.
end - Specifies the ending IPv6 address of the range of IPv6 addresses to be excluded from
the DHCPv6 pool.
<ipv6addr> - Enter the ending IPv6 address used here.
delete - Specifies to delete one or all excluded address ranges of a specified pool.
begin - Specifies the beginning IPv6 address of the range of IPv6 addresses to be excluded
from the DHCPv6 pool.
<ipv6addr> - Enter the beginning IPv6 address used here.
end - Specifies the ending IPv6 address of the range of IPv6 addresses to be excluded from
the DHCPv6 pool.
<ipv6addr> - Enter the ending IPv6 address used here.
all - Specifies to delete all excluded address ranges of a specified pool.
Restrictions
Only Administrator, Operator and Power-User level users can issue this command.
Example
To add the IPv6 addresses range that DHCPv6 server should not assign to clients:
DGS-3420-28SC:admin# config dhcpv6 pool excluded_address pool1 add begin
2000::3 end 2000::8
Command: config dhcpv6 pool excluded_address pool1 add begin 2000::3 end
2000::8
Success.
DGS-3420-28SC:admin#
24-16 show dhcpv6 excluded_address
Description
This command is used to display the groups of IPv6 addresses which are excluded from the legal
assigned IPv6 address
Format
show dhcpv6 excluded_address {<pool_name 12>}