D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
237
Example usage:
To configure the DHCPv6 server global state to disable:
DGS-3627:admin# disable dhcpv6_server
Command: disable dhcpv6_server
Success.
DGS-3627:admin#
show dhcpv6_server
Purpose This command is used to display the DHCPv6 server setting.
Syntax
show dhcpv6_server
Description This command will display the DHCPv6 server settings.
Parameters None.
Restrictions None.
Example usage:
To display the DHCPv6 server setting:
DGS-3627:admin# show dhcpv6_server
Command: show dhcpv6_server
DHCPv6 Server Global State: Disabled
---------------------------------------------------------------
IP Interface : System
DHCPv6 Server State : Enabled
IP Interface : ipif1
DHCPv6 Server State : Enabled
Total Entries : 2
DGS-3627:admin#
config dhcpv6 pool excluded_address
Purpose This command is used to configure the reserved IPv6 addresses on the DHCPv6 server
Syntax
config dhcpv6 pool excluded_address <pool_name 12> [ add begin < ipv6addr> end <
ipv6addr > | delete [ begin < ipv6addr> end < ipv6addr> | all]]
Description This command will configure the IPv6 addresses range that the DHCPv6 server should not
assign to DHCPv6 client. The excluded address range must be the subset of the specified
pool.
Parameters
pool <pool_name 12> - Enter the name of the DHCPv6 pool for which to add/delete the
excluded address information.
add - Add an excluded address range for a specified pool.
delete - Delete one or all excluded address ranges of a specified pool.
begin <ipv6addr> - Enter the beginning IPv6 address of the range of IPv6 addresses to be
excluded from the DHCPv6 pool.
end <ipv6addr> - Enter the ending IPv6 address of the range of IPv6 addresses to be
excluded from the DHCPv6 pool.