Oh jeez! One more time! IP Host names on routers and routing protocols are not related. From my router I can ping 216.45.19.33
Sending 5, 100-byte ICMP Echos to 216.45.19.33, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 168/170/176 ms
collossus#
Although I have no ip host entry for that address I can ping it because of ROUTING PROTOCOLS.
I could continue pinging 216.45.19.33 or I could create a host entry ..
collossus(config)#ip host tektips 216.45.19.33
collossus(config)#^Z
collossus#ping tektips
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 216.45.19.33, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 168/204/296 ms
collossus#
Personally I have a host table on my router just for helping troubleshooting. I can ping all our routers by name without having to remember all the IP addresses. However, if none of our routers had host tables they would still route correctly because routing protocols advertise IP routes, not hostnames.
Chris.
**********************
Chris Andrew, CCNA, CCSA
chris@iproute.co.uk
**********************