To configure access to the network host:
- host1#ping ipAddress
If the router can reach the network host, go to the next section. Otherwise, go to Step 2.
- host1#show ip route
If the appropriate route is displayed, go to Step 4. Otherwise, proceed with Step 3.
- host1#configure
- Configuring from terminal or file [terminal]?
- Enter configuration commands, one per line. End with CNTL/Z.
- host1(config)#ip route ipNetwork networkMask ipNextHop
- host1#show host
If the network host is listed, go to Step 8. Otherwise, proceed with Step 6.
- host1#configure
- Configuring from terminal or file [terminal]?
- Enter configuration commands, one per line. End with CNTL/Z.
- host1(config)#host hostName ipAddress ftp loginname password
- host1#ping hostname
If the router cannot reach the network host, verify that you correctly performed the previous steps in this procedure and that the network host is operational.