Specifications

Table Of Contents
2-145
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
ip name-server
ip name-server
Specifies the address of 1–3 servers to use for name and address resolution. The system maintains a list
of up to 3 name servers. If the current list is not empty, this command adds the specified servers to the
list. The no option of this command removes specified servers from the current list.
ip name-server server-address1 [server-address2] [server-address3]
no ip name-server
Syntax Description
Command Default This command has no default settings.
Command Modes Global configuration
Command History This table includes the following release-specific history entries:
Usage Guidelines Authorization: admin
Examples The following example adds the DNS 10.1.1.1 and 10.1.1.2 to the configured servers list.
SCE>enable 10
Password:<cisco>
SCE#config
SCE(config)#ip name-server 10.1.1.1 10.1.1.2
SCE(config)#
Related Commands
server-address1 The IP address of the name server.
server-address2 The IP address of an additional name server.
server-address3 The IP address of an additional name server.
Release Modification
2.5.7 This command was introduced.
Command Description
ip domain-lookup Enables or disables the domain name lookups.
show hosts Displays the default domain name, the address of the name server, and the
content of the host table.