Configuración de Rutas Estáticas
En este blog encontrarás sencillas descripciones de como configurar equipos cisco
Mostrando entradas con la etiqueta configuracion router cisco. Mostrar todas las entradas
Mostrando entradas con la etiqueta configuracion router cisco. Mostrar todas las entradas
miércoles, 13 de abril de 2011
miércoles, 8 de septiembre de 2010
ROUTER CISCO RUTA ESTATICA
En esta parte del blog Usted. Tendrá la oportunidad de aprender como se realiza la configuración de rutas estáticas.
Configuración del Router 0
El primer paso es la configuración básica del ROUTER que le permitirá a Usted como administrador de su red administrar este router desde cualquier estación remota.
Configuración del nombre del router.
Router>enable
Router#configure terminal
Router(config)hostname LIMA
LIMA#(config)#exit
LIMA#
Configuración del Enable secret y el enable Password
LIMA#enable
LIMA#(config)#configure terminal
LIMA#(config)#enable secret cisco
LIMA(config)#enable password cisco
LIMA#(config)#exit
LIMA#
Configuración de la Línea de Consola y el acceso a través de Telnet
LIMA#enable
LIMA(config)#configure Terminal
LIMA(config)#line console 0
LIMA(config-line)#password cisco
LIMA(config-line)#login
LIMA(config-line)#exit
LIMA(config)#line vty 0 4
LIMA(config-line)#password cisco
LIMA(config-line)#login
LIMA(config-line)#exit
LIMA(config)#exit
LIMA#
Configuración de las direcciones IP de la Interface serial y FastEthernet
LIMA#enable
LIMA(config)#configure terminal
LIMA(config)#interface serial0/0/1
LIMA(config-if)#ip address 172.16.30.1 255.255.255.252
LIMA(config-if)#bandwidth 256
LIMA(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to down
LIMA(config-if)#exit
LIMA(config)#interface fastEthernet0/0
LIMA(config-if)#ip address 172.16.28.1 255.255.255.0
LIMA(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
LIMA(config-if)#exit
LIMA(config)#exit
LIMA#
Configuración de las rutas estáticas.
LIMA#enable
LIMA(config)#configure terminal
LIMA(config)#ip route 172.16.30.0 255.255.255.252 s0/0/1
LIMA(config)#ip route 172.16.29.0 255.255.255.0 s0/0/01
LIMA(config)#exit
LIMA#
Guardando la configuración
LIMA#write
Building configuration...
[OK]
LIMA#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
LIMA#
Configuración del Router 1
Siga el procedimiento que se indica a continuación
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)hostname PIURA
PIURA#(config)#enable secret cisco
PIURA(config)#enable password cisco
PIURA(config)#line console 0
PIURA(config-line)#password cisco
PIURA(config-line)#login
PIURA(config-line)#exit
PIURA(config)#line vty 0 4
PIURA(config-line)#password cisco
PIURA(config-line)#login
PIURA(config-line)#exit
PIURA(config)#interface serial0/0/0
PIURA(config-if)#ip address 172.16.30.2 255.255.255.252
PIURA(config-if)#bandwidth 256
PIURA(config-if)#clock rate 64000
PIURA(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to down
PIURA(config-if)#exit
PIURA(config)#interface fastEthernet0/0
PIURA(config-if)#ip address 172.16.29.1 255.255.255.0
PIURA(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
PIURA(config-if)#exit
PIURA(config)#ip route 172.16.30.0 255.255.255.252 s0/0/1
PIURA(config)#ip route 172.16.28.0 255.255.255.0 s0/0/01
PIURA(config)#exit PIURA#
%SYS-5-CONFIG_I: Configured from console by console
PIURA#write
Building configuration...
[OK]
PIURA#
PIURA#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
PIURA#
Etiquetas:
configuracion router cisco,
configurar,
telecomunicaciones
Suscribirse a:
Entradas (Atom)
