UNIVERSIDAD DE GUADALAJARA
C.U.C.E.I
Reporte #6
Esta práctica fue es una especie de continuación de la práctica pasada ya que en este caso aparte de utilizar RIP, estaremos utilizando RIP2 ya que en esta practica utilizamos mascaras CIDR.
Las configuraciones hechas al router superior fueron las siguientes:
Router A Interfaz Ethernet:
router>enable
router#
router# config terminal
router(config)# interface ethernet 0
router(config-if)# ip address 200.210.220.1 255.255.255.0
router(config-if)# no shutdown
router(config-if)# exit
Router A Interfaz Serial 0:
router> enable
router#
router# config terminal
router(config)# interface serial 0
router(config-if)# ip address 200.210.222.129 255.255.255.252
router(config-if)# clock rate 64000
router(config-if)# no shutdown
router(config-if)# exit
A nuestra máquina le configuramos la siguiente:
Direccioón IP: 200.210.220.3
Gateway: 200.210.220.1
Mascara de Red: 255.255.255.0
Al configurar
las interfaces en nuestro router y configurar la tarjeta de red de
nuestro host pudimos hacer ping exitoso tanto a nuestro gateway como a
la interfaz serial de router. Para que la comunición pudiera llegar
hasta el otro extremo de la red necesario configurar los demas router.
Las configuraciones fueron las siguientes:
Router C Interfaz Ethernet:
router>enable
router#
router# config terminal
router(config)# interface ethernet 0
router(config-if)# ip address 200.210.222.3 255.255.255.128
router(config-if)# no shutdown
router(config-if)# exit
Router C Interfaz Serial:
router> enable
router#router# config terminal
router(config)# interface serial 0
router(config-if)# ip address 200.210.222.134 255.255.255.252
router(config-if)# clock rate 64000
router(config-if)# no shutdown
router(config-if)# exit
Router B Interfaz Ethernet:
router>enable
router#
router# config terminal
router(config)# interface ethernet 0
router(config-if)# ip address 200.210.221.3 255.255.255.0
router(config-if)# no shutdown
router(config-if)# exit
Router B Interfaz Serial 0:
router> enable
router#
router# config terminal
router(config)# interface serial 0
router(config-if)# ip address 200.210.222.130 255.255.255.252
router(config-if)# no shutdown
router(config-if)# exit
Router B Interfaz Serial 1:
router> enable
router#
router# config terminal
router(config)# interface serial 0
router(config-if)# ip address 200.210.222.134 255.255.255.252
router(config-if)# no shutdown
router(config-if)# exit
Host B
Direccioón IP: 200.210.221.3
Gateway: 200.210.221.3
Mascara de Red: 255.255.255.0
Host C
Direccioón IP: 200.210.222.3
Gateway: 200.210.222.3
Mascara de Red: 255.255.255.128
Al ya tener todo configurado corrimos el comando show ip route y al momento de hacer esto no nos mostro todas las redes que deberían de salir ya que RIP v1 no trabaja con CIDR.
Por medio del
protocolo de enrutamiento RIP v2 pudimos llevar acabo esta maqueta ya
que nos permite el uso CIDR y VLSM,caso contraro al protocolo RIP v1 que
no lo acepta.
No hay comentarios:
Publicar un comentario