Docsity
Docsity

Prepara tus exámenes
Prepara tus exámenes

Prepara tus exámenes y mejora tus resultados gracias a la gran cantidad de recursos disponibles en Docsity


Consigue puntos base para descargar
Consigue puntos base para descargar

Gana puntos ayudando a otros estudiantes o consíguelos activando un Plan Premium


Orientación Universidad
Orientación Universidad


CCNA Y REDES INFORMATICA, Guías, Proyectos, Investigaciones de Diseño de Redes

CCNA Y REDES INFORMATICA CCNA Y REDES INFORMATICACCNA Y REDES INFORMATICACCNA Y REDES INFORMATICA

Tipo: Guías, Proyectos, Investigaciones

2022/2023

Subido el 26/04/2023

luis-fabian-perez
luis-fabian-perez 🇵🇪

2 documentos

1 / 31

Toggle sidebar

Esta página no es visible en la vista previa

¡No te pierdas las partes importantes!

bg1
CONFIGURACIÓN INICIAL
CONFIGURACION ROUTER
ABRIR ADMINISTADOR
enable
CONFIGURAR MODO GLOBAL
conf t
CAMBIAR NOMBRE
HABILITAN TELNET (0,1,2,3,4, ACCEDEN DE MODO REMOTO)
hostname R-PIU-CHI
enable secret class // CONTRASEÑA MODO PRIVILIEGEADA
line vty 0 4
pass cisco
login
line console 0
pass cisco
login
MENSAJE DE BIENVENIDA
Banner motd %BIENVENIDOS AL ROUTER PIURA-CHICLAYO%
ENCRIPTAR CONTRASEÑAS
Service password-encryption
LINE CONSOLE: CONFIGURACIÓN DESDE PC CON PROGRAMA PUTTY
GUARDAR CONTRASEÑA
do copy running-config startup-config
copy running-config startup-config
CONFIGURAR ROUTER CON LOS GATEWAY PARA CONEXIÓN DE PC´S EN AMBAS REDES
interface g0/0
ip add 172.16.0.5 255.255.224.0
no shut
int g0/1
ip add 172.16.32.5 255.255.224.0
no shut
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f

Vista previa parcial del texto

¡Descarga CCNA Y REDES INFORMATICA y más Guías, Proyectos, Investigaciones en PDF de Diseño de Redes solo en Docsity!

CONFIGURACIÓN INICIAL

CONFIGURACION ROUTER

ABRIR ADMINISTADOR

enable CONFIGURAR MODO GLOBAL conf t CAMBIAR NOMBRE

HABILITAN TELNET (0,1,2,3,4, ACCEDEN DE MODO REMOTO)

hostname R-PIU-CHI enable secret class // CONTRASEÑA MODO PRIVILIEGEADA line vty 0 4 pass cisco login line console 0 pass cisco login MENSAJE DE BIENVENIDA Banner motd %BIENVENIDOS AL ROUTER PIURA-CHICLAYO% ENCRIPTAR CONTRASEÑAS Service password-encryption LINE CONSOLE: CONFIGURACIÓN DESDE PC CON PROGRAMA PUTTY GUARDAR CONTRASEÑA do copy running-config startup-config copy running-config startup-config CONFIGURAR ROUTER CON LOS GATEWAY PARA CONEXIÓN DE PC´S EN AMBAS REDES interface g0/ ip add 172.16.0.5 255.255.224. no shut int g0/ ip add 172.16.32.5 255.255.224. no shut

int s0/0/ ip add 172.16.122.1 255.255.255. no shut

CONFIGURACION SWITCH PARA TELNET

enable conf t hostname SW-PIURA enable secret class line vty 0 15 pass cisco login line console 0 pass cisco login Banner motd %BIENVENIDOS AL SWITCH PIURA% Service password-encryption do copy running-config startup-config ASIGNAR IP EN SWITCH ES EN VLAN Interface vlan 1 Ip add 172.16.0.10 255.255.224. no shut CONFIGURACION ROUTER PARA SSH enable conf t ip domain-name UCV.com username admin privilege 15 secret adminssh username mhurtadoc privilege 15 secret 12345678 line vty 0 4 transport input ssh

GG

router rip ver 2 network 172.16.64. network 172.16.80. network 172.16.122. no auto-summary vlans router rip ver 2 network 172.16.96. network 172.16.104. network 172.16.112. network 172.16.120. network 172.16.122. no auto-summary CREAR VLAN vlan 10 name Lima vlan 20 name Arequipa vlan 30 name Cuzco vlan 99 name administrativa

PARA VER LOS VLAN

show vlan brief ASIGNAR VLAN EN RANGOS DE PUERTOS. interface range f0/1 - 8 switchport mode Access sw acces vlan 10 interface range f0/9 - 16 sw mode access sw acces vlan 20 interface range f0/17 - 24 sw mode access sw acces vlan 30 CONECTAR ENLACE TRONCAL SWITCHS: interface range g0/1 - 2 sw mode trunk CONFIGURACIÓN DE ROUTER interface g0/1. encapsulation dot1Q 10 ip address 11.11.96.5 255.255.248. interface g0/1. encapsulation dot1Q 20 ip address 172.16.104.5 255.255.248.

dns-server 172.16.0. CHICLAYO Ip dhcp excluded-address 172.16.32. Ip dhcp excluded-address 172.16.32. Ip dhcp excluded-address 172.16.32. Crear pool de direcciones DHCP Ip dhcp pool R_PIURA network 172.16.32.0 255.255.224. default-router 172.16.32. dns-server 172.16.32. TRUILLO do copy running-config startup-config Ip dhcp excluded-address 172.16.64. Ip dhcp excluded-address 172.16.64. Ip dhcp excluded-address 172.16.64. Ip dhcp pool R_TRUJILLO network 172.16.64.0 255.255.240. default-router 172.16.64. dns-server 172.16.64. Chimbote Ip dhcp excluded-address 172.16.80. Ip dhcp excluded-address 172.16.80.

Ip dhcp excluded-address 172.16.80. Ip dhcp pool R_CHIMBOTE network 172.16.80.0 255.255.240. default-router 172.16.80. dns-server 172.16.80. Lima Ip dhcp excluded-address 172.16.96. Ip dhcp excluded-address 172.16.96. Ip dhcp excluded-address 172.16.96. Ip dhcp pool R_LIMA network 172.16.96.0 255.255.248. default-router 172.16.96. dns-server 172.16.96. Arequipa Ip dhcp excluded-address 172.16.104. Ip dhcp excluded-address 172.16.104. Ip dhcp excluded-address 172.16.104. Ip dhcp pool R_arequipa network 172.16.104.0 255.255.248. default-router 172.16.104.

switchport mode access switchport port-security switchport port-security mac-address 0003.E401.1C switchport port-security violation shutdown no shut end 0001.960E. 00D0.5866.40EE BLOQUEAR POR PUERTOS: EL MAXIMUS 1 O VARIOS REGISTRA LOS QUE SI ESTAN AUTORIZADOS PARA PODER ENVIAR PAQUETES, DIFERENCIA ES QUE NO APAGA EL PUERTO. int range f0/1 - 24 shutdown switchport mode access sw port-security sw port-security maximum 2 sw port-security mac-address sticky switchport port-security violation restrict no shutdown CONECTIVIDAD DE ENRUTAMIENTO ESTATICO siguiente salto do copy running-config startup-config DESACTIVAR IP ROUTE no router rip PIURA CHICLAYO

TRUJILLO CHIMBOTE

NO

NO IP ROUTE 172.16.0.0 255.255.224.0 s0/0/ NO IP ROUTE 172.16.32.0 255.255.224.0 s0/0/ NO IP ROUTE 172.16.64.0 255.255.240.0 s0/0/ NO IP ROUTE 172.16.80.0 255.255.240.0 s0/0/ NO IP ROUTE 172.16.122.4 255.255.255.252 s0/0/ CONECTIVIDAD ENTRE TODAS LAS REDES A TRAVEZ DE ROUTER´S (ruta predeterminada) do copy running-config startup-config RED PIURA CHIMBOTE ip route 0.0.0.0 0.0.0.0 Serial0/0/ RED TRUJILLO CHIMBOTE ip route 0.0.0.0 0.0.0.0 Serial0/0/ ip route 0.0.0.0 0.0.0.0 Serial0/0/ RED VLANS ip route 0.0.0.0 0.0.0.0 Serial0/0/ RIP ROUTER PIURA CHIMBOTE router rip ver 2 network 172.16.64. network 172.16.80. network 172.16.122. network 172.16.122. network 10.0.10. no auto-summary TRIJILLO CHIMBOTE

ip add 200.20.209.1 255.255.255. no shut ETHER CHANNEL: Cuando se cae un puerto pueden funcionar otros demás 2º piso interface range G0/2, F0/ shutdown channel-group 1 mode desirable no shutdown interface port-channel 1 switchport mode trunk 1er Piso Para conexión con 2do piso interface range G0/2, F0/ shutdown channel-group 1 mode desirable no shutdown interface port-channel 1 switchport mode trunk Para conexión con sótano interface range G0/1, F0/ shutdown channel-group 1 mode desirable no shutdown

interface port-channel 1 switchport mode trunk CONEXIÓN DE MAS PUERTOS LACP interface range G0/1, f0/23, f0/11, f0/12, f0/ shutdown channel-group 2 mode active no shutdown interface port-channel 2 switchport mode trunk ENRUTAMIENTO EIGRP passive-interface -- desactiva el puerto serial para no ser usado ROUTER PIURA_CHICLAYO router eigrp 1 network 172.16.0.0 0.0.31. network 172.16.32.0 0.0.31. network 172.16.122.0 0.0.0. passive-interface s0/0/ no auto-summary ROUTER TRU-CHI

COMPUTACIÓN 3.

ASIGNACIÓN IP ENTRE ROUTERS

CONFIGURACION OSPF:

Router(config)#router ospf Router(config-router)#network <Red_conectada_1> area o Router(config-router)#network <Red_conectada_2> area o

R1(config)#router ospf 10

R1(config-router)#network 192.168.11.0 0.0.0.255 area 0

R1(config-router)#

R1(config-router)#network 192.168.12.0 0.0.0.255 area 0

R1(config-router)#network 4.4.4.0 0.0.0.3 area 0

R1(config-router)#

R2(config)#router ospf 10

R2(config-router)#network 192.168.13.0 0.0.0.255 area 0

R2(config-router)#network 192.168.14.0 0.0.0.255 area 0

R2(config-router)#network 4.4.4.0 0.0.0.3 area 0

R2(config-router)#

CLASE 2

SE TIENE QUE DECLARAR EN AMBOS ROUTER OSPF PARA QUE SE GENERE ADYACENCIA ALGO ASI COMO QUE

HABLAN EN EL MISMO IDIOMA AMBOS ROUTER, CUANDO CONFIGURAS OSPF ENVIAN A TODOS POR DONDE

ESTA CONECTADO UN OSPF HELLO.

do copy running-config startup-config