domingo, 24 de febrero de 2019

Portafolio Unidad II

Esta es la tarea numero 9 y es un reporte

Practica de laboratorio
Introducción

En este reporte de la práctica de laboratorio veremos las configuraciones de las interfaces del enrutador ya que para hacer la práctica tenemos que administrar y hacer una configuración completa tanto de los routers como de los Switches designados en la práctica al hacer eso seguiremos con el enrutamiento estático de las interfaces del router y estaremos checándolo en la tabla de enrutamiento y al final veremos cómo es que esto nos beneficia a nosotros como administradores de la red y como nos perjudica también.
Desarrollo
            Material / Equipo utilizado:
-          Dos Routers
-          Dos Switches
-          Dos PCs
-          Cable Serial DTE
-          Cable Serial DCE
-          Cable Consola
-          Cuatro Cables Ethernet Puerto RJ-45
Software utilizado:
-          PuTTY








Lo primera a realizar es organizar el equipo en base topología mostrada en las indicaciones, quedando de esta manera:


Una vez todo acomodado correctamente procedemos a encender el equipo para hacer una configuración básica de ellos, asignando nombres, mensajes de aviso, sus contraseñas las cuales serán:
cisco para la consola y el vty
class para el exec privilegiado

También fue necesaria la configuración de las interfaces con sus respectivas direcciones IPs que nos muestra la tabla de direccionamiento que viene en las indicaciones para llevar a cabo completa y correctamente la práctica.
Script Comandos Configuración de Interfaces

