quarta-feira, 28 de novembro de 2012

Avaliação-II R-II





#R1 - Avaliação-II (Final) Redes-II

no ip domain-lookup
enable secret cisco

line con 0
password cisco
exec-timeout 30

line vty 0 4
pass word cisco
exec-timeout 30

R2
ip dhcp pool R2LANB
 network 172.16.30.96 255.255.255.224
 default-router 172.16.30.97
 dns-server 172.16.1.19


R3
Router OSPF 1
network 200.10.20.0 0.0.0.3 area 0
network 172.50.30.84 0.0.0.3 area 0
network 172.16.1.16 0.0.0.7 area 0

Ip route 0.0.0.0 0.0.0.0 serial 0/0/1
R1(config)#router ospf 1
R1(config-router)#default-information originate


R2
Router OSPF 1
network 192.168.10.136 0.0.0.3 area 0
network 172.50.30.84 0.0.0.3 area 0
network 172.16.30.96 0.0.0.31 area 0

R1
Router OSPF 1
network 192.168.10.136 0.0.0.3 area 0
network 172.20.40.80 0.0.0.15 area 0


$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$


Configuração dos Routers:
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINK-5-CHANGED: Interface Vlan1, changed state to up

%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively down

%LINK-5-CHANGED: Interface Vlan1, changed state to administratively down

%SYS-5-CONFIG_I: Configured from console by console

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up

00:00:10: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.10.138 on Serial0/0/0 from LOADING to FULL, Loading Done


R1>
R1>
R1>
R1>
R1>en
R1>enable 
Password: 
Password: 
R1#sh run
R1#sh running-config 
Building configuration...

Current configuration : 962 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R1
!
!
!
enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
interface FastEthernet0/0
 description link to lan R1
 ip address 172.20.40.81 255.255.255.240
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial0/0/0
 description link to R2
 bandwidth 1024
 ip address 192.168.10.137 255.255.255.252
 clock rate 128000
!
interface Serial0/0/1
 no ip address
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router ospf 1
 log-adjacency-changes
 network 192.168.10.136 0.0.0.3 area 0
 network 172.20.40.80 0.0.0.15 area 0
!
ip classless
!
!
!
no cdp run
!
!
!
!
!
line con 0
 exec-timeout 30 0
 password cisco
line vty 0 4
 exec-timeout 30 0
 password word cisco
 login
!
!
!
end


R1# 
R1#
R1#
R1#sh ip rou
R1#sh 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, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is 192.168.10.138 to network 0.0.0.0

     172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks
O       172.16.1.16/29 [110/146] via 192.168.10.138, 00:00:31, Serial0/0/0
O       172.16.30.96/27 [110/98] via 192.168.10.138, 00:00:31, Serial0/0/0
     172.20.0.0/28 is subnetted, 1 subnets
C       172.20.40.80 is directly connected, FastEthernet0/0
     172.50.0.0/30 is subnetted, 1 subnets
O       172.50.30.84 [110/145] via 192.168.10.138, 00:00:31, Serial0/0/0
     192.168.10.0/30 is subnetted, 1 subnets
C       192.168.10.136 is directly connected, Serial0/0/0
     200.10.20.0/30 is subnetted, 1 subnets
O       200.10.20.0 [110/209] via 192.168.10.138, 00:00:31, Serial0/0/0
O*E2 0.0.0.0/0 [110/1] via 192.168.10.138, 00:00:31, Serial0/0/0
R1#  

Press RETURN to get started!


%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINK-5-CHANGED: Interface Vlan1, changed state to up

%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively down

%LINK-5-CHANGED: Interface Vlan1, changed state to administratively down

%SYS-5-CONFIG_I: Configured from console by console

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to up

00:00:10: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.10.137 on Serial0/0/1 from LOADING to FULL, Loading Done

00:00:10: %OSPF-5-ADJCHG: Process 1, Nbr 200.10.20.1 on Serial0/0/0 from LOADING to FULL, Loading Done


R2>
R2>en
R2>enable 
Password: 
R2#sh riun
R2#sh riun
       ^
% Invalid input detected at '^' marker.
R2#sh run
R2#sh running-config 
Building configuration...

Current configuration : 1213 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R2
!
!
!
enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
!
!
ip dhcp excluded-address 172.16.30.97 172.16.30.101
!
ip dhcp pool R2LANB
 network 172.16.30.96 255.255.255.224
 default-router 172.16.30.97
 dns-server 172.16.1.19
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
interface FastEthernet0/0
 description link to lan r2
 ip address 172.16.30.97 255.255.255.224
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial0/0/0
 description link to R3
 bandwidth 2048
 ip address 172.50.30.85 255.255.255.252
 clock rate 128000
!
interface Serial0/0/1
 description link to R1
 bandwidth 1024
 ip address 192.168.10.138 255.255.255.252
!
interface Vlan1
 no ip address
 shutdown
!
router ospf 1
 log-adjacency-changes
 network 192.168.10.136 0.0.0.3 area 0
 network 172.50.30.84 0.0.0.3 area 0
 network 172.16.30.96 0.0.0.31 area 0
!
ip classless
!
!
!
no cdp run
!
!
!
!
!
line con 0
 exec-timeout 30 0
 password cisco
