DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
213
no ip name-server {IP-ADDRESS | IPV6-ADDRESS} [{IP-ADDRESS2 | IPV6-ADDRESS2}]
Parameters
Specifies multiple IP addresses, separated by spaces. Up to four
servers can be specified.
Default
None.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
Use this command to configure a DNS server. When the system cannot obtain an answer from a DNS
server, it will attempt the subsequent server until it receives a response. If name servers are already
configured, the servers configured later will be added to the server list. The user can configure up to 4
name servers.
Example
This example shows how to configure the domain name server 192.168.5.134 and 5001:5::2.
Switch# configure terminal
Switch(config)# ip name-server 192.168.5.134 5001:5::2
Switch(config)#
24-5 ip name-server timeout
This command is used to configure the timeout value for the name server. Use the no form of this
command to revert it to the default value.
ip name-server timeout SECONDS
Parameters
Specifies the maximum time to wait for a response from a specified
name server. This value must be between 1 and 60.
Default
By default, this value is 3 seconds.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
Use this command to configure the DNS maximum time value to wait for a response from a specified
name server.