5-46
Cisco SCE8000 Software Configuration Guide, Rel 3.1.6S
OL-16479-01
Chapter 5 Configuring the Management Interface and Security
Domain Name Server (DNS) Settings
How to Remove All Domain Name Servers
Step 1
From the SCE(config)# prompt, type
no ip name-server
and press
Enter
.
Removes all configured DNS servers.
How to Add a Host to the Host Table
Options
The following options are available:
•
hostname
— The name of the host.
•
ip-address
— The IP address of the host
Step 1
From the SCE(config)# prompt, type
ip host
hostname ip-address
and press
Enter
.
Adds the specified host to the host table.
Adding Hosts to Removing them from the Host Table: Examples
The following example shows how to add a host to the host table.
SCE(config)#ip host PC85 10.1.1.61
The following example shows how to remove a hostname together with all its IP mappings.
SCE(config)#no ip host PC85
How to Display Current DNS Settings
Step 1
From the SCE# prompt, type
show hosts
and press
Enter
.
Displays current DNS settings.
Displaying Current DNS Settings: Example
The following example shows how to display current DNS information.
SCE#show hosts
Default domain is Cisco.com
Name/address lookup uses domain service
Name servers are 10.1.1.60, 10.1.1.61
Host Address
---- -------
PC85 10.1.1.61
sce#