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


Comandos CISCOS packet tracer, Resúmenes de Diseño de Redes

Comandos CISCOS para aplicar en packet tracer

Tipo: Resúmenes

2023/2024

Subido el 27/08/2024

leonardo-tv9
leonardo-tv9 🇵🇪

2 documentos

1 / 2

Toggle sidebar

Esta página no es visible en la vista previa

¡No te pierdas las partes importantes!

bg1
ROUTER
Router> “inicio de una sesión, modo usuario”
Router# “modo privilegiado, ingresa con enable, sale con exit”
Router(config)# “configuración global, ingresa con configure terminal, sale con exit”
Router(config-if)# “configuración de interfaz, ingresa con interface serial 0, sale con exit”
Configurar nombre
Router>enable
Router#configure terminal
Router(config)#hostname GAD
Configurar contraseñas del router
GAD(config)#enable secret class (privilegiado SSH)
GAD(config)#banner motd & Solo Personal Autorizado & (mensaje de advertencia)
GAD(config)#line console 0 (clave de consola)
GAD(config-line)#password cisco
GAD(config-line)#login
GAD(config-line)#line vty 0 4 (clave telnet VTY)
GAD(config-line)#password cisco
GAD(config-line)#login
GAD(config-line)#exit
GAD(config)#
Configurar la interfaz serial 0/0/0 en el router GAD (cable DCE)
GAD(config)#interface serial 0/0/0
GAD(config-if)#ip address 172.17.0.1 255.255.0.0
GAD(config-if)#clock rate 64000
GAD(config-if)#no shutdown
GAD(config-if)#exit
Configurar la interfaz fastethernet 0/0 en el router GAD
GAD(config)#interface fastethernet 0/0
GAD(config-if)#ip address 172.16.0.1 255.255.0.0
GAD(config-if)#no shutdown
Configurar el enrutamiento RIP en el router GAD
GAD(config)#router rip
GAD(config-router)#ver 2
GAD(config-router)#network 172.16.0.0
GAD(config-router)#network 172.17.0.0
GAD(config-router)#exit
GAD(config)#exit
Interfaz Loopback 0
GAD(config)#interface loopback 0
GAD(config-if)# ip address 192.168.1.200 255.255.255.0
GAD(config-if)# no shutdown
Comandos de modo privilegiado
GAD#copy running-config startup-config (copy r s) Guardar la configuracion del router GAD
GAD#Debug ip rip (Visualizar las opciones del depurador IP RIP)
GAD#show running-config Visualizar la configuración de los routers y la información de interfaz
GAD#show ip route Visualizar la tabla de enrutamiento del router
GAD#show ip protocols Visualizar información del protocolo de enrutamiento
GAD#show ip interface brief
GAD#show ip interface
GAD#erase startup-config Borrar la configuración del router
GAD#reload
Enrutamiento Estatico
GAD(config)#ip route 192.168.2.0 255.255.255.0 192.168.1.1 o (s 0/0/1)
pf2

Vista previa parcial del texto

¡Descarga Comandos CISCOS packet tracer y más Resúmenes en PDF de Diseño de Redes solo en Docsity!

ROUTER

Router> “inicio de una sesión, modo usuario” Router# “modo privilegiado, ingresa con enable, sale con exit” Router(config)# “configuración global, ingresa con configure terminal, sale con exit” Router(config-if)# “configuración de interfaz, ingresa con interface serial 0, sale con exit” Configurar nombre Router>enable Router#configure terminal Router(config)#hostname GAD Configurar contraseñas del router GAD(config)#enable secret class (privilegiado SSH) GAD(config)#banner motd & Solo Personal Autorizado & (mensaje de advertencia) GAD(config)#line console 0 (clave de consola) GAD(config-line)#password cisco GAD(config-line)#login GAD(config-line)#line vty 0 4 (clave telnet VTY) GAD(config-line)#password cisco GAD(config-line)#login GAD(config-line)#exit GAD(config)# Configurar la interfaz serial 0/0/0 en el router GAD (cable DCE) GAD(config)#interface serial 0/0/ GAD(config-if)#ip address 172.17.0.1 255.255.0. GAD(config-if)#clock rate 64000 GAD(config-if)#no shutdown GAD(config-if)#exit Configurar la interfaz fastethernet 0/0 en el router GAD GAD(config)#interface fastethernet 0/ GAD(config-if)#ip address 172.16.0.1 255.255.0. GAD(config-if)#no shutdown Configurar el enrutamiento RIP en el router GAD GAD(config)#router rip GAD(config-router)#ver 2 GAD(config-router)#network 172.16.0. GAD(config-router)#network 172.17.0. GAD(config-router)#exit GAD(config)#exit Interfaz Loopback 0 GAD(config)#interface loopback 0 GAD(config-if)# ip address 192.168.1.200 255.255.255. GAD(config-if)# no shutdown Comandos de modo privilegiado GAD#copy running-config startup-config (copy r s) Guardar la configuracion del router GAD GAD#Debug ip rip (Visualizar las opciones del depurador IP RIP) GAD#show running-config Visualizar la configuración de los routers y la información de interfaz GAD#show ip route Visualizar la tabla de enrutamiento del router GAD#show ip protocols Visualizar información del protocolo de enrutamiento GAD#show ip interface brief GAD#show ip interface GAD#erase startup-config Borrar la configuración del router GAD#reload Enrutamiento Estatico GAD(config)#ip route 192.168.2.0 255.255.255.0 192.168.1.1 o (s 0/0/1)

Redes 3er Oct 4to Oct Wildcard (4to Oct) /20 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1x4096 240 0 /21 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1x2048 248 0 /22 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 1x1024 252 0 /23 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1x512 254 0 /24 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 1x256 255 0 255 /25 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 2x 128 255 128 127 /26 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 4x 64 255 192 63 /27 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 8x 32 255 224 32 /28 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 16x 16 255 240 15 /29 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 32x 8 255 248 7 /30 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 64x 4 255 252 3 Tercer Octeto Cuarto octeto Mascara Subnetting