Configuracion Basica De Un Rauer
Enviado por orlandoisrael • 23 de Agosto de 2012 • 691 Palabras (3 Páginas) • 500 Visitas
COMANDOS PARA ESTABLECER LA CONFIGURACION BASICA DE ROUTERS
Continue with configuration dialog? [yes/no]: no
Press RETURN to get started!
CONFIGURAR EL NOMBRE AL ROUTER
Router>
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R1
R1(config)#
CONFIGURAR CONTRASEÑA DE MODO PRIVILIGIADO
R1>enable
R1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#enable secret cisco
R1(config)#end
R1#
Instalación y configuración de redes LAN
ITCA-FEPADE 2012 Copyright ©Ing. Juan Carlos Herrera
CONFIGURAR CONTRASEÑA DE LA CONSOLA
R1>enable
Password:
R1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#line console 0
R1(config-line)#password class
R1(config-line)#login
R1(config-line)#end
%SYS-5-CONFIG_I: Configured from console by console
R1#
CONFIGURAR EL BANNER O MENSAJE DEL DIA
User Access Verification
Password:
R1>enable
Password:
R1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#banner motd *
Enter TEXT message. End with the character '*'.
###### ACCESSO RESTRINGUIDO A ROUTER 1 ######*
R1(config)#END
%SYS-5-CONFIG_I: Configured from console by console
R1#
CONFIGURAR INTERFACE FASTETHERNET 0/0
Press RETURN to get started!
###### ACCESSO RESTRINGUIDO A ROUTER 1 ######
User Access Verification
Password:
R1>enable
Password:
R1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#interface fas
R1(config)#interface fastEthernet 0/0
R1(config-if)#ip add
R1(config-if)#ip address 192.168.0.1 255.255.255.0
R1(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R1(config-if)#end
%SYS-5-CONFIG_I: Configured from console by console
R1#
CONFIGURAR INTERFACE SERIAL 0/0/0 DE TIPO DCE
Press RETURN to get started!
Instalación y configuración de redes LAN
ITCA-FEPADE 2012 Copyright ©Ing. Juan Carlos Herrera
###### ACCESSO RESTRINGUIDO A ROUTER 1 ######
User Access Verification
Password:
R1>enable
Password:
R1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#interface serial 0/0/0
R1(config-if)#ip address 10.0.0.1 255.255.255.252
R1(config-if)#clock rate 128000
R1(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down
R1(config-if)#end
%SYS-5-CONFIG_I: Configured from console by console
R1#
CONFIGURAR INTERFACE SERIAL 0/0/0 DE TIPO DTE
San_Miguel>
San_Miguel>enable
San_Miguel#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
San_Miguel(config)#interface serial 0/0/0
San_Miguel(config-if)#ip address 10.0.0.2 255.255.255.252
San_Miguel(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
San_Miguel(config-if)#end
%SYS-5-CONFIG_I: Configured
...