| Building a Host Table |
| Networking - Cisco |
|
You must configure a host table on each network. The ip host command is used to build a host table. The show host command allows you to view the host table. Router>enable Router#config t Router(config)#ip host RouterHome 196.162.4.2 To remove the host table: Router>enable Router#config t Router(config)#no ip host RouterHome 196.162.4.2 |