JAKARTA#show ip rou
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
172.16.0.0/24 is subnetted, 8 subnets
D 172.16.8.0 [90/2172416] via 192.168.1.3, 00:46:14, Serial0/0.1
D 172.16.9.0 [90/2172416] via 192.168.1.3, 00:46:14, Serial0/0.1
D 172.16.10.0 [90/2172416] via 192.168.1.3, 00:46:14, Serial0/0.1
D 172.16.11.0 [90/2172416] via 192.168.1.3, 00:46:14, Serial0/0.1
D 172.16.4.0 [90/2172416] via 192.168.1.2, 00:46:14, Serial0/0.1
D 172.16.1.0 [90/2172416] via 192.168.1.2, 00:46:14, Serial0/0.1
D 172.16.2.0 [90/2172416] via 192.168.1.2, 00:46:14, Serial0/0.1
D 172.16.3.0 [90/2172416] via 192.168.1.2, 00:46:14, Serial0/0.1
192.168.1.0/29 is subnetted, 1 subnets
C 192.168.1.0 is directly connected, Serial0/0.1
__________________________________________________________________________________
JAKARTA#show ip eigrp topology
IP-EIGRP Topology Table for AS(10)/ID(192.168.1.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 192.168.1.0/29, 1 successors, FD is 2169856
via Connected, Serial0/0.1
P 172.16.8.0/24, 1 successors, FD is 2172416
via 192.168.1.3 (2172416/28160), Serial0/0.1
P 172.16.9.0/24, 1 successors, FD is 2172416
via 192.168.1.3 (2172416/28160), Serial0/0.1
P 172.16.10.0/24, 1 successors, FD is 2172416
via 192.168.1.3 (2172416/28160), Serial0/0.1
P 172.16.11.0/24, 1 successors, FD is 2172416
via 192.168.1.3 (2172416/28160), Serial0/0.1
P 172.16.4.0/24, 1 successors, FD is 2172416
via 192.168.1.2 (2172416/28160), Serial0/0.1
P 172.16.1.0/24, 1 successors, FD is 2172416
via 192.168.1.2 (2172416/28160), Serial0/0.1
P 172.16.2.0/24, 1 successors, FD is 2172416
via 192.168.1.2 (2172416/28160), Serial0/0.1
P 172.16.3.0/24, 1 successors, FD is 2172416
via 192.168.1.2 (2172416/28160), Serial0/0.1
__________________________________________________________________________________
JAKARTA#ping 192.168.1.1 <-- own interface
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
__________________________________________________________________________________
JAKARTA#ping 192.168.1.2 <-- WYOMING (directly connected through PVC frame relay)
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 36/71/120 ms
__________________________________________________________________________________
JAKARTA#ping 192.168.1.3 <-- SYDNEY (directly connected through PVC frame relay)
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 24/55/92 ms
__________________________________________________________________________________
JAKARTA#ping 172.16.8.1 <-- interface behind SYDNEY
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.8.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 44/63/92 ms
__________________________________________________________________________________
JAKARTA#ping 172.16.1.1 <-- interface behid WYOMING
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 8/57/80 ms
__________________________________________________________________________________