line vty 0 4
 exec-timeout 30 0
 password cisco
 login
!
!
!
end


R2# 
R2#
R2#
R2#
R2#sh ip rou
R2#sh 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, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is 172.50.30.86 to network 0.0.0.0

     172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks
O       172.16.1.16/29 [110/49] via 172.50.30.86, 00:01:47, Serial0/0/0
C       172.16.30.96/27 is directly connected, FastEthernet0/0
     172.20.0.0/28 is subnetted, 1 subnets
O       172.20.40.80 [110/98] via 192.168.10.137, 00:01:47, Serial0/0/1
     172.50.0.0/30 is subnetted, 1 subnets
C       172.50.30.84 is directly connected, Serial0/0/0
     192.168.10.0/30 is subnetted, 1 subnets
C       192.168.10.136 is directly connected, Serial0/0/1
     200.10.20.0/30 is subnetted, 1 subnets
O       200.10.20.0 [110/112] via 172.50.30.86, 00:01:47, Serial0/0/0
O*E2 0.0.0.0/0 [110/1] via 172.50.30.86, 00:01:47, Serial0/0/0
R2#


Press RETURN to get started!


%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINK-5-CHANGED: Interface Vlan1, changed state to up

%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively down

%LINK-5-CHANGED: Interface Vlan1, changed state to administratively down

%SYS-5-CONFIG_I: Configured from console by console

%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

%LINK-5-CHANGED: Interface Serial0/1/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to up

00:00:10: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.10.138 on Serial0/1/0 from LOADING to FULL, Loading Done


R3>
R3>en
R3>enable 
Password: 
R3#sh run
R3#sh running-config 
Building configuration...

Current configuration : 1167 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R3
!
!
!
enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
interface FastEthernet0/0
 description LAN r3
 ip address 172.16.1.17 255.255.255.248
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial0/0/0
 no ip address
!
interface Serial0/0/1
 description link to ISP
 ip address 200.10.20.1 255.255.255.252
 clock rate 128000
!
interface Serial0/1/0
 description link to R2
 bandwidth 2048
 ip address 172.50.30.86 255.255.255.252
!
interface Serial0/1/1
 no ip address
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router ospf 1
 log-adjacency-changes
 network 200.10.20.0 0.0.0.3 area 0
 network 172.50.30.84 0.0.0.3 area 0
 network 172.16.1.16 0.0.0.7 area 0
 default-information originate
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0/1 
!
!
!
!
!
!
!
line con 0
 exec-timeout 30 0
 password cisco
line vty 0 4
 exec-timeout 30 0
 password word cisco
 login
!
!
!
end


R3# 
R3#
R3#
R3#
R3#sh ip rou
R3#sh 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, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is 0.0.0.0 to network 0.0.0.0

     172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks
C       172.16.1.16/29 is directly connected, FastEthernet0/0
O       172.16.30.96/27 [110/49] via 172.50.30.85, 00:02:34, Serial0/1/0
     172.20.0.0/28 is subnetted, 1 subnets
O       172.20.40.80 [110/146] via 172.50.30.85, 00:02:34, Serial0/1/0
     172.50.0.0/30 is subnetted, 1 subnets
C       172.50.30.84 is directly connected, Serial0/1/0
     192.168.10.0/30 is subnetted, 1 subnets
O       192.168.10.136 [110/145] via 172.50.30.85, 00:02:34, Serial0/1/0
     200.10.20.0/30 is subnetted, 1 subnets
C       200.10.20.0 is directly connected, Serial0/0/1
S*   0.0.0.0/0 is directly connected, Serial0/0/1
R3# 


terça-feira, 6 de novembro de 2012

Atividade VLSM/OSPF





Script de Configuração e Arquivos

http://dl.dropbox.com/u/17521094/2012-11-05_LabVLSM-OSPF.pkt

http://dl.dropbox.com/u/17521094/Script%20OSPF.rtf




HQ
router ospf 1
 log-adjacency-changes
 network 172.16.2.0 0.0.1.255 area 0
 network 209.165.200.224 0.0.0.31 area 0
 network 172.16.10.28 0.0.0.3 area 0
 network 172.16.10.24 0.0.0.3 area 0


WEST
router ospf 1
network 172.16.10.24 0.0.0.3 area 0
network 172.16.10.4 0.0.0.3 area 0
network 172.16.10.0  0.0.0.3 area 0
network 172.16.4.0 0.0.1.255 area 0

EAST
router ospf 1
network 172.16.10.28 0.0.0.3 area 0
network 172.16.10.12 0.0.0.3 area 0
network 172.16.10.16  0.0.0.3 area 0
network 172.16.6.0  0.0.1.255 area 0

RT_FL-I
router ospf 1
network 172.16.10.0 0.0.0.3 area 0
network 172.16.10.8 0.0.0.3 area 0
network 172.16.8.128  0.0.0.127 area 0

RT_FL-II
router ospf 1
network 172.16.10.4 0.0.0.3 area 0
network 172.16.10.8 0.0.0.3 area 0
network 172.16.8.128  0.0.0.127 area 0

RT_FL-III
router ospf 1
network 172.16.10.12 0.0.0.3 area 0
network 172.16.10.20 0.0.0.3 area 0
network 172.16.9.0  0.0.0.127 area 0


