Está en la página 1de 2

CONFIGURACIÓN BÁSICA ROUTER CONTRASEÑA DE MODO PRIVILEGIADO

PC´S Router(config)#enable secret cisco


Router(config)#exit
SE CONFIGURA DIRECCIÓN IP, MASCARA DE SUBRED Y
Router>ena
PUERTA DE ENLACE (DEFAULT GATEWAY). Password:
SWITCH Router#

Switch>ena CONFIGURACIÓN DE MENSAJE DE BIENVENIDA


Switch#config t
Enter configuration commands, one per line. End with CNTL/Z. Soporte#config t
Switch(config)#hostname Soporte Enter configuration commands, one per line. End with CNTL/Z.
Soporte(config)#interface vlan1 Soporte(config)#banner motd &
Soporte(config-if)#ip add 192.168.1.2 255.255.255.0 -----------------Acceso no Autorizado--------------------
Soporte(config-if)#no sh -----------------Soporte y Mantenimiento ---&
Soporte(config)#
Soporte(config-if)# CONFIGURACIÓN DE NOMBRE DEL ROUTER
%LINK-5-CHANGED: Interface Vlan1, changed state to up
exit Router#configure t
Soporte(config)#ip default-gateway 192.168.1.1 Enter configuration commands, one per line. End with CNTL/Z.
Soporte(config)# Router(config)#hostname Soporte
ROUTER Soporte(config)#exit
AGREGAR LAS INTERFACES SERIALES CONFIGURACIÓN CONTRASEÑA DE LÍNEA DE CONSOLA

VERIFICAR QUE INTERFACES SON LAS QUE SE UTILIZAN. Router#config t


Enter configuration commands, one per line. End with CNTL/Z.
DESACTIVE LA BÚSQUEDA DNS. Router(config)#line console 0
Soporte#end Router(config-line)#password cisco
Translating "end"...domain server (255.255.255.255) Router(config-line)#login
% Unknown command or computer name, or unable to find computer Router(config-line)#exit
address
Soporte#config t
Enter configuration commands, one per line. End with CNTL/Z.
Soporte(config)#no ip domain-lookup
Soporte(config)#
Soporte#
INTERFACE GIGABITETHERNET [OK]
Soporte#
Soporte#config t
Enter configuration commands, one per line. End with CNTL/Z. VISUALIZAR RESUMEN DE LAS INTERFACES
Soporte(config)#interface gigabit0/0
Soporte(config-if)#ip address 192.168.1.1 255.255.255.0 Soporte#show ip interface brief
Soporte(config-if)#no shutdown Interface IP-Address OK? Method Status Protocol
Soporte(config-if)# GigabitEthernet0/0 192.168.1.1 YES manual up up
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to GigabitEthernet0/1 unassigned YES unset administratively down
up down
Serial0/0/0 192.168.2.1 YES manual up up
INTERFACE SERIAL Serial0/0/1 unassigned YES unset administratively down
down
Soporte(config)#interface s0/0/0 Vlan1 unassigned YES unset administratively down
Soporte(config-if)#ip add 192.168.2.1 255.255.255.0 down
Soporte(config-if)#clock rate 64000 Soporte#
Soporte(config-if)#no sh

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down


PROTOCOLO DE ENRUTAMIENTO RIP

(Protocolo de Información de Encaminamiento, Routing Information


Protocol)

Soporte(config)#router rip
Soporte(config-router)#network 192.168.1.0
Soporte(config-router)#network 192.168.2.0
Soporte(config-router)#exit
Soporte(config)#
GRABAR CONFIGURACIÓN

Soporte#copy running-config startup-config


Destination filename [startup-config]?
Building configuration...
[OK]
Soporte#
Soporte#wr
Building configuration...

También podría gustarte