| 3 | Figure 3-16 shows another network in which users are complaining of connectivity problems. Example 3-60 through Example 3-63 show the route tables of the four routers.
Find the mistakes in the static route configurations.
Example 3-60. The route table of RTA in Figure 3-16.
RTA#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default,
U per-user static route
Gateway of last resort is not set
10.0.0.0/8 is subnetted, 9 subnets
S 10.5.9.0 [1/0] via 10.5.3.2
S 10.5.8.0 [1/0] via 10.5.3.2
S 10.5.7.0 [1/0] via 10.5.3.2
S 10.5.6.0 [1/0] via 10.5.3.2
S 10.5.5.0 [1/0] via 10.5.3.2
S 10.5.4.0 [1/0] via 10.5.3.2
C 10.5.3.0 is directly connected, Serial0
C 10.5.2.0 is directly connected, TokenRing1
C 10.5.1.0 is directly connected, TokenRing0
RTA#
Example 3-61. The route table of RTB in Figure 3-16.
RTB#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default,
U per-user static route
Gateway of last resort is not set
10.0.0.0/8 is subnetted, 9 subnets
S 10.5.9.0 [1/0] via 10.5.5.2
S 10.5.8.0 [1/0] via 10.5.5.2
S 10.5.7.0 [1/0] via 10.5.5.2
S 10.5.6.0 [1/0] via 10.5.5.2
C 10.5.5.0 is directly connected, Serial1
C 10.5.4.0 is directly connected, TokenRing0
C 10.5.3.0 is directly connected, Serial0
S 10.5.2.0 [1/0] via 10.5.3.1
S 10.5.1.0 [1/0] via 10.5.3.1
RTB#
Example 3-62. The route table of RTC in Figure 3-16.
RTC#show ip route
Codes: C - connected, S - static, I - IGRP, 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, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default,
U per-user static route, o - ODR
Gateway of last resort is not set
10.0.0.0/24 is subnetted, 8 subnets
S 10.5.9.0 [1/0] via 10.5.7.2
S 10.5.8.0 [1/0] via 10.5.5.1
C 10.5.7.0 is directly connected, Serial1
C 10.5.6.0 is directly connected, Ethernet0
S 10.1.1.0 [1/0] via 10.5.5.1
C 10.5.5.0 is directly connected, Serial0
S 10.5.3.0 [1/0] via 10.5.5.1
S 10.5.2.0 [1/0] via 10.5.5.1
RTC#
Example 3-63. The route table of RTD in Figure 3-16.
RTD#show ip route
Codes: C - connected, S - static, I - IGRP, 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, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default,
U per-user static route, o - ODR
Gateway of last resort is not set
10.0.0.0/24 is subnetted, 9 subnets
C 10.5.9.0 is directly connected, Ethernet1
C 10.5.8.0 is directly connected, Ethernet0
C 10.5.7.0 is directly connected, Serial0
S 10.5.6.0 [1/0] via 10.5.7.1
S 10.5.5.0 [1/0] via 10.5.7.1
S 10.4.5.0 [1/0] via 10.5.7.1
S 10.5.3.0 [1/0] via 10.5.7.1
S 10.5.2.0 [1/0] via 10.5.7.1
S 10.5.1.0 [1/0] via 10.5.7.1
RTD#
|