AT-9000 Switch Command Line User’s Guide
341
DNS-SERVER
Syntax
dns-server <
ip-address
>
Parameters
ip-address
IPv4 address of the DNS server, in dotted decimal notation.
Mode
DHCP Configuration
Description
Use this command to add a Domain Name System (DNS) server to the
DHCP pool. You can use this command multiple times to create a list of
DNS name servers available to the client.
Example
This example adds a DNS server with the assigned IP address
192.168.1.1 to the pool P1.
awplus# configure terminal
awplus(config)# ip dhcp pool P1
awplus(dhcp-config)# dns-server 192.168.1.1