RT_FL-IV
router ospf 1
network 172.16.10.16 0.0.0.3 area 0
network 172.16.10.20 0.0.0.3 area 0
network 172.16.9.128  0.0.0.127 area 0

#################################


Building configuration...

Current configuration : 846 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname ISP
!
!
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial0/0/0
 ip address 209.165.200.225 255.255.255.224
 clock rate 2000000
!
interface Serial0/0/1
 no ip address
 clock rate 2000000
 shutdown
!
interface Serial0/1/0
 no ip address
 clock rate 2000000
 shutdown
!
interface Serial0/1/1
 no ip address
 clock rate 2000000
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router ospf 1
 log-adjacency-changes
 network 209.165.200.224 0.0.0.31 area 0
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
 login
!
!
!
end


ISP# 
ISP#
ISP#
ISP#SH
ISP#SHow IP ROU
ISP#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, 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/16 is variably subnetted, 15 subnets, 4 masks
O       172.16.2.0/23 [110/65] via 209.165.200.226, 00:45:37, Serial0/0/0
O       172.16.4.0/22 [110/129] via 209.165.200.226, 00:01:14, Serial0/0/0
O       172.16.6.0/23 [110/129] via 209.165.200.226, 00:14:58, Serial0/0/0
O       172.16.8.0/25 [110/193] via 209.165.200.226, 00:22:20, Serial0/0/0
O       172.16.8.128/25 [110/193] via 209.165.200.226, 00:20:20, Serial0/0/0
O       172.16.9.0/25 [110/193] via 209.165.200.226, 00:45:37, Serial0/0/0
O       172.16.9.128/25 [110/193] via 209.165.200.226, 00:45:37, Serial0/0/0
O       172.16.10.0/30 [110/192] via 209.165.200.226, 00:37:30, Serial0/0/0
O       172.16.10.4/30 [110/192] via 209.165.200.226, 00:37:30, Serial0/0/0
O       172.16.10.8/30 [110/256] via 209.165.200.226, 00:20:20, Serial0/0/0
O       172.16.10.12/30 [110/192] via 209.165.200.226, 00:45:37, Serial0/0/0
O       172.16.10.16/30 [110/192] via 209.165.200.226, 00:45:37, Serial0/0/0
O       172.16.10.20/30 [110/256] via 209.165.200.226, 00:45:37, Serial0/0/0
O       172.16.10.24/30 [110/128] via 209.165.200.226, 00:45:37, Serial0/0/0
O       172.16.10.28/30 [110/128] via 209.165.200.226, 00:45:37, Serial0/0/0
     209.165.200.0/27 is subnetted, 1 subnets
C       209.165.200.224 is directly connected, Serial0/0/0
ISP#
ISP#
ISP#
ISP#
ISP#


###########################################


WEST#
WEST#
WEST#SH RUN
WEST#SH RUNning-config 
Building configuration...

Current configuration : 1152 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname WEST
!
!
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
interface FastEthernet0/0
 description CONNECTION TO LAN WEST 400
 ip address 172.16.4.1 255.255.252.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial0/0/0
 description Connection to WEST/HQ
 ip address 172.16.10.26 255.255.255.252
!
interface Serial0/0/1
 description Link to west from filial 1
 ip address 172.16.10.1 255.255.255.252
 clock rate 2000000
!
interface Serial0/1/0
 description connection to link WEST/RT_FL-II
 ip address 172.16.10.5 255.255.255.252
 clock rate 2000000
!
interface Serial0/1/1
 no ip address
 clock rate 2000000
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router ospf 1
 log-adjacency-changes
 network 172.16.10.24 0.0.0.3 area 0
 network 172.16.10.4 0.0.0.3 area 0
 network 172.16.10.0 0.0.0.3 area 0
 network 172.16.4.0 0.0.1.255 area 0
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
 login
!
!
!
end


WEST# 
WEST#
WEST#
WEST#
WEST#SH IP ROU
WEST#SH 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, 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/16 is variably subnetted, 15 subnets, 4 masks
O       172.16.2.0/23 [110/65] via 172.16.10.25, 00:52:10, Serial0/0/0
C       172.16.4.0/22 is directly connected, FastEthernet0/0
O       172.16.6.0/23 [110/129] via 172.16.10.25, 00:15:40, Serial0/0/0
O       172.16.8.0/25 [110/65] via 172.16.10.2, 00:23:02, Serial0/0/1
O       172.16.8.128/25 [110/65] via 172.16.10.6, 00:21:03, Serial0/1/0
O       172.16.9.0/25 [110/193] via 172.16.10.25, 00:46:42, Serial0/0/0
O       172.16.9.128/25 [110/193] via 172.16.10.25, 00:46:42, Serial0/0/0
C       172.16.10.0/30 is directly connected, Serial0/0/1
C       172.16.10.4/30 is directly connected, Serial0/1/0
O       172.16.10.8/30 [110/128] via 172.16.10.6, 00:21:03, Serial0/1/0
                       [110/128] via 172.16.10.2, 00:21:03, Serial0/0/1
