Protocolo RIP
Protocolo RIP
Protocolo RIP
SHOW RUNNING-CONFIG
Resultados 4000
<4000>#
<4000>#show running-config
Building configuration...
Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname <4000>
!
!
!
!
!
interface Loopback0
ip address 200.20.6.1 255.255.255.0
!
interface Ethernet0
ip address 192.80.100.1 255.255.255.0
!
interface Ethernet1
no ip address
shutdown
!
interface Serial0
no ip address
no ip mroute-cache
shutdown
no fair-queue
!
interface Serial1
ip address 192.80.209.14 255.255.255.0
clockrate 800000
!
interface Serial2
ip address 192.80.150.1 255.255.255.0
shutdown
clockrate 800000
!
interface Serial3
no ip address
shutdown
!
router rip
network 192.80.100.0
network 192.80.209.0
network 200.20.6.0
!
ip classless
!
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
<4000>#
Resultados cisco1
cisco1#
cisco1#show running-config
Building configuration...
Current configuration:
!
version 11.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname cisco1
!
enable password 7 06100E324F41
!
ip subnet-zero
no ip source-route
no ip domain-lookup
!
interface Loopback0
ip address 200.156.10.1 255.255.255.0
!
interface Ethernet0
ip address 200.20.94.81 255.255.255.0
!
interface Serial0
ip address 192.80.209.13 255.255.255.0
!
interface Serial1
no ip address
shutdown
!
router rip
network 192.80.209.0
network 200.156.10.0
network 200.20.94.0
!
ip classless
!
!
line con 0
exec-timeout 0 0
password 7 060C0E2F494208
login
line aux 0
line vty 0 4
password 7 000E120801570A
login
!
end
cisco1#
Resultados cisco2
cisco2#
cisco2#show running-config
Building configuration...
Current configuration:
!
version 11.2
service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname cisco2
!
enable secret 5 $1$jibr$cTHEQancHt3LUqhsNxGXG0
!
no ip domain-lookup
!
interface Loopback0
ip address 200.20.3.1 255.255.255.0
!
interface Ethernet0
ip address 200.20.94.1 255.255.255.0
no ip directed-broadcast
!
interface Serial0
ip address 192.80.209.125 255.255.255.252
no ip directed-broadcast
ip ospf network point-to-multipoint
shutdown
clockrate 800000
!
interface Serial1
ip address 200.20.4.1 255.255.255.0
no ip directed-broadcast
!
router rip
network 200.20.94.0
network 200.20.3.0
network 200.20.4.0
!
ip classless
!
!
line con 0
password 7 0501070124404F
line aux 0
password 7 0501070124404F
line vty 0 1
password 7 0501070124404F
login
line vty 2
password 7 082B4D400C1504
login
line vty 3 4
password 7 044904131B245E
login
!
end
cisco2#
Resultados cisco3
cisco3#
cisco3#show configuration
Using 406 out of 32762 bytes
!
version 10.2
!
hostname cisco3
!
!
!
interface Loopback0
ip address 139.82.10.1 255.255.255.0
!
interface Ethernet0
ip address 192.80.100.1 255.255.255.0
shutdown
!
interface Serial0
ip address 200.20.5.1 255.255.255.0
shutdown
!
interface Serial1
ip address 200.20.4.2 255.255.255.0
clockrate 800000
!
router rip
network 200.20.4.0
network 139.82.0.0
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
cisco3#
Conclusões
Neste ítem serão mostrados dois comandos que são fundamentais para
que possamos tirar nossas conclusões.
São eles: show ip route e traceroute.
O primeiro nos mostra por qual interface e por qual protocolo o roteador
aprende as outras redes, já o segundo nos mostra os roteadores percorridos
até o endereço de destino.
4000
<4000>#
<4000>#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
C 192.80.209.0/24 is directly connected, Serial1
R 200.20.4.0/24 [120/2] via 192.80.209.13, 00:00:04, Serial1
C 200.20.6.0/24 is directly connected, Loopback0
R 139.82.0.0/16 [120/3] via 192.80.209.13, 00:00:04, Serial1
R 200.20.3.0/24 [120/2] via 192.80.209.13, 00:00:04, Serial1
C 192.80.100.0/24 is directly connected, Ethernet0
R 200.156.10.0/24 [120/1] via 192.80.209.13, 00:00:04, Serial1
R 200.20.94.0/24 [120/1] via 192.80.209.13, 00:00:04, Serial1
<4000>#
Verificamos que o roteador 4000 aprende as outras redes por RIP
através de sua interface Serial1, via 192.80.209.13 (interface Serial0
do cisco1).
<4000>#traceroute 200.20.4.2
Type escape sequence to abort.
Tracing the route to 200.20.4.2
1 192.80.209.13 0 msec 0 msec 0 msec
2 200.20.94.1 8 msec 4 msec 4 msec
3 200.20.4.2 4 msec 4 msec *
<4000>#
Com o comando traceroute confirmamos o caminho que o pacote percorre
até a interface 200.20.4.2, Serial1 do cisco3.
cisco1
cisco1#
cisco1#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
C 192.80.209.0/24 is directly connected, Serial0
C 200.156.10.0/24 is directly connected, Loopback0
C 200.20.94.0/24 is directly connected, Ethernet0
R 200.20.4.0/24 [120/1] via 200.20.94.1, 00:00:09, Ethernet0
R 139.82.0.0/16 [120/2] via 200.20.94.1, 00:00:09, Ethernet0
R 200.20.6.0/24 [120/1] via 192.80.209.14, 00:00:12, Serial0
R 200.20.3.0/24 [120/1] via 200.20.94.1, 00:00:09, Ethernet0
R 192.80.100.0/24 [120/1] via 192.80.209.14, 00:00:12, Serial0
cisco1#
Verificamos que o roteador cisco1 aprende as outras redes por RIP
através de suas interfaces Serial0, via 192.80.209.14
(Serial1 4000) e Ethernet0 via 200.20.94.1 (Ethernet0 cisco2).
cisco1#traceroute 200.20.4.2
Type escape sequence to abort.
Tracing the route to 200.20.4.2
1 200.20.94.1 4 msec 4 msec 4 msec
2 200.20.4.2 4 msec * 4 msec
cisco1#
cisco1#traceroute 192.80.100.5
Type escape sequence to abort.
Tracing the route to 192.80.100.5
1 192.80.209.14 4 msec 4 msec 4 msec
2 192.80.100.5 8 msec 4 msec 4 msec
cisco1#
Com o comando traceroute confirmamos o caminho que o pacote percorre
até a interface 200.20.4.2, Serial1 do roteador cisco3 e até
o PC 192.80.100.5.
cisco2
cisco2#
cisco2#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
R 192.80.209.0/24 [120/1] via 200.20.94.81, 00:00:18, Ethernet0
R 200.156.10.0/24 [120/1] via 200.20.94.81, 00:00:19, Ethernet0
C 200.20.94.0/24 is directly connected, Ethernet0
C 200.20.4.0/24 is directly connected, Serial1
R 139.82.0.0/16 [120/1] via 200.20.4.2, 00:00:06, Serial1
R 200.20.6.0/24 [120/2] via 200.20.94.81, 00:00:19, Ethernet0
C 200.20.3.0/24 is directly connected, Loopback0
R 192.80.100.0/24 [120/2] via 200.20.94.81, 00:00:19, Ethernet0
cisco2#
Verificamos que o roteador cisco2 aprende as outras redes por RIP
através de suas interfaces Serial1, via 200.20.4.2 (Serial1 cisco3)
e Ethernet0 via 200.20.94.81 (Ethernet0 cisco1).
cisco2#traceroute 200.20.4.2
O
Type escape sequence to abort.
Tracing the route to 200.20.4.2
1 200.20.4.2 8 msec * 4 msec
cisco2#
cisco2#traceroute 192.80.100.5
Type escape sequence to abort.
Tracing the route to 192.80.100.5
1 200.20.94.81 0 msec 4 msec 4 msec
2 192.80.209.14 4 msec 4 msec 4 msec
3 192.80.100.5 4 msec 4 msec 8 msec
cisco2#
Com o comando traceroute confirmamos o caminho que o pacote percorre
até a interface 200.20.4.2, Serial1 do roteador cisco3 e até
o PC 192.80.100.5.
cisco3
cisco3#
cisco3#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
Gateway of last resort is not set
R 192.80.209.0 [120/2] via 200.20.4.1, 00:00:29, Serial1
R 200.156.10.0 [120/2] via 200.20.4.1, 00:00:29, Serial1
R 200.20.94.0 [120/1] via 200.20.4.1, 00:00:29, Serial1
C 200.20.4.0 is directly connected, Serial1
139.82.0.0 is subnetted (mask is 255.255.255.0), 1 subnets
C 139.82.10.0 is directly connected, Loopback0
R 200.20.6.0 [120/3] via 200.20.4.1, 00:00:00, Serial1
R 200.20.3.0 [120/1] via 200.20.4.1, 00:00:00, Serial1
R 192.80.100.0 [120/3] via 200.20.4.1, 00:00:00, Serial1
Verificamos que o roteador cisco3 aprende as outras redes por RIP
através da interface Serial1, via 200.20.4.1 (interface Serial1 do cisco2).
cisco3#
cisco3#trace ip 192.80.100.5
Type escape sequence to abort.
Tracing the route to 192.80.100.5
1 200.20.4.1 4 msec 4 msec 4 msec
2 200.20.94.81 4 msec 4 msec 4 msec
3 192.80.209.14 4 msec 4 msec 4 msec
4 192.80.100.5 8 msec 8 msec 4 msec
cisco3#
Com o comando traceroute confirmamos o caminho que o pacote percorre
até o PC 192.80.100.5.