Cisco IP Host
Network administrators find it hard to find IP of each Cisco device in a large networking environment and telnet each device based on IP address. Remembering every device’s IP address in itself can be a hard task to do. ‘IP host’ command in Cisco IOS is feature to support such requirement, where each device in the network may be given a name Let’s say R1 , R2etc. instead of being remembered by an IP address.
Once defined we can now connect to each device on your network via telnet by just using the host name defined which is further linked to an IP address.
Below is sample configuration on cisco Router configuration where 3 routers have been given hostnames R2, R3 and R4respectively with the ‘ip host’ command –
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#ip host R2 192.168.2.1
R1(config)#ip host R3 192.168.3.2
R1(config)#ip host R4 192.168.4.1
Related – Cisco Express Forwarding Guide
ABOUT THE AUTHOR
I am here to share my knowledge and experience in the field of networking with the goal being – “The more you share, the more you learn.”
I am a biotechnologist by qualification and a Network Enthusiast by interest. I developed interest in networking being in the company of a passionate Network Professional, my husband.
I am a strong believer of the fact that “learning is a constant process of discovering yourself.”
– Rashmi Bhardwaj (Author/Editor)