O       172.16.10.12/30 [110/192] via 172.16.10.25, 00:46:42, Serial0/0/0
O       172.16.10.16/30 [110/192] via 172.16.10.25, 00:46:42, Serial0/0/0
O       172.16.10.20/30 [110/256] via 172.16.10.25, 00:46:42, Serial0/0/0
C       172.16.10.24/30 is directly connected, Serial0/0/0
O       172.16.10.28/30 [110/128] via 172.16.10.25, 00:46:42, Serial0/0/0
     209.165.200.0/27 is subnetted, 1 subnets
O       209.165.200.224 [110/128] via 172.16.10.25, 00:46:19, Serial0/0/0
WEST#

#####################################################


RT_FL-I#SHow  RUNning-config 
Building configuration...

Current configuration : 1068 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname RT_FL-I
!
!
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
interface FastEthernet0/0
 description CONNECTION TO LAN FL1 100
 ip address 172.16.8.1 255.255.255.128
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial0/0/0
 description Connection to Filial 1 from west
 ip address 172.16.10.2 255.255.255.252
!
interface Serial0/0/1
 description CONNECTION TO FL1 FROM FL2
 ip address 172.16.10.9 255.255.255.252
 clock rate 2000000
!
interface Serial0/1/0
 no ip address
 clock rate 2000000
 shutdown
!
interface Serial0/1/1
 no ip address
 clock rate 2000000
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router ospf 1
 log-adjacency-changes
 network 172.16.10.0 0.0.0.3 area 0
 network 172.16.10.8 0.0.0.3 area 0
 network 172.16.8.0 0.0.0.127 area 0
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
 login
!
!
!
end


RT_FL-I# 
RT_FL-I#
RT_FL-I#
RT_FL-I#
RT_FL-I#SH IP ROU
RT_FL-I#SH 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, 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/16 is variably subnetted, 15 subnets, 4 masks
O       172.16.2.0/23 [110/129] via 172.16.10.1, 00:30:58, Serial0/0/0
O       172.16.4.0/22 [110/65] via 172.16.10.1, 00:02:41, Serial0/0/0
O       172.16.6.0/23 [110/193] via 172.16.10.1, 00:16:24, Serial0/0/0
C       172.16.8.0/25 is directly connected, FastEthernet0/0
O       172.16.8.128/25 [110/65] via 172.16.10.10, 00:21:47, Serial0/0/1
O       172.16.9.0/25 [110/257] via 172.16.10.1, 00:30:58, Serial0/0/0
O       172.16.9.128/25 [110/257] via 172.16.10.1, 00:30:58, Serial0/0/0
C       172.16.10.0/30 is directly connected, Serial0/0/0
O       172.16.10.4/30 [110/128] via 172.16.10.1, 00:21:47, Serial0/0/0
                       [110/128] via 172.16.10.10, 00:21:47, Serial0/0/1
C       172.16.10.8/30 is directly connected, Serial0/0/1
O       172.16.10.12/30 [110/256] via 172.16.10.1, 00:30:58, Serial0/0/0
O       172.16.10.16/30 [110/256] via 172.16.10.1, 00:30:58, Serial0/0/0
O       172.16.10.20/30 [110/320] via 172.16.10.1, 00:30:58, Serial0/0/0
O       172.16.10.24/30 [110/128] via 172.16.10.1, 00:30:58, Serial0/0/0
O       172.16.10.28/30 [110/192] via 172.16.10.1, 00:30:58, Serial0/0/0
     209.165.200.0/27 is subnetted, 1 subnets
O       209.165.200.224 [110/192] via 172.16.10.1, 00:30:58, Serial0/0/0
RT_FL-I#

################################################


RT_FL-II#
RT_FL-II#SH RUN
RT_FL-II#SH RUNning-config 
Building configuration...

Current configuration : 1059 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname RT_FL-II
!
!
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
interface FastEthernet0/0
 description CONNECTION TO LAN FL-II 100
 ip address 172.16.8.129 255.255.255.128
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial0/0/0
 description CONNECTION TO LIN RT_FL-II/WEST
 ip address 172.16.10.6 255.255.255.252
!
interface Serial0/0/1
 description CONNECTION TO RT_FL-II/TR_FL-i
 ip address 172.16.10.10 255.255.255.252
!
interface Serial0/1/0
 no ip address
 clock rate 2000000
 shutdown
!
interface Serial0/1/1
 no ip address
 clock rate 2000000
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router ospf 1
 log-adjacency-changes
 network 172.16.10.4 0.0.0.3 area 0
 network 172.16.10.8 0.0.0.3 area 0
 network 172.16.8.128 0.0.0.127 area 0
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
 login
!
!
!
end


RT_FL-II# 
RT_FL-II#
RT_FL-II#
RT_FL-II#
RT_FL-II#
RT_FL-II#SH IP ROU
RT_FL-II#SH 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, 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/16 is variably subnetted, 15 subnets, 4 masks
O       172.16.2.0/23 [110/129] via 172.16.10.5, 00:22:24, Serial0/0/0
O       172.16.4.0/22 [110/65] via 172.16.10.5, 00:03:20, Serial0/0/0
O       172.16.6.0/23 [110/193] via 172.16.10.5, 00:17:04, Serial0/0/0
O       172.16.8.0/25 [110/65] via 172.16.10.9, 00:22:24, Serial0/0/1
C       172.16.8.128/25 is directly connected, FastEthernet0/0
O       172.16.9.0/25 [110/257] via 172.16.10.5, 00:22:24, Serial0/0/0
O       172.16.9.128/25 [110/257] via 172.16.10.5, 00:22:24, Serial0/0/0
O       172.16.10.0/30 [110/128] via 172.16.10.5, 00:22:24, Serial0/0/0
                       [110/128] via 172.16.10.9, 00:22:24, Serial0/0/1
