xStack
®
DGS-3400 Series Layer 2 Gigabit Ethernet Managed Switch CLI Manual
170
config dhcp pool dns_server_address
Purpose
Used to configure the IP addresses of DNS servers for a specific DHCP pool.
Syntax
config dhcp pool dns_server_address <pool_name 12> <ipaddr> {<ipaddr>} {<ipaddr>}
Description
This command is used to configure the DNS server IP addresses for a specific DHCP pool for
the switch. The DNS Server correlates IP addresses to host names when queried. Users may
add up to three DNS Server addresses.
Parameters
<pool_name 12>
−
Enter the previously created pool name for which to add a DNS address.
<ipaddr>
−
Enter the IP address for the DNS server for this pool. Users may specify up to
three DNS servers.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the DNS server address foe a DHCP pool:
DGS-3450:admin# config dhcp pool dns_server_address accounting 10.245.32.1
Command: config dhcp pool dns_server_address accounting 10.245.32.1
Success.
DGS-3450:admin#
config dhcp pool domain_name
Purpose
Used to configure the domain name for the DHCP pool of the Switch.
Syntax
config dhcp pool domain_name<pool_name 12> <domain_name 64>
Description
This command is used to configure the domain name for the DHCP pool of the Switch. This
domain name represents a general group of networks that collectively make up the domain.
Parameters
<pool_name 12>
−
Enter the previously created pool name for which to add a default router.
<domain_name 64>
−
The Domain Name may be an alphanumeric string of up to 64
characters.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the domain name for a DHCP pool:
DGS-3450:admin# config dhcp pool domain_name accounting d_link.com
Command: config dhcp pool domain_name accounting d_link.com
Success.
DGS-3450:admin#