D-Link dgs-3420 Work Light User Manual


 
xStack® DGS-3420 Series Layer 2 Managed Stackable Gigabit Switch CLI Reference Guide
283
Restrictions
Only Administrator, Operator and Power-User level users can issue this command.
Example
To configure the domain name for the DHCPv6 pool pool1:
DGS-3420-28SC:admin# config dhcpv6 pool domain_name pool1 dlink.com
Command: config dhcpv6 pool domain_name pool1 dlink.com
Success.
DGS-3420-28SC:admin#
24-6 config dhcpv6 pool dns_server
Description
This command is used to configure the DNS server’s IPv6 addresses for a specific DHCPv6 pool.
Users may add up to two DNS Server addresses. If DNS server is not specified, the DNS server
information will not be provided to the client. Users could delete a DNS server address in the
method of setting the DNS server address to zero.
Format
config dhcpv6 pool dns_server <pool_name 12> <ipv6addr> {<ipv6addr>}
Parameters
<pool_name 12> - Enter the DHCPv6 pool name used here. This name can be up to 12
characters long.
<ipv6addr> - Enter the primary DNS Server IPv6 address used for this pool here.
<ipv6addr> - (Optional) Enter the secondary DNS Server IPv6 address used for this pool here.
Restrictions
Only Administrator, Operator and Power-User level users can issue this command.
Example
To configure the DNS server address for a DHCPv6 pool:
DGS-3420-28SC:admin# config dhcpv6 pool dns_server pool1 2000::200 2000::201
Command: config dhcpv6 pool dns_server pool1 2000::200 2000::201
Success.
DGS-3420-28SC:admin#