R1(config)#int s0/0/1
R1(config-if)#ip address 10.1.1.1 255.255.255.252
R1(config-if)#no shutdown
R1(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up
R1(config-if)#int f0/1
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to up
R1(config-if)#ip address 192.168.0.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up

R3(config)#int s0/0/0
R3(config-if)#ip address 10.1.1.2 255.255.255.252
R3(config-if)#clock rate 128000
R3(config-if)#no shutdown
R3(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
R3(config-if)#int f0/1
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up
R3(config-if)#ip address 192.168.1.1 255.255.255.0
R3(config-if)#no shutdown
R3(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
R3(config-if)#int f0/0
R3(config-if)#ip address 209.165.200.225 255.255.255.224
R3(config-if)#no shutdown
R3(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
R3(config-if)#int s0/0/1
R3(config-if)#ip address 198.133.219.1 255.255.255.0
R3(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to down

Ya conectados y configurados los dispositivos correctamente verificaremos la conectividad de las redes entre cada computadora hacia su Gateway predeterminado, comprobar la conectividad entre ambos routers y la conectividad entre los dispositivos que no están conectados directamente.
Hecho lo anterior pasamos a la configuración del ruteo estatico, como primer paso configuramos una ruta estática recursiva en el R1 con el siguiente comando.
Router(config)# ip route dirección-de-red máscara-de-subred dirección-ip
El comando final quedaría así:
ip route 192.168.1.0 255.255.255.0 10.1.1.2
Ahora comprobamos su conectividad utilizando el comando
Router# show ip route
Lo que hace este comando es mostrarnos la tabla de enrutamiento del mismo router, una vez que nos muestre la tabla comprobamos que la nueva ruta agregada recientemente aparezca en ella.

Ahora hacemos básicamente lo mismo para conectar una ruta estatica directamente en el R3, la única diferencia será el comando siguiente a utiizar.

Router(config)# ip route dirección-red máscara-subred interfaz-salida

Quedando el comando final así ip route 192.168.0.0 255.255.255.0 S0/0/0

Hacemos ping del PC-A al PC-C para comprobar que ahora todo está correctamente conectado y configurado.


Como últimas parte del ruteo estático, lo que hicimos a continuación fue establecer la configuración de dos rutas estaticas, y hacer la eliminación de ellas mismas.
Repetimos los mismos pases previamente vistos a la red 198.133.219.0 desde el R1 con el siguiente comando.
Router(config)# ip route dirección-de-red máscara-de-subred dirección-ip
Quedaría así ip route 198.133.219.0 255.255.255.0 10.1.1.2

De nuevo repetimos con la red 209.165.200.224 en el R3, utilizamos

Router(config)# ip route dirección-red máscara-subred interfaz-salida

Quedando de esta forma ip route 209.165.200.224 255.255.255.224 s0/0/0

Una vez establecido esto hacemos ping a una de las ip que se encuentren en las nuevas redes, para comprobar el éxito de la configuración.
Ya con los resultados positivamente comprobamos que todo salió correctamente y procedemos a eliminar las redes. Para esto hacemos uso de los mismos comandos solamente antes usarlos ponemos la palabra no quedando de esta manera los comandos.

Router(config)# no ip route dirección-de-red máscara-de-subred dirección-ip

Router(config)# no ip route dirección-red máscara-subred interfaz-salida

Lo utlimo por hacer es la configuración y verificación de una ruta predeterminada
Para esto hicimos uso del siguiente comando.
Router(config)# ip route 0.0.0.0 0.0.0.0 {dirección-ip o interfaz-de-salida)
Procedemos a hacer uso de él en R1, configurando una ruta predeterminada hacia la interfaz s0/0/0 terminando con el comando de esta forma Ip route 0.0.0.0 0.0.0.0 s0/0/1

Ya para finalizar solo comprobamos que la conectividad esté correcta observando la tabla de ruteo del R1, ya comprobada la nueva red, damos por concluida exitosamente la práctica.


Resultados

Script CMD en PC-A

C:\>ping 192.168.0.1
Pinging 192.168.0.1 with 32 bytes of data:

Reply from 192.168.0.1: bytes=32 time<1ms TTL=255
Reply from 192.168.0.1: bytes=32 time<1ms TTL=255
Reply from 192.168.0.1: bytes=32 time<1ms TTL=255
Reply from 192.168.0.1: bytes=32 time<1ms TTL=255

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

C:\>ping 192.168.1.10

Pinging 192.168.1.10 with 32 bytes of data:

Reply from 192.168.0.1: Destination host unreachable.
Reply from 192.168.0.1: Destination host unreachable.
Reply from 192.168.0.1: Destination host unreachable.
Reply from 192.168.0.1: Destination host unreachable.

Ping statistics for 192.168.1.10:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\>ping 109.165.200.225

Pinging 109.165.200.225 with 32 bytes of data:

Reply from 192.168.0.1: Destination host unreachable.
Request timed out.
Reply from 192.168.0.1: Destination host unreachable.
Reply from 192.168.0.1: Destination host unreachable.

Ping statistics for 109.165.200.225:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\>ping 198.133.219.1

Pinging 198.133.219.1 with 32 bytes of data:

Reply from 192.168.0.1: Destination host unreachable.
Reply from 192.168.0.1: Destination host unreachable.
Reply from 192.168.0.1: Destination host unreachable.
Reply from 192.168.0.1: Destination host unreachable.

Ping statistics for 198.133.219.1:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\>ping 192.168.1.10

Pinging 192.168.1.10 with 32 bytes of data:

Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 192.168.1.10:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\>ping 192.168.1.10

Pinging 192.168.1.10 with 32 bytes of data:

Reply from 192.168.1.10: bytes=32 time=2ms TTL=126
Reply from 192.168.1.10: bytes=32 time=11ms TTL=126
Reply from 192.168.1.10: bytes=32 time=12ms TTL=126
Reply from 192.168.1.10: bytes=32 time=14ms TTL=126

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


C:\>ping 198.133.219.1

Pinging 198.133.219.1 with 32 bytes of data:

Reply from 198.133.219.1: bytes=32 time=2ms TTL=254
Reply from 198.133.219.1: bytes=32 time=1ms TTL=254
Reply from 198.133.219.1: bytes=32 time=1ms TTL=254
Reply from 198.133.219.1: bytes=32 time=1ms TTL=254

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



C:\>ping 209.165.200.225

Pinging 209.165.200.225 with 32 bytes of data:

Reply from 10.1.1.2: Destination host unreachable.
Reply from 10.1.1.2: Destination host unreachable.
Reply from 10.1.1.2: Destination host unreachable.
Reply from 10.1.1.2: Destination host unreachable.

Ping statistics for 209.165.200.225:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\>ping 198.133.219.1

Pinging 198.133.219.1 with 32 bytes of data:

Reply from 198.133.219.1: bytes=32 time=1ms TTL=254
Reply from 198.133.219.1: bytes=32 time=13ms TTL=254
Reply from 198.133.219.1: bytes=32 time=4ms TTL=254
Reply from 198.133.219.1: bytes=32 time=1ms TTL=254

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


Script CMD en PC-C


C:\>ping 192.168.1.1

Pinging 192.168.1.1 with 32 bytes of data:

Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 192.168.1.1:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\>ping 192.168.1.1

Pinging 192.168.1.1 with 32 bytes of data:

Reply from 192.168.1.1: bytes=32 time=1ms TTL=255
Reply from 192.168.1.1: bytes=32 time<1ms TTL=255
Reply from 192.168.1.1: bytes=32 time<1ms TTL=255
Reply from 192.168.1.1: bytes=32 time<1ms TTL=255

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

C:\>ping 198.133.219.1

Pinging 198.133.219.1 with 32 bytes of data:

Reply from 192.168.1.1: Destination host unreachable.
Reply from 192.168.1.1: Destination host unreachable.
Reply from 192.168.1.1: Destination host unreachable.
Reply from 192.168.1.1: Destination host unreachable.

Ping statistics for 198.133.219.1:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss)


Configuración R1


R1#show running-config
Building configuration...

Current configuration : 905 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname R1
!
!
!
enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
!
!
!
!
!
!
no ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface FastEthernet0/1
ip address 192.168.0.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
clock rate 2000000
shutdown
!
interface Serial0/0/1
ip address 10.1.1.1 255.255.255.252
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.168.1.0 255.255.255.0 10.1.1.2
ip route 0.0.0.0 0.0.0.0 Serial0/0/1
!
ip flow-export version 9
!
!
!
banner motd ^CAdvertencia^C
!
!
!
!
line con 0
password 7 0822455D0A16
login
!
line aux 0
!
line vty 0 4
password 7 0822455D0A16
login
!
!
!
end



R1#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 0.0.0.0 to network 0.0.0.0

10.0.0.0/30   is   subnetted, 1 subnets
C 10.1.1.0    is   directly connected, Serial0/0/1
C 192.168.0.0/24 is     directly connected, FastEthernet0/1
S 192.168.1.0/24 [1/0] via 10.1.1.2
S* 0.0.0.0/0 is directly connected, Serial0/0/1

R1#show ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset administratively down down
FastEthernet0/1 192.168.0.1 YES manual up up
Serial0/0/0 unassigned YES unset administratively down down
Serial0/0/1 10.1.1.1 YES manual up up
Vlan1 unassigned YES unset administratively down down

Configuracion R3

 

R3#show running-config
Building configuration...

Current configuration : 897 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname R3
!
!
!
enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface FastEthernet0/0
ip address 209.165.200.225 255.255.255.224
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0/0
ip address 10.1.1.2 255.255.255.252
clock rate 128000
!
interface Serial0/0/1
ip address 198.133.219.1 255.255.255.0
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.168.0.0 255.255.255.0 10.1.1.1
!
ip flow-export version 9
!
!
!
banner motd ^CAdvertencia^C
!
!
!
!
line con 0
password 7 0822455D0A16
login
!
line aux 0
!
line vty 0 4
password 7 0822455D0A16
login
!
!
!
end
R3#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

10.0.0.0/30 is subnetted, 1 subnets
C 10.1.1.0 is directly connected, Serial0/0/0
S 192.168.0.0/24 [1/0] via 10.1.1.1
C 192.168.1.0/24 is directly connected, FastEthernet0/1
C 198.133.219.0/24 is directly connected, Serial0/0/1

R3#show ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 209.165.200.225 YES manual up down
FastEthernet0/1 192.168.1.1 YES manual up up
Serial0/0/0 10.1.1.2 YES manual up up
Serial0/0/1 198.133.219.1 YES manual up up
Vlan1 unassigned YES unset administratively down down

Conclusión / Recomendación
Al finalizar con éxito nuestra práctica de laboratorio obtenemos como resultado que uno como administrador de la red es el encargado de que esta funcione correctamente y si en dado caso falla como personal capacitado tenemos que tener la respuesta a la falla de una manera rápida y eficiente ya que si dejamos la falla esto es un problema para nuestra red en esta unidad aprendimos lo que es el enrutamiento estático y el para qué nos sirve ya que es una forma que nos facilita a nosotros como administradores a la hora de estar acomodando una nueva dirección a nuestro router y  a nuestro switch y asi hacer que los datos se manden correctamente de un router a otro y de ahí a los Switches que son los siguientes intermediarios asta nuestro dispositivos finales que son las Pc.

No hay comentarios.:

Publicar un comentario