I just took over the management of a new switch and I saw this in the config.
IP HOST cdc 10.51.x.x
Anybody know what purpose this serves?
I saw this in cisco help but I still do not know what the use of this IP HOST is.
ip host
To define a static host name-to-address mapping in the host cache, use the ip host global configuration command. To remove the name-to-address mapping, use the no form of this command.
ip host name [tcp-port-number] address1 [address2...address8]
no ip host name address
Syntax Description
name
Name of the host. The first character can be either a letter or a number. If you use a number, the operations you can perform are limited.
tcp-port-number
(Optional) TCP port number to connect to when using the defined host name in conjunction with an EXEC connect or Telnet command. The default is Telnet (port 23).
address1
Associated IP address.
address2...address8
(Optional) Additional associated IP address. You can bind up to eight addresses to a host name.