xStack® DES-3528/DES-3552 Series Layer 2 Managed Stackable Fast Ethernet Switch CLI Reference Guide
475
config dhcp pool dns_server
Purpose
Used to specify the IP address of a DNS server that is available to a DHCP client. Up to three
IP addresses can be specified in one command line.
Syntax config dhcp pool dns_server <pool_name 12> {<ipaddr>} {< ipaddr>} {< ipaddr>}
Description
If a DNS server is not specified, the DNS server information will not be provided to the client.
If this command is entered twice in the same pool, the second command will overwrite the
first command.
Parameters <pool name 12> – Spcifies the name of the pool.
<ipaddr> – Specifies the IP address of the DNS server.
Restrictions
Only Administrator and Operator and Power-User-level users can issue this command.
Example usage:
To configure the DNS server’s IP address:
DES-3528:admin# config dhcp pool dns_server accounting 10.10.10.1
Command: config dhcp pool dns_server accounting 10.10.10.1
Success.
config dhcp pool netbios_name_server
Purpose
Used to specify the NetBIOS WINS server that is available to a Microsoft DHCP client. Up to
three IP addresses can be specified in one command line.
Syntax config dhcp pool netbios_name_server <pool_name 12> {< ipaddr>} {< ipaddr>} {<
ipaddr>}
Description
Windows Internet Naming Service (WINS) is a name resolution service that Microsoft DHCP
clients use to correlate host names to IP addresses within a general grouping of networks.
If the name of the netbios server is not specified, the netbios name server information will not
be provided to the client.
If this commands are entered twice for the same pool, the second command will overwrite the
first command.
Parameters <pool name 12> – Specifies the name of the pool.
<ipaddr> – Specifies the IP address of the WINS server.
Restrictions
Only Administrator and Operator and Power-User-level users can issue this command.
Example usage:
To configure the WINS Server’s IP address:
DES-3528:admin# config dhcp pool netbios_name_server accounting 10.10.10.1
Command: config dhcp pool netbios_name_server accounting 10.10.10.1
Success.