C       172.16.10.4/30 is directly connected, Serial0/0/0
C       172.16.10.8/30 is directly connected, Serial0/0/1
O       172.16.10.12/30 [110/256] via 172.16.10.5, 00:22:24, Serial0/0/0
O       172.16.10.16/30 [110/256] via 172.16.10.5, 00:22:24, Serial0/0/0
O       172.16.10.20/30 [110/320] via 172.16.10.5, 00:22:24, Serial0/0/0
O       172.16.10.24/30 [110/128] via 172.16.10.5, 00:22:24, Serial0/0/0
O       172.16.10.28/30 [110/192] via 172.16.10.5, 00:22:24, Serial0/0/0
     209.165.200.0/27 is subnetted, 1 subnets
O       209.165.200.224 [110/192] via 172.16.10.5, 00:22:24, Serial0/0/0
RT_FL-II#  
RT_FL-II#
RT_FL-II#
RT_FL-II#


###################################################

RT_FL-II#
RT_FL-II#SH RUN
RT_FL-II#SH RUNning-config 
Building configuration...

Current configuration : 1059 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname RT_FL-II
!
!
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
interface FastEthernet0/0
 description CONNECTION TO LAN FL-II 100
 ip address 172.16.8.129 255.255.255.128
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial0/0/0
 description CONNECTION TO LIN RT_FL-II/WEST
 ip address 172.16.10.6 255.255.255.252
!
interface Serial0/0/1
 description CONNECTION TO RT_FL-II/TR_FL-i
 ip address 172.16.10.10 255.255.255.252
!
interface Serial0/1/0
 no ip address
 clock rate 2000000
 shutdown
!
interface Serial0/1/1
 no ip address
 clock rate 2000000
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router ospf 1
 log-adjacency-changes
 network 172.16.10.4 0.0.0.3 area 0
 network 172.16.10.8 0.0.0.3 area 0
 network 172.16.8.128 0.0.0.127 area 0
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
 login
!
!
!
end


RT_FL-II# 
RT_FL-II#
RT_FL-II#
RT_FL-II#
RT_FL-II#
RT_FL-II#SH IP ROU
RT_FL-II#SH 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, 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/16 is variably subnetted, 15 subnets, 4 masks
O       172.16.2.0/23 [110/129] via 172.16.10.5, 00:22:24, Serial0/0/0
O       172.16.4.0/22 [110/65] via 172.16.10.5, 00:03:20, Serial0/0/0
O       172.16.6.0/23 [110/193] via 172.16.10.5, 00:17:04, Serial0/0/0
O       172.16.8.0/25 [110/65] via 172.16.10.9, 00:22:24, Serial0/0/1
C       172.16.8.128/25 is directly connected, FastEthernet0/0
O       172.16.9.0/25 [110/257] via 172.16.10.5, 00:22:24, Serial0/0/0
O       172.16.9.128/25 [110/257] via 172.16.10.5, 00:22:24, Serial0/0/0
O       172.16.10.0/30 [110/128] via 172.16.10.5, 00:22:24, Serial0/0/0
                       [110/128] via 172.16.10.9, 00:22:24, Serial0/0/1
C       172.16.10.4/30 is directly connected, Serial0/0/0
C       172.16.10.8/30 is directly connected, Serial0/0/1
O       172.16.10.12/30 [110/256] via 172.16.10.5, 00:22:24, Serial0/0/0
O       172.16.10.16/30 [110/256] via 172.16.10.5, 00:22:24, Serial0/0/0
O       172.16.10.20/30 [110/320] via 172.16.10.5, 00:22:24, Serial0/0/0
O       172.16.10.24/30 [110/128] via 172.16.10.5, 00:22:24, Serial0/0/0
O       172.16.10.28/30 [110/192] via 172.16.10.5, 00:22:24, Serial0/0/0
     209.165.200.0/27 is subnetted, 1 subnets
O       209.165.200.224 [110/192] via 172.16.10.5, 00:22:24, Serial0/0/0
RT_FL-II#  
RT_FL-II#
RT_FL-II#
RT_FL-II#




###########################################


HQ>EN
HQ>ENable 
HQ#
HQ#
HQ#SH RUN
HQ#SH RUNning-config 
Building configuration...

Current configuration : 1134 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname HQ
!
!
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
interface FastEthernet0/0
 description LAN HQ 500HOSTS
 ip address 172.16.2.1 255.255.254.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial0/0/0
 description Connection to HQ/WEST
 ip address 172.16.10.25 255.255.255.252
 clock rate 2000000
!
interface Serial0/0/1
 description connection to HQ/RT_FL-IV
 ip address 172.16.10.29 255.255.255.252
 clock rate 2000000
!
interface Serial0/1/0
 description Connection to ISP
 ip address 209.165.200.226 255.255.255.224
!
interface Serial0/1/1
 no ip address
 clock rate 2000000
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router ospf 1
 log-adjacency-changes
 network 172.16.2.0 0.0.1.255 area 0
 network 209.165.200.224 0.0.0.31 area 0
 network 172.16.10.28 0.0.0.3 area 0
 network 172.16.10.24 0.0.0.3 area 0
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
 login
!
!
!
end


HQ# 
HQ#
HQ#
HQ#
HQ#SH IP ROU
HQ#SH 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, 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/16 is variably subnetted, 15 subnets, 4 masks
C       172.16.2.0/23 is directly connected, FastEthernet0/0
O       172.16.4.0/22 [110/65] via 172.16.10.26, 00:04:09, Serial0/0/0
O       172.16.6.0/23 [110/65] via 172.16.10.30, 00:17:52, Serial0/0/1
O       172.16.8.0/25 [110/129] via 172.16.10.26, 00:25:15, Serial0/0/0
O       172.16.8.128/25 [110/129] via 172.16.10.26, 00:23:15, Serial0/0/0
O       172.16.9.0/25 [110/129] via 172.16.10.30, 00:48:54, Serial0/0/1
O       172.16.9.128/25 [110/129] via 172.16.10.30, 00:48:54, Serial0/0/1
O       172.16.10.0/30 [110/128] via 172.16.10.26, 00:40:25, Serial0/0/0
O       172.16.10.4/30 [110/128] via 172.16.10.26, 00:40:25, Serial0/0/0
O       172.16.10.8/30 [110/192] via 172.16.10.26, 00:23:15, Serial0/0/0
O       172.16.10.12/30 [110/128] via 172.16.10.30, 00:48:54, Serial0/0/1
O       172.16.10.16/30 [110/128] via 172.16.10.30, 00:48:54, Serial0/0/1
O       172.16.10.20/30 [110/192] via 172.16.10.30, 00:48:54, Serial0/0/1
C       172.16.10.24/30 is directly connected, Serial0/0/0
C       172.16.10.28/30 is directly connected, Serial0/0/1
     209.165.200.0/27 is subnetted, 1 subnets
C       209.165.200.224 is directly connected, Serial0/1/0
HQ# 
HQ#
HQ#
HQ#
HQ#


#########################################################


EAST#SHow  RUN
EAST#SHow  RUNning-config 
Building configuration...

Current configuration : 1163 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname EAST
!
!
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
interface FastEthernet0/0
 description CONNECTION TO LAN EAST 400
 ip address 172.16.6.1 255.255.254.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial0/0/0
 description connection to EAST/HQ
 ip address 172.16.10.30 255.255.255.252
!
interface Serial0/0/1
 description CONNECTION TO EAST FROM RT_FL-III
 ip address 172.16.10.13 255.255.255.252
 clock rate 2000000
!
interface Serial0/1/0
 description CONNECTION TO LINK EAST/RT_FL-IV
 ip address 172.16.10.17 255.255.255.252
 clock rate 2000000
!
interface Serial0/1/1
 no ip address
 clock rate 2000000
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router ospf 1
 log-adjacency-changes
 network 172.16.10.28 0.0.0.3 area 0
 network 172.16.10.12 0.0.0.3 area 0
 network 172.16.10.16 0.0.0.3 area 0
 network 172.16.6.0 0.0.1.255 area 0
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
 login
!
!
!
end


EAST# 
EAST#
EAST#
EAST#
EAST#SH IP ROU
EAST#SH 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, 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/16 is variably subnetted, 15 subnets, 4 masks
O       172.16.2.0/23 [110/65] via 172.16.10.29, 00:49:58, Serial0/0/0
O       172.16.4.0/22 [110/129] via 172.16.10.29, 00:05:13, Serial0/0/0
C       172.16.6.0/23 is directly connected, FastEthernet0/0
O       172.16.8.0/25 [110/193] via 172.16.10.29, 00:26:19, Serial0/0/0
O       172.16.8.128/25 [110/193] via 172.16.10.29, 00:24:19, Serial0/0/0
O       172.16.9.0/25 [110/65] via 172.16.10.14, 01:09:46, Serial0/0/1
O       172.16.9.128/25 [110/65] via 172.16.10.18, 01:09:46, Serial0/1/0
O       172.16.10.0/30 [110/192] via 172.16.10.29, 00:41:29, Serial0/0/0
O       172.16.10.4/30 [110/192] via 172.16.10.29, 00:41:29, Serial0/0/0
O       172.16.10.8/30 [110/256] via 172.16.10.29, 00:24:19, Serial0/0/0
C       172.16.10.12/30 is directly connected, Serial0/0/1
C       172.16.10.16/30 is directly connected, Serial0/1/0
O       172.16.10.20/30 [110/128] via 172.16.10.14, 01:09:46, Serial0/0/1
                        [110/128] via 172.16.10.18, 01:09:46, Serial0/1/0
O       172.16.10.24/30 [110/128] via 172.16.10.29, 00:49:58, Serial0/0/0
C       172.16.10.28/30 is directly connected, Serial0/0/0
     209.165.200.0/27 is subnetted, 1 subnets
O       209.165.200.224 [110/128] via 172.16.10.29, 00:49:36, Serial0/0/0
EAST#


##########################################################

RT_FL-II#
RT_FL-II#SH RUN
RT_FL-II#SH RUNning-config 
Building configuration...

