xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
232
DGS-3627:admin# config dhcpv6 pool ipv6networkaddr pool1 begin 2000::1/64 end 2000::32/64
Command: config dhcpv6 pool ipv6networkaddr pool1 begin 2000::1/64 end 2000::32/64
success
DGS-3627:admin#
config dhcpv6 pool domain_name
Purpose
This command is used to configure the domain name for the DHCPv6 pool of the Switch.
Syntax
config dhcpv6 pool domain_name <pool_name 12> <domain_name 255>
Description
The domain name configured here will be used as the default domain name by the client.
By default, the domain name is empty. If domain name is empty, the domain name
information will not be provided to the client.
Parameters
pool <pool_name 12>
- Enter the pool name for which to set the domain name.
domain_name <domain_name 255>
- The domain name is used by client when resolving
hostnames with DNS.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the domain name for the DHCPv6 pool pool1:
DGS-3627:admin# config dhcpv6 pool domain_name pool1 d_link.com
Command: config dhcpv6 pool domain_name pool1 d_link.com
Success.
DGS-3627:admin#
config dhcpv6 pool dns_server
Purpose
This command is used to configure the DNS server’s IPv6 addresses for a specific DHCPv6
pool.
Syntax
config dhcpv6 pool dns_server <pool_name 12> <ipv6addr> {<ipv6addr>}
Description
This command is used to configure the DNS server 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.
For example, users first add two DNS server address: 2000::200, 2000::201, and then delete
the DNS server address 2000::200. The procedure is as followed:
Command:
config dhcpv6 pool dns_server pool1 2000::200 2000::201
config dhcpv6 pool dns_server pool1 ::
Parameters
<pool_name 12>
- Enter the pool name for which to add one or two DNS server addresses.
<ipv6addr>
- Enter the DNS server IPv6 address for this pool. Users may specify up to two
DNS server addresses.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage: