User manual

Chapter 3 Provisioning
20
remote#
show interface summary
name hw type hw addr ip addr ip mask status
eth1 Ethernet 00:02:AB:06:00:23 192.168.0.254 255.255.255.0 up
hdlc1 Cisco HDLC ------ 10.0.0.2 255.255.255.252 up
lo Loopback ------ 127.0.0.1 255.0.0.0 up
remote#
show ip route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.0.0.0 0.0.0.0 255.255.255.252 U 0 0 0 hdlc1
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
0.0.0.0 10.0.0.1 0.0.0.0 UG 0 0 0 hdlc1
remote#
ping 192.168.1.254
PING 192.168.1.254 (192.168.1.254): 56 data bytes
64 bytes from 192.168.1.254: icmp_seq=0 ttl=64 time=9.0 ms
64 bytes from 192.168.1.254: icmp_seq=1 ttl=64 time=8.5 ms
64 bytes from 192.168.1.254: icmp_seq=2 ttl=64 time=8.6 ms
64 bytes from 192.168.1.254: icmp_seq=3 ttl=64 time=8.6 ms
--- 192.168.1.254 ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 8.5/8.6/9.0 ms
remote#
ping 10.0.0.1
PING 10.0.0.1 (10.0.0.1): 56 data bytes
64 bytes from 10.0.0.1: icmp_seq=0 ttl=64 time=8.6 ms
64 bytes from 10.0.0.1: icmp_seq=1 ttl=64 time=8.6 ms
64 bytes from 10.0.0.1: icmp_seq=2 ttl=64 time=8.6 ms
64 bytes from 10.0.0.1: icmp_seq=3 ttl=64 time=8.7 ms
--- 10.0.0.1 ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 8.6/8.6/8.7 ms
remote#