User guide

Appendix A
Global Configuration Mode Commands
SCE 1000 2xGBE Release 2.0.10 User Guide
OL-7117-02 A-17
The following example removes the configured domain name.
SCE 1000(config)#no ip domain-name
SCE 1000(config)#
ip host hostname ip-address
Adds a host name and address to the host table.
Authorization admin
Mode Global Configuration
P
ARAMETERS
hostname The host name to be added.
ip-address The host IP address in x.x.x.x format.
E
XAMPLE:
The following example adds a host to the host table.
SCE 1000(config)#ip host PC85 10.1.1.61
SCE 1000(config)#
no ip host hostname [ip-address]
Removes a host name and address from the host table.
Authorization admin
Mode Global Configuration
P
ARAMETERS
hostname The host name to be removed. If you do not include an IP address,
all mappings for the hostname are removed from the list.
ip-address The host IP address. If the pair {hostname, IP-address} does not
exist in the host table, the system returns no indication.
E
XAMPLE:
The following example removes a host name together with all of its IP mappings.
SCE 1000(config)#no ip host PC85
SCE 1000(config)#