Specifying DNS servers available to the client

Complete the following steps to specify the DNS servers available to the client.

  1. Enter global configuration mode by issuing the configure terminal command
    device# configure terminal
  2. Create and enter DHCP server pool configuration mode.
    device(config)# ip dhcp-server pool cabo
  3. Enter the dns server command followed by the IP addresses of the DNS servers that are available to the DHCP clients.
    device(config-dhcp-cabo)# dns-server 10.2.1.143, 10.2.2.142