Current configuration : 1088 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname RT_FL-II
!
!
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
interface FastEthernet0/0
 description CONNECTION TO LAN FL-III 100
 ip address 172.16.9.1 255.255.255.128
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial0/0/0
 description cONNECTION TO LINK RT_FL-III/EAST
 ip address 172.16.10.14 255.255.255.252
!
interface Serial0/0/1
 description CONNECTION TO LINK RT_FL-III/RT_FL-IV
 ip address 172.16.10.21 255.255.255.252
 clock rate 2000000
!
interface Serial0/1/0
 no ip address
 clock rate 2000000
 shutdown
!
interface Serial0/1/1
 no ip address
 clock rate 2000000
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router ospf 1
 log-adjacency-changes
 network 172.16.10.12 0.0.0.3 area 0
 network 172.16.10.20 0.0.0.3 area 0
 network 172.16.9.0 0.0.0.127 area 0
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
 login
!
!
!
end


RT_FL-II# 
RT_FL-II#
RT_FL-II#
RT_FL-II#SH IP ROU
RT_FL-II#SH 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, 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/16 is variably subnetted, 15 subnets, 4 masks
O       172.16.2.0/23 [110/129] via 172.16.10.13, 00:50:36, Serial0/0/0
O       172.16.4.0/22 [110/193] via 172.16.10.13, 00:05:51, Serial0/0/0
O       172.16.6.0/23 [110/65] via 172.16.10.13, 00:19:34, Serial0/0/0
O       172.16.8.0/25 [110/257] via 172.16.10.13, 00:26:56, Serial0/0/0
O       172.16.8.128/25 [110/257] via 172.16.10.13, 00:24:57, Serial0/0/0
C       172.16.9.0/25 is directly connected, FastEthernet0/0
O       172.16.9.128/25 [110/65] via 172.16.10.22, 01:10:19, Serial0/0/1
O       172.16.10.0/30 [110/256] via 172.16.10.13, 00:42:06, Serial0/0/0
O       172.16.10.4/30 [110/256] via 172.16.10.13, 00:42:06, Serial0/0/0
O       172.16.10.8/30 [110/320] via 172.16.10.13, 00:24:57, Serial0/0/0
C       172.16.10.12/30 is directly connected, Serial0/0/0
O       172.16.10.16/30 [110/128] via 172.16.10.22, 01:10:19, Serial0/0/1
                        [110/128] via 172.16.10.13, 01:10:19, Serial0/0/0
C       172.16.10.20/30 is directly connected, Serial0/0/1
O       172.16.10.24/30 [110/192] via 172.16.10.13, 00:50:36, Serial0/0/0
O       172.16.10.28/30 [110/128] via 172.16.10.13, 00:52:27, Serial0/0/0
     209.165.200.0/27 is subnetted, 1 subnets
O       209.165.200.224 [110/192] via 172.16.10.13, 00:50:14, Serial0/0/0
RT_FL-II#


#############################################################


RT_FL-IV#SH RUNning-config 
Building configuration...

Current configuration : 1073 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname RT_FL-IV
!
!
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
interface FastEthernet0/0
 description CONNECTION TO LAN RT_FL-IV 100
 ip address 172.16.9.129 255.255.255.128
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial0/0/0
 description CONNECTION TO LINK RT-FL-IV/EAST
 ip address 172.16.10.18 255.255.255.252
!
interface Serial0/0/1
 description CONNECTION TO LINK RT_FL-IV/RT_FL-III
 ip address 172.16.10.22 255.255.255.252
!
interface Serial0/1/0
 no ip address
 clock rate 2000000
 shutdown
!
interface Serial0/1/1
 no ip address
 clock rate 2000000
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router ospf 1
 log-adjacency-changes
 network 172.16.10.16 0.0.0.3 area 0
 network 172.16.10.20 0.0.0.3 area 0
 network 172.16.9.128 0.0.0.127 area 0
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
 login
!
!
!
end


RT_FL-IV# 
RT_FL-IV#
RT_FL-IV#
RT_FL-IV#
RT_FL-IV#SH IP ROU
RT_FL-IV#SH 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, 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/16 is variably subnetted, 15 subnets, 4 masks
O       172.16.2.0/23 [110/129] via 172.16.10.17, 00:51:21, Serial0/0/0
O       172.16.4.0/22 [110/193] via 172.16.10.17, 00:06:36, Serial0/0/0
O       172.16.6.0/23 [110/65] via 172.16.10.17, 00:20:19, Serial0/0/0
O       172.16.8.0/25 [110/257] via 172.16.10.17, 00:27:41, Serial0/0/0
O       172.16.8.128/25 [110/257] via 172.16.10.17, 00:25:42, Serial0/0/0
O       172.16.9.0/25 [110/65] via 172.16.10.21, 01:11:03, Serial0/0/1
C       172.16.9.128/25 is directly connected, FastEthernet0/0
O       172.16.10.0/30 [110/256] via 172.16.10.17, 00:42:51, Serial0/0/0
O       172.16.10.4/30 [110/256] via 172.16.10.17, 00:42:51, Serial0/0/0
O       172.16.10.8/30 [110/320] via 172.16.10.17, 00:25:42, Serial0/0/0
O       172.16.10.12/30 [110/128] via 172.16.10.17, 01:11:03, Serial0/0/0
                        [110/128] via 172.16.10.21, 01:11:03, Serial0/0/1
C       172.16.10.16/30 is directly connected, Serial0/0/0
C       172.16.10.20/30 is directly connected, Serial0/0/1
O       172.16.10.24/30 [110/192] via 172.16.10.17, 00:51:21, Serial0/0/0
O       172.16.10.28/30 [110/128] via 172.16.10.17, 00:53:12, Serial0/0/0
     209.165.200.0/27 is subnetted, 1 subnets
O       209.165.200.224 [110/192] via 172.16.10.17, 00:50:58, Serial0/0/0
RT_FL-IV#


$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$



Packet Tracer PC Command Line 1.0
PC>ping 172.16.9.126

Pinging 172.16.9.126 with 32 bytes of data:

Request timed out.
Reply from 172.16.9.126: bytes=32 time=15ms TTL=126
Reply from 172.16.9.126: bytes=32 time=13ms TTL=126
Reply from 172.16.9.126: bytes=32 time=12ms TTL=126

Ping statistics for 172.16.9.126:
    Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
Approximate round trip times in milli-seconds:
    Minimum = 12ms, Maximum = 15ms, Average = 13ms

PC>ping 172.1610.17
Ping request could not find host 172.1610.17. Please check the name and try again.
PC>ping 172.1610.17
Ping request could not find host 172.1610.17. Please check the name and try again.
PC>
PC>
PC>
PC>
PC>IPCONFIG

IP Address......................: 172.16.9.254
Subnet Mask.....................: 255.255.255.128
Default Gateway.................: 172.16.9.129

PC>PING 172.16.9.130

Pinging 172.16.9.130 with 32 bytes of data:

Request timed out.
Reply from 172.16.9.130: bytes=32 time=2ms TTL=255
Reply from 172.16.9.130: bytes=32 time=4ms TTL=255
Reply from 172.16.9.130: bytes=32 time=2ms TTL=255

Ping statistics for 172.16.9.130:
    Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
Approximate round trip times in milli-seconds:
    Minimum = 2ms, Maximum = 4ms, Average = 2ms

PC>PING 172.16.9.126

Pinging 172.16.9.126 with 32 bytes of data:

Reply from 172.16.9.126: bytes=32 time=21ms TTL=126
Reply from 172.16.9.126: bytes=32 time=31ms TTL=126
Reply from 172.16.9.126: bytes=32 time=16ms TTL=126
Reply from 172.16.9.126: bytes=32 time=12ms TTL=126

Ping statistics for 172.16.9.126:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 12ms, Maximum = 31ms, Average = 20ms

PC>PING 172.16.8.254

Pinging 172.16.8.254 with 32 bytes of data:

Request timed out.
Reply from 172.16.8.254: bytes=32 time=33ms TTL=123
Reply from 172.16.8.254: bytes=32 time=33ms TTL=123
Reply from 172.16.8.254: bytes=32 time=27ms TTL=123

Ping statistics for 172.16.8.254:
    Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
Approximate round trip times in milli-seconds:
    Minimum = 27ms, Maximum = 33ms, Average = 31ms

PC>PING 172.16.8.126

Pinging 172.16.8.126 with 32 bytes of data:

Reply from 172.16.8.126: bytes=32 time=40ms TTL=123
Reply from 172.16.8.126: bytes=32 time=22ms TTL=123
Reply from 172.16.8.126: bytes=32 time=24ms TTL=123
Reply from 172.16.8.126: bytes=32 time=35ms TTL=123

Ping statistics for 172.16.8.126:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 22ms, Maximum = 40ms, Average = 30ms

PC>PING 172.16.5.254

Pinging 172.16.5.254 with 32 bytes of data:

Request timed out.
Reply from 172.16.5.254: bytes=32 time=25ms TTL=124
Reply from 172.16.5.254: bytes=32 time=27ms TTL=124
Reply from 172.16.5.254: bytes=32 time=29ms TTL=124

Ping statistics for 172.16.5.254:
    Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
Approximate round trip times in milli-seconds:
    Minimum = 25ms, Maximum = 29ms, Average = 27ms

PC>PING 172.16.3.254

Pinging 172.16.3.254 with 32 bytes of data:

Reply from 172.16.3.254: bytes=32 time=15ms TTL=125
Reply from 172.16.3.254: bytes=32 time=30ms TTL=125
Reply from 172.16.3.254: bytes=32 time=14ms TTL=125
Reply from 172.16.3.254: bytes=32 time=18ms TTL=125

Ping statistics for 172.16.3.254:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 14ms, Maximum = 30ms, Average = 19ms

PC>PING 209.165.200.225

Pinging 209.165.200.225 with 32 bytes of data:

Reply from 209.165.200.225: bytes=32 time=17ms TTL=252
Reply from 209.165.200.225: bytes=32 time=16ms TTL=252
Reply from 209.165.200.225: bytes=32 time=11ms TTL=252
Reply from 209.165.200.225: bytes=32 time=12ms TTL=252

Ping statistics for 209.165.200.225:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 11ms, Maximum = 17ms, Average = 14ms

PC>
PC>
PC>
PC>VaiCorinthians!!!