lunes, 15 de diciembre de 2008

Práctica 5

Taller de redes Avanzadas
Morán Hernández Oyuky Yusset
302293374


RIP2


En esta practica aplicaremos el protocolo de enrutamiento RIP version 2 (RIP2).

Al igual que la práctica anterior seguimos las siguientes instrucciones:



1.- Armar la maqueta (Nuestro equipo fue el R3)

Router(config)#

interface ethernet0

Router(config-if)#148.202.37.1 255.255.255.128

Router(config-if)#no shutdown

Router(config-if)#

Router(config)#interface serial1

Router(config-if)#ip address 148.202.33.7 255.255.255.252

Router(config-if)#clockrate 64000

Router(config-if)#show runningng-config

Building configuration...


Current configuration:

!

version 11.1

service slave-log

service udp-small-servers

service tcp-small-servers

!

hostname Router

!

!

!

interface Ethernet0

ip address 148.202.37.7 255.255.255.128

!

interface Serial0

no ip address shutdown

!

interface Serial1

ip address 148.202.33.9 255.255.255.252

clockrate 64000

!

interface BRI0

no ip address

shutdown

!

no ip classless

!

!

line con 0

line aux 0

line vty 0 4

login

!

end


2.-Verificar conectividad (ping)

Router#ping 148.202.37.2

Type escape sequence to abort.

Sending 5, 100-byte ICMP

Echoes to 148.202.37.2, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms

Router#ping 148.202.33.5

Type escape sequence to abort.

Sending 5, 100-byte

ICMP Echoes to 148.202.33.6, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 32/32/32 ms

Router#ping 148.202.33.6

Type escape sequence to abort.

Sending 5, 100-byte

ICMP Echoes to 148.202.37.2, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms


3.- Habilitar RIP version 2

Router#configure

Configuring from terminal, memory, or network [terminal]?

Enter configuration commands, one per line.

End with CNTL/Z.

Router(config)#router rip

Router(config-router)#version 2

Router(config-router)#network 148.202.33.4

Router(config-router)#network 148.202.37.0---


Hacer ping a las otras PCs

Router#ping 148.202.37.2

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echoes to 148.202.33.6, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/28 ms

Router#ping 148.202.33.6

Type escape sequence to abort.Sending 5, 100-byte

ICMP Echoes to 148.202.36.2, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 28/31/36 ms---

Show ip route

Router>sh ip routeCodes:

C - connected,

S - static,

I - IGRP,

R - RIP,

M - mobile,

B - BGPD - EIGRP,

EX - EIGRP external,

O - OSPF, IA - OSPF inter areaE1 - OSPF external type 1,

E2 - OSPF external type 2,

E - EGPi - IS-IS, L1 - IS-IS level-1,

L2 - IS-IS level-2, * - candidate defaultU - per-user static route

Gateway of last resort is not set148.202.0.0/16 is variably subnetted,

5 subnets,

3 masksR 148.202.36.0/24 [120/1]

via 148.202.33.6, 00:00:05,

Serial1C 148.202.33.4/30 is directly connected,

Serial1C 148.202.37.0/25 is directly connected,

Ethernet0R 148.202.35.0/24 [120/2] via 148.202.33.6, 00:00:05,

Serial1R 148.202.33.0/30 [120/1] via 148.202.33.6, 00:00:05,

Serial1

No hay comentarios: