Sunteți pe pagina 1din 23

CONFIGURACIONES ROUTERS CISCO

COMANDOS BÁSICOS:

ENABLE: habilita modo privilegiado.


CONFIGURATION TERMINAL: habilita modo configuración.
SHOW RUNNING CONFIG: muestra configuración actual del router.
SHOW INTERFACE: muestra estado de las interfaces.
SHOW ARP: muestra mac address que tiene conectado el router.
SHOW CAP-NEIGHBOURS: muestra routers vecinos conectados a el.
SHOW FRAME-RELAY PVC: muestra estado del pvc (activo-inactivo-deleted).
SHOW VERSIÓN: muestra versión y posición de memoria.
INTERFACE: especifica un tipo de interface.
IP ADDRESS: especifica una ip address.
IP SUBNET-ZERO: permite setear la direccion pura de red.
IP CLASSLESS: permite poner cualquier ip con cualquier mascara.
ENCAPSULATION FRAME-RELAY: especifica un metodo de comunicación.
ENCAPSULATION FRAME-RELAY IETF: permite la comunicación con routers de
otras marcas.
SHUTDOWN: bloquea una interface.
POINT-TO-POINT: indica un enlace punto a punto.
POINT-TO-MULTIPOINT: indica un enlace co varios puntos.
FRAME-RELAY INTERFACE DLCI: especifica un numero dlci (data link control
identifier)para la sub-interface.
END: sale del modo configuración.
EXIT: vuelve un paso atrás.
WRITE: guarda configuración en memoria flash.
RELOAD: rebootea el equipo.
CONFIG-REGISTER: configura un registro de memoria en una determinada posición.
LINE VTY 0 4: permite configurar un password virtual.
ENABLE PASSWORD: setea el password de acceso al equipo.
ENABLE SECRET PASSWORD: setea el segundo password del equipo.
ERASE STARTUP CONFIG: borra estando en modo privilegiado.
DESCRIPCIÓN: se usa sobre una interface o subinterface, identifica y apunta a la
serial a un lugar determinado.
IP ROUTE-CACHE SAME INTERFACE: nivela el ancho de banda de las rutas de
todas las interfaces.
IP ROUTE-CACHE CEF: crea una tabla de paquetes, esto facilita en cuanto a velocidad
ya que no usa memoria, usa una cache en el procesador.
NO LOGGING CONSOLE: se habilita en modo privilegiado, sirve para que no
aparezca dialogos en pantalla.
DEBUG: muestra mapeo que tiene el router y estado.
NO IP DOMAIN LOOKUP: deshabilita advertencia de error de tipeo.
HOSTNAME: setea nombre al router.

1
CONFIGURACIONES ROUTERS CISCO
PASSWORD RECOVERY CISCO 2500 :
Cuando comienza a bootear presionamos ALT+CTRL+PAUSA.

roomon1> o/r 0x2142


roomon2> i
(comienza a bootear)
router>enable
router# configuration terminal
router(conf-t)#configure register 0x2102
router(conf-t)#end
router#write
router#reload

PASSWORD RECOVERY CISCO 1600-1700:


Cuando comienza a bootear presionamos ALT+CTRL+PAUSA.

roomon1>confreg 0x2142
roomon2>i
(comienza a bootear)
router>enable
router#configuration terminal
router(conf-t)#config register 0x2102
router(conf-t)#end
router#write
router#reload

PASSWORD RECOVERY MANTENIENDO CONFIGURACION


Cuando comienza a bootear presionamos ALT+CTRL+PAUSA.

roomon> confreg 0x2142


roomon> i
(comienza a bootear)
router>enable
router#copy startup-config running config
router#configuration terminal
router(conf-t)#enable password poner nombre
router(conf-t)#exit
router#copy running-config startup
router#configuracion terminal
router(conf-t)#config-register 0x2102
router(conf-t)#exit
router#write
router#reload

2
CONFIGURACIONES ROUTERS CISCO
COMO BAJAR IOS CISCO DESDE ROOMON:
Cuando comienza a bootear presionamos ALT+CTRL+PAUSA.

roomon1>tftpdnld
roomon2>ip_address= poner ip que este en red con la pc
roomon3>ip_subnet_mask= poner mascara
roomon4>default_gateway= poner ip pc
roomon5>tftp_server= poner ip pc
roomon6>tftp_file= poner nombre archivo ios
roomon7>tftpdnld
Pregunta si queres continuar, “yes”.

COMO BAJAR IOS EN FORMA REMOTA:


router>enable
router#configuration terminal
router(conf-t)#no logging console
router(conf-t)#interfase ethernet 0/0/0
router(conf-if)#no shutdown
router(conf-if)#ip address agregar ip y mascara que este en el rango tftp
ruoter(conf-if)#ctrl. Z
router#wr
router#configuration ternimal
router(conf-t)#delete flash agregar nombre de la ios cargada
router(conf-t)#ctrl. Z
router#wr
router#copy tftp flash
address or name of remote host: agregar ip de la pc asignada por tftp
source filename (nombre de ios) / poner flash
accessing tftp: agragar nombre de la ios
• Luego avisa si queres continuar, damos enter.
Una vez que termino de cargar hacemos:
router>enable
router#configuration terminal
router(conf-t)#boot system flash agregar nombre de la ios
router(conf-t)#exit
router#wr
router#reload

3
CONFIGURACIONES ROUTERS CISCO
CONFIGURACIÓN BASICA CISCO:
router>enable
router#hostname telmex
telmex#configuracion terminal
telmex(conf-t)#enable password telmex
telmex(conf-t)#enable secret password poner nombre(no repetir)
telmex(conf-t)#line vty 0 4
telmex(conf-vty04)#password telmex
telmex(conf-vty04)# ctrl Z
telmex# configuracion terminal
telmex(conf-t)#interface serial 0
telmex(conf-if)#ip address poner ip
telmex(conf-if)#no shutdown
telmex(conf-if)#ctrl Z
telmex#write

CONFIGURACION ENCAPSULADO:
router>enable
router#configuración terminal
router(conf-t)#hostname poner nombre del equipo
router(conf-t)#interface serial 0
router(conf-if)#encapsulation frame-relay ietf
router(conf-if)#no ip address
router(conf-if)#no shutdown
router(conf-if)#exit
router(conf-t)#interfase serial 0.1 point-to-point
router(conf-if)#ip address poner ip y mascara de sub-red
router(conf-if)#frame-relay interface dlci poner dlci
router(conf-if-dlci)#ctrl Z
router#write
router#show frame-relay pvc

COMO CONFIGURAR ROUTER COMO DCE:


router>enable
router#configuración terminal
router(conf-t)#hostname poner nombre del equipo
router(conf-t)#interface Serial0/0/0:0
router(conf-if)#no shutdown
router(conf-if)# bandwidth 1024
router(conf-if)# no ip address
router(conf-if)#encapsulation frame-relay IETF
router(conf-if)#frame-relay lmi-type q933a
router(conf-if)#frame-relay intf-type dce
router(conf-if)#ctrl Z
router# frame-relay switching
router#wr

4
CONFIGURACIONES ROUTERS CISCO
COMO CONFIGURAR DHCP CISCO:

router>enable
router#configuration terminal
router(conf-t)#ip dhcp pool 1
router(dhcp-conf)#netbios-name-server poner ip
router(dhcp-conf)#ctrl Z
router#configuracion terminal
router(conf-t)#ip default-gateway poner ip

COMO CONFIGURAR INTERFACE LOOPBACK:

router>enable
router#configuración terminal
router(conf-t)#interface loopback 0
router(conf-t)#ip address poner ip y mascara de subred

CONFIGURACIÓN DE FAST ETHERNET:

router>enable
router#configuratión terminal
router(conf-t)#hostname poner nombre del equipo
router(conf-t)#interface fastethernet 0
router(conf-if)# no shutdown
router(conf-if)#descripcion nombre del cliente y numero de enlace
router(conf-if)#ip address poner ip y mascara de sub-red
router(conf-if)#no ip proxy arp
router(conf-if)#ip route-cache cef
router(conf-if)#ip route-cache same interface
router(conf-if)#speed auto
router(conf-if)#no cdp enable

CONFIGURACIÓN VLAN SOBRE FASTETHERNET:

router> enable
router#configuration terminal
router(conf-t)#interface fastethernet 0/0. poner nº de vlan asignada
router(conf-if)#descripcion poner nº de enlace
router(conf-if)#encapsulation dot1q 1 native
router(conf-if)#ip address poner ip y mascara de subred
router(conf-if)#no snmp trap link-status
router(conf-if)#ctrl Z
router#write

5
CONFIGURACIONES ROUTERS CISCO
CONFIGURACION AVANZADA (ENCAPSULACION)
router>enable
router#configuration terminal
router(conf-t)#hostname poner nombre del equipo
router(conf-t)#interface serial 0/0
router(conf-if)#no shutdown
router(conf-if)#descripcion poner nº enlace
router(conf-if)#bandwith poner ancho de banda
router(conf-if)#no ip address
router(conf-if)#encapsulation frame-relay ietf
router(conf-if)#frame-relay lmi-type q933a (cambia segun ingenieria)
router(conf-if)#ip route-cache cef
router(conf-if)#ip route-cache same interface
router(conf-if)#exit
router(conf-t)#interface serial 0/0.1 point-to point
router(conf-if)#descripcion poner nº enlace
router(conf-if)#ip address poner ip y mascara de sub-red
router(conf-if)#frame-relay interface-dlci poner nºdlci ietf
router(conf-if)#no shutdown
router(conf-if)#ip route-cache same interface
router(conf-if)#ctrl Z
router#write
CONFIGURACION INTERFAZ E1
router>enable
router#configuration terminal
router(conf-t)#hostname poner nombre del equipo
router(conf-t)#controller e1 0/0
router(conf-t)#framing no-crc4
router(conf-t)#channel group 0 timeslot 1-poner timeslot segun ancho de banda
router(conf-t)#interface serial 0/0:0
router(conf-if)#no shutdown
router(conf-if)#descripcion poner nombre del cliente y nº de enlace
router(conf-if)#bandwith poner ancho de banda
router(conf-if)#no ip address
router(conf-if)#encapsulation frame-relay ietf
router(conf-if)#frame-relay lmi-type q933a (cambia segun ingenieria)
router(conf-if)#ip route-cache same interface
router(conf-if)#ip route-cache cef
router(conf-if)#exit
router(conf-t)#interface serial 0/0:0.1 point-to-point
router(conf-if)#no shutdown
router(conf-if)#descripcion poner nombre de cliente y nº de enlace
router(conf-if)#ip address poner ip y mascara de sub-red
router(conf-if)#frame-relay interface-dlci nº dlci ietf
router(conf-if)#ip route-cache same interface
router(conf-if)#ctrl Z
router(conf-t)#write

6
CONFIGURACIONES ROUTERS CISCO
PASSWORD RECOVERY CISCO 805:
Cuando comienza a bootear presionamos ALT+CTRL+PAUSA.

boot#help (Ver comandos para ejecutar)


boot#set ¿ (Muestra comandos de seteo)

Para hacer password recovery:

boot#set ios-conf=0x2142
luego vamos a sistema global del router.

router>enable
router#configuration terminal
router(conf-t)#show run
si podemos acceder, debemos ir a boot# y cambiar posicion de memoria hacemos:
a) Apagar router.
b) Cuando comienza a bootear presionamos ALT+CTRL+PAUSA.
boot#set-ios-conf=0x2102
boot#boot

CONFIGURACION PAP-CHAP EN CISCO


router>enable
router#configuration terminal
router(conf-t)#hostname EDGARDO
router(conf-t)#username ARIEL password 123
router(conf-if)#ppp authentication ?
(chap/chap-pap/pap-chap/pap)
Elegir configuracion.

CONFIGURACION DE ENCAPSULADO X25


router>enable
router#configuration terminal
router(conf-t)#interface serial 1
router(conf-if)#description poner nombre de cliente
router(conf-if)#no ip address
router(conf-if)#encapsulation x25 dce ietf
router(conf-if)#clockrate 9600
router(conf-if)#no cdp enable
router(conf-if)#ctrl Z
router#wr

7
CONFIGURACIONES ROUTERS CISCO
CONFIGURACION HDLC-PPP CON PLACA VWIC-1MFT-E1:

router>enable
router#configuration terminal
router(conf-t)#controller e1 0/0
router(conf-t)#framing no-crc4
router(conf-t)#channel group 0 timeslot 1-poner timeslot segun ancho de banda
router(conf-t)#interface serial 0/0:0
router(conf-if)#no shutdown
router(conf-if)#descripcion poner nombre del cliente y nº de enlace
router(conf-if)#bandwith poner ancho de banda
router(conf-if)#ip address poner ip y mascara
router(conf-if)#encapsulation ppp
router(conf-if)#ip route-cache same interface
router(conf-if)#ip route-cache cef
router(conf-if)#exit
router(conf-t)#comenzamos a pegar template.
Una vez que terminamos hacemos:
router(conf-t)# ctrl. Z
router#write

NOTA: RECORDAR QUE LA CONFIGURACION PPP-HDLC NO LLEVA


DLCI, SOLO SE CONFIGURA IP Y MASCARA.

CONFIGURACION ROUTER BGP:


router>enable
router#configuration terminal
router(conf-t)#hostname poner acronimo del equipo
router(conf-t)#router bgp agregar numero de sistema autonomo
router(config-router)#no synchoronization
router(config-router)#bgp log-neighbor-changes
router(config-router)#redistribute connected
router(config-router)#nieghbor poner ip router vecino remote –as nºde sist.autonomo
router(config-router)#nieghbor poner ip router vecino descripcion poner acronimo
router(config-router)#nieghbor poner ip router vecino timers 10 30
router(config-router)#nieghbor poner ip router vecino send-community
router(config-router)#nieghbor poner ip router vecino route-map nombre in in
router(config-router)#nieghbor poner ip router vecino route-map nombre out out
router(config-router)#maximum-paths poner numero de rutas
router(config-router)#no auto-summary
router(config-router)#exit
router(conf-t)#ip bgp-community new-format
router(conf-t)#ip as-path access list nº de lista permit nº asignado

NOTA:los timers en el router sirven para la actualizacion de las tables de ruteo que se
vayan creando en el router.

8
CONFIGURACION ROUTER CISCO
CONFIGURACION MAPEO:
router>enable
router#configuration terminal
router(conf-t)#hostname poner nombre del equipo
router(conf-t)#interface serial 0
router(conf-if)#no shutdown
router(conf-if)#descripcion poner nombre cliente y nº enlace
router(conf-if)#ip route-cache same interface
router(conf-if)#ip route-cache cef
router(conf-if)#no ip address
router(conf-if)#encapsulation frame-relay ietf
router(conf-if)#ignore dcd
router(conf-if)#frame-relay traffic-shaping
router(conf-if)#frame-relay lmi-type q933a
router(conf-if)#frame-relay ip rtp header-compression
router(conf-if)#exit
router(conf-t)#interface serial 0.1 point-to-point
router(conf-if)#no shutdown
router(conf-if)#ip route-cache same interface
router(conf-if)#no ip mroute-cache
router(conf-if)#descripcion poner nombre cliente y nº enlace
router(conf-if)#ip address poner ip y mascara
router(conf-if)#frame-relay interface dlci agregar dlci ietf
router(conf-if)#class pepe
router(conf-if)#ctrl Z
router#ip route 0.0.0.0 0.0.0.0 poner ip de gestion (en caso que sea internet)
router#configuration terminal
router(conf-t)#map-class frame-relay pepe
router(conf-if)#frame-relay cir 256000 (ej.)
router(conf-if)#frame-relay bc 2560 (ej.)
router(conf-if)#no frame-relay adaptative-shaping
router(conf-if)#frame-relay fair-queue
router(conf-if)#frame-relay fragment 320
router(conf-if)#frame-relay ip rtp priority 16384 16383 48
router(conf-if)#exit
router(conf-t)#voice-port 1/0
router(conf-if)#cptone ar
router(conf-if)#connection plar 12 (se asigna por ing.)
router(conf-if)#descripcion connected to fxo (si es fxs se pone enlugar de fxo, fxs).
router(conf-if)#exit
router(conf-t)#voice-port 1/1
router(conf-if)#cptone ar
router(conf-if)#connection plar 13 (se asigna por ing.)
router(conf-if)#descripcion connected to fxo (si es fxs se pone enlugar de fxo, fxs).
router(conf-if)#exit
router(conf-t)#dial-peer voice 1 pots
router(conf-if)#destination-pattern 20 (se asigna por ing.)
router(conf-if)#port 1/0 (continua proxima hoja)

9
CONFIGURACION ROUTER CISCO
router(conf-if)#exit
router(conf-t)#dial-peer voice 2 pots
router(conf-if)#destination-pattern 21 (se asigna segun ing.)
router(conf-if)#port 1/1
router(conf-if)#exit
router(conf-t)#dial-peer voice 7 voip
router(conf-if)#destination-pattern 12
router(conf-if)#session target ipv4: poner ip wan de router destino
router(conf-if)#ip predecence 5
router(conf-if)#exit
router(conf-t)#dial-peer voice 8 voip
router(conf-if)#destination-pattern 13
router(conf-if)#session target ipv4: poner ip wan de router destino
router(conf-if)#ip precedence 5
router(conf-if)#ctrl Z
router#write

NOTA:

SE DEBE CAMBIAR EL FRAME-RELAY CIR 25600 SEGUN EL CASO.


SE DEBE CAMBIAR EL FRAME-RELAY BC 2560 SEGUN EL CASO.
SE DEBE CAMBIAR EL FRAME-RELAY FRAGMENT 320 SEGÚN EL CASO.

frame-relay fragment 80 para 64k


frame-relay fragment 160 para 128k
frame-relay fragment 240 para 192k
frame-relay fragment 320 para 256k
frame-relay fragment 640 para 512k

SE DEBE CAMBIAR EL FRAME-RELAY IP RTP PRIORITY 16384 16383 48


SEGUN LA CANTIDAD DE CANALES DE VOZ QUE SON 12K POR CANAL,
EN EL EJEMPLO SON 48 YA QUE TIENE 4 CANALES DE VOZ.

EL CLASS-PEPE ES UNICO EL CENTRAL CUANDO EL ANCHO DE BANDA


ES MISMO PARA TODOS LOS PUNTOS.
SI EL ANCHO DE BANDA ES DISTINTOSE DEBEN HACER DIFERENTES
CLASS-PEPE.

10
CONFIGURACION SWITCH CISCO
CONFIGURACION VLAN
switch>enable
switch#configuracion terminal
switch(conf-t)#hostname poner nombre del equipo
switch(conf-t)#interface vlan 1
switch(conf-if)#no shutdown
switch(conf-if)#descripcion poner nombre del cliente y nº de enlace
switch(conf-if)#ip address poner ip y mascara
switch(conf-if)#exit
switch(conf-t)#ip default-gateway poner solo ip
switch(conf-t)#exit
switch#show vlan (muestra la vlan ya configurada)

CONFIGURACION VLAN ACCEDIENDO POR FAST-ETHERNET


switch>enable
switch#configuracion terminal
switch(conf-t)#hostname poner nombre del equipo
switch(conf-t)#interface vlan 1
switch(conf-if)#no shutdown
switch(conf-if)#descripcion poner nombre del cliente y nº de enlace
switch(conf-if)#ip address poner ip y mascara
switch(conf-if)#exit
switch(conf-t)#interface fastethernet1/0
switch(conf-if)#no shutdown
switch(conf-if)#descripcion poner nombre del cliente y nº de enlace
switch(conf-if)#switch port access vlan 1
switch(conf-if)#ip route-cache same interface
switch(conf-if)#ctrl Z
switch#write

COMO HABILITAR UNA GIGAETHERNET EN SWITCH CISCO


switch>enable
switch#configuration terminal
switch(conf-t)#hostname poner nombre del equipo
switch(conf-t)#interface gigaethernet 0/1
switch(conf-if)#no shutdown
switch(conf-if)#descripcion poner nombre del cliente y nº de enlace
switch(conf-if)#switchport mode trunk
switch(conf-if)#ctrl Z
switch#write

11
CONFIGURACION ROUTER HUAWEI
COMANDOS BASICOS

SYSTEM-VIEW: habilita modo privilegiado.


SYSNAME: setea un nombre al router.
DISPLAY CURRENT: muestra configuracion actual.
DISPLAY INTERFACE: muestra estado de las interfaces.
DISPLAY ARP: muestra las mac-address que tiene conectado el router
DISPLAY FR PVC-INFO: muestra el estado del pvc.
SAVE O SAVE SAFELY: guarda configuracion.
LINK-PROTOCOL FR: especifica un metodo de comunicacion.
FR DLCI: especifica un numero DLCI (data link control indentifier)para una
subinterface.
QUIT: retrocede un paso atrás.
UNDO: no
P2P: setea un enlace punto a punto.
P2MP: setea un enlace punto a multipunto.
FR LMI NONESTANDARD: encapsulacion ietf, se ve con routers de otras marcas.
IP ROUTE-STATIC: setea una ruta estatica.

12
CONFIGURACION ROUTER HUAWEI
CONFIGURACION DE PASSWORD Y GESTION (HUAWEI 28-09)
<huawei>system-view
[huawei]sysname poner nombre del equipo
[huawei]local user poner nombre segun ingenieria
[huawei]password simple poner password asignado
[huawei]service-type telnet terminal
[huawei]level 3
[huawei]user_interface vty 0 4
[huawei]authentication-mode scheme
[huawei]set authentication password simple poner nombre asignado
[huawei]quit
<huawei>save safely

CONFIGURACION DE PASSWORD Y GESTION (HUAWEI 18-20)


<huawei>system-view
[huawei]sysname poner nombre del equipo
[huawei]local-user pass. asignado password simple pass. asignado
[huawei]local-user pass. asignado service-type telnet terminal
[huawei]local-user pass. asignado level 3
[huawei]local-user password
[huawei]aaa enable
[huawei]user interface vty 0 4
[huawei] set authentication password simple poner nombre asignado
[huawei]authentication-mode local
[huawei]quit
<huawei>save safely
NOTA: HUAWEI 18-20
1/0 LAN DEL CLIENTE
2/0 WAN CLIENTE

COMO BORRAR CONFIGURACION COMPLETA


<huawei>system-view
[huawei]reset sabed

COMO REBOOTEAR
<huawei>system-view
[huawei]reboot

RUTEO ESTATICO
<huawei>system-view
[huawei]ip route-static 0.0.0.0 0.0.0.0 poner solo ip de GESTION
Significa que las direcciones que esten dentro del rango 0.0.0.0 y la mascara 0.0.0.0 o
sea cualquier IP y cualquier MASCARA, sera alcanzado a travez de la IP DE
GESTION.

13
CONFIGURACION ROUTER HUAWEI
CONFIGURACION ROUTER HUAWEI 10-40
<huawei>system-view
[huawei]hostname poner nombre
[huawei]local-user poner nombre service-type ppp
[huawei]local-user poner nombre service-type administrator password simple pass.
[huawei]aaa enable
[huawei] firewall enable
[huawei]interfase ethetnet 0
[huawei-ethernet 0]ip address poner ip y mascara
[huawei-ethernet 0]quit
[huawei]interfase Ethernet 1
[huawei-ethernet 1]ip address poner ip y mascara
[huawei-ethernet 1]quit
[huawei]ip route-static 0.0.0.0 0.0.0.0 poner io de gestion
[huawei]quit
<huawei>save

14
CONFIGURACION METRO 500 HUAWEI
• Ingresamos por OPTIX NAVIGATOR.
• En pantalla va a figurar:

Local ip address: 129.9.0.100


Ne ip address: 129.9.0.xxx

Para buscar ip del metro presionamos SEARCH, una vez que encuentra la ip
presionamos CONNECT, agregar en USERNAME: szhw y en PASSWORD:
nesoft clickeamos en FORCE LOGIN, y luego CONNECT.

Al comenzar vemos el id del Metro, figura como:


#9-133:szhw[me133] ej.

• Para cambiar el ID hacemos:


:cm-set-neid:0x9xxxxx ; (varia según id)
Luego cerramos ventana (navigator) y volvemos a abrirla.
• Presionamos SEARCH y vemos que figura el nuevo ID.

NOTA: para configurar ID tenemos que pasar el numero decimal asignado como ID
a hexadecimal, en la calculadora del optix(se encuentra en la parte superior de la
pantalla figura como calculator), ej:
Extended ID: 9
Basic ID: xxx (id a pasar a hexadecimal).
• Después de configurar el ID vamos al OPTIX MANAGER T2000, en la
pantalla van a figurar id’s , borrar los que se encuentren en pantalla, para ello
debemos hacer:
• Clic derecho sobre el id, luego DELETE, asi con todos los id’s,
• Para crear un nuevo id hacemos:
En la parte inferior de a pantalla tenemos la solapa CREATE, hacemos clic en
la misma, en el listado de equipos elegimos la opcion OPTIX METRO
500,luego nos muestra una pantalla el la que debemos llenar los siguientes datos:
ID: agregar nº de id en decimal.
Cambiar de NON GATEWAY a GATEWAY.
NE USER: root
PASSWORD:password
Damos OK, deja nuevamente en el listado de ID,hacemosd clic derecho en el id
configurado vamos a CONFIGURATION, clic en MANUAL
CONFIGURACION una vez adentro damos NEXT, hacemos clic en los dos
OK,en la proxima pantalla clic en NEXT, en la siguiente clickeamos en
QUERY PHYSICAL SLOT, NEXT Y FINISH.
Una vez que estamos en la pantalla de donde nos figura el ID configurado
hacemos:
Sobre el ID creado hacemos clic derecho y vamos a la opcion
SYNCRONIZATION CURRENT ALARM.
Finalizamos configuracion.

15
CONFIGURACION METRO 1000 HUAWEI
• Ingresamos por OPTIX NAVIGATOR

Local ip address: 129.9.0.100


Ne ip address: 129.9.0.xxx :1400 (Puerto por donde entran).

Para buscar ip del metro presionamos SEARCH, una vez que encuentra la ip
presionamos CONNECT, clickeamos en FORCE LOGIN, y luego CONNECT.

Al comenzar vemos el id del Metro, figura como:


#9-133:szhw[me133] ej.

• Para cambiar el ID hacemos:


:cm-set-neid:0x9xxxxx ; (varia según id)
Luego cerramos ventana (navigator) y volvemos a abrirla.
• Presionamos SEARCH y vemos que figura el nuevo ID.

NOTA: para configurar ID tenemos que pasar el numero decimal asignado como ID
a hexadecimal, en la calculadora del optix(se encuentra en la parte superior de la
pantalla figura como calculator), ej:
Extended ID: 9
Basic ID: xxx (id a pasar a hexadecimal).
• Después de configurar el ID vamos al OPTIX MANAGER T2000, en la
pantalla van a figurar id’s , borrar los que se encuentren en pantalla, para ello
debemos hacer:
Clic derecho sobre el id, luego DELETE, asi con todos los id’s, la misma, en el
listado de equipos elegimos la opcion OPTIX 155/622H,luego nos muestra una
pantalla el la que debemos llenar los siguientes datos:
ID: agregar nº de id en decimal.
NE USER: root
PASSWORD:password
Damos OK, deja nuevamente en el listado de ID,hacemosd clic derecho en el id
configurado vamos a CONFIGURATION,luego presionamos UPLOAD, una
vez que termina el upload, vuelve a la pantalla de ID’S, y sobre el id creado
hacemos clic derecho y vamos a OPEN SLOT DIAGRAM, presionamos en
FUNCTION, SYNCHRONIZE CURRENT ALARM, una vez que damos clic
en SYNCHRONIZE CURRENT ALARM, los slot’s del METRO tienen que
tirar alarmas (slot optico).
• Una mejor forma de hacer upload es:
En la parte superior de la pantalla dentro del OPTIX NAVIGATOR T2000,
vamos a la pestaña CONFIGURATION, CONFIGURATION DATA
MANAGMENT, dentro de la pantalla en donde nos figura como ROOT,
clickeamos en los ID’S que no usamos.
Hacemos clic en el símbolo >> y pasa el ID creado al otro lado de la pantalla.
Marcamos el ID creado y en la parte inferior de la pantalla hacemos clic en
UPLOAD.

(continua en la proxima pagina).

16
CONFIGURACION METRO 1000 HUAWEI
CONFIGURACION Y RECONOCIMIENTO DE PLACAS
En cado de que tengamos una placa en la interface 1,2,3 o 4 y no lo toma el upload
hacemos:
• Nos paramos en la interface a configurar.
• Hacemos clic derecho sobre la interface.
• Seleccionar placa según ingenieria.

CONFIGURACION DE METRO 1000 CON IP, D.G, VLAN

• Ingresamos por OPTIX NAVIGATOR

Local ip address: 129.9.0.100


Ne ip address: 129.9.0.xxx :1400 (Puerto por donde entran).

Para buscar ip del metro presionamos SEARCH, una vez que encuentra la ip
presionamos CONNECT, clickeamos en FORCE LOGIN, y luego CONNECT.

• Para cambiar IP hacemos:


:cm-set-ip: poner ip ;
• Una vez que cambiamos la IP cerramos el OPTIX NAVIGATOR y debemos
cambiar la IP de la pc por una que este en el rango del METRO 1000.
• Ingresamos nuevamente por OPTIX NAVIGATOR.
Para buscar ip del metro presionamos SEARCH, una vez que encuentra la ip
presionamos CONNECT, clickeamos en FORCE LOGIN, y luego CONNECT.

• Una vez dentro configuramos el DEFAULT GATEWAY y SUBMASK:


:cm-set-gateway: poner ip ;
:cm-set-submask: poner mascara ;
• Para verificar el cambio de IP. DG, GATEWAY hacemos:
:cm-get-ip (muestra ip)
:cm-get-gateway (muestra default gateway)
:cm-get-submask (muestra mascara)

• Luego configuramos el ID de la siguiente manera:


:cm-set-neid:0x9xxxxx ; (varia según id)
Luego cerramos ventana (navigator) y volvemos a abrirla.
• Presionamos SEARCH y vemos que figura el nuevo ID.

NOTA: para configurar ID tenemos que pasar el numero decimal asignado como ID
a hexadecimal, en la calculadora del optix(se encuentra en la parte superior de la
pantalla figura como calculator), ej:
Extended ID: 9
Basic ID: xxx (id a pasar a hexadecimal).

17
Después de configurar el ID vamos al OPTIX MANAGER T2000, en la pantalla van a
figurar id’s , borrar los que se encuentren en pantalla, para ello debemos hacer:
(continua en la proxima pagina).
CONFIGURACION METRO 1000 HUAWEI
Clic derecho sobre el id, luego DELETE, asi con todos los id’s, la misma, en el listado
de equipos elegimos la opcion OPTIX 155/622H,luego nos muestra una pantalla el la
que debemos llenar los siguientes datos:
ID: agregar nº de id en decimal.
NE USER: root
PASSWORD:password
Damos OK, deja nuevamente en el listado de ID,hacemosd clic derecho en el id
configurado vamos a CONFIGURATION,luego presionamos UPLOAD, una
vez que termina el upload, vuelve a la pantalla de ID’S, y sobre el id creado
hacemos clic derecho y vamos a OPEN SLOT DIAGRAM, presionamos en
FUNCTION, SYNCHRONIZE CURRENT ALARM, una vez que damos clic
en SYNCHRONIZE CURRENT ALARM, los slot’s del METRO tienen que
tirar alarmas (slot optico).

• Una mejor forma de hacer upload es:


En la parte superior de la pantalla dentro del OPTIX NAVIGATOR T2000,
vamos a la pestaña CONFIGURATION, CONFIGURATION DATA
MANAGMENT, dentro de la pantalla en donde nos figura como ROOT,
clickeamos en los ID’S que no usamos.
Hacemos clic en el símbolo >> y pasa el ID creado al otro lado de la pantalla.
Marcamos el ID creado y en la parte inferior de la pantalla hacemos clic en
UPLOAD.

18
CONFIGURACION MINIEXPERT HUAWEI
CONFIGURACION DE ACCESO AL EQUIPO:

Para acceder (hiperterminal) al miniexpert debemos configurar las propiedades del


COM, debemos configurar:

PORT SETTINGS:
Bits per second: 115200
Data bits: 8
Parity: None
Stop bits: 1
Flow control: None
Damos ok.
SETTINGS:
Function, arrow,and ctrl keys act
Terminal keys: hacer clic

Backspace key send


Ctrl+h: hacer clic

EMULATION:
Elegir: VT100
Telnet terminal: VT100
Back scroll buffer lines: 500

CONFIGURACION DE GESTION DE MINIEXPERT:

miniexpert>ena
miniexpert#configuration terminal
miniexpert(conf-t)#hostname agregar nombre
miniexpert(conf-t)#interfase ethernet 2/0/1
miniexpert(conf-eth2)#duplex full
miniexpert(conf-eth2)#speed 100
miniexpert(conf-eth2)#ip address agregar ip y mascara
miniexpert(conf-eth2)#descripcion agragar nombre numero de slot y port
miniexpert(conf-eth2)#ctrl Z
miniexpert#wr
miniexpert#conf-t
miniexpert(conf-t)#ip route 0.0.0.0 0.0.0.0 agregar ip de gestion
miniexpert(conf-t)#user noc type exec privilege 15 password agregar password
miniexpert(conf-t)#ctrl Z
miniexpert#wr

NOTA:
• Para gestionar por telnet, agregamos a nuestra PC la ip del router de gestion.

19
• Una vez que este todo configurado, reseteamos las placas, dejamos que bootee e
intentamos ingresar nuevamente.
Se realiza para ver si quedaron las configuraciones bien configuradas.
CONFIGURACION LANSWITCH HUAWEI 3300
Upgrade VRP

1er Paso:
Habilitar el switch como ftp Server:
aaa
authentication-scheme default
authentication-mode radius local
authorization-scheme default
accounting-scheme default
accounting-mode radius
domain default
radius-server telmex
domain default_admin
local-user admin password cipher 3#8/B!D#X_+Q=^Q`MAF4<1!!
local-user admin level 15
local-user admin ftp-directory flash:

2do Paso:
Confgigurar una IP en el puerto 1 del switch
vlan batch 1 to 4094

vlan 100
description INT_LAN
#
interface Vlanif1
ip address 10.0.0.1 255.255.255.0
#
interface Vlanif100
description INTERNET - LAN
ip address 10.10.10.1 255.255.255.0
#
interface Ethernet0/0/1
port link-type access
port default vlan 100
bpdu enable
ntdp enable
ndp enable

3er Paso:
Subir via tftp la vrp a la flash.
Corer el tftp 32 u otro en una pc cn ip 10.10.10.2 /24
tftp 10.10.10.2 get S3328-V100R003C00SPC301.cc

20
4to Paso:
>system-view
upgrade basic-bootrom S3328-V100R003C00SPC301.cc

5to Paso:
Guardar la configuración y reiniciar.
>Save
>reboot

6to Paso:
Verificar el cambio de version:

>Display version
Dir

UPGRADE de VRP de los Switches S3900


1° Dar de alta el FTP Server en el Switch
[S3900-1]ftp server enable
2° Crear un usuario Local con el Servicio de FTP
local-user ftp
password simple ftp
service-type telnet
service-type ftp
level 3
3° Crear un VLAN para hacer el Upgrade
[S3900-1]vlan 300
4° Crear un Interfaz VLAN con una IP
[S3900-1]interface Vlan-interface 300
[S3900-1-Vlan-interface300]ip address 10.0.0.1 24
5° Configurar como Access en la Vlan 300 el port utilizado
[S3900-1] interface Ethernet 1/0/20
[S3900-1-Ethernet1/0/20]port link-type access
[S3900-1-Ethernet1/0/20]port access vlan 300
6° Ponerle a la PC una IP del mismo segmento ( 10.0.0.2/24 )
7° Guardar la configuración realizada al momento:
<S3900-1>save
The configuration will be written to the device.
Are you sure?[Y/N]y
Please input the file name(*.cfg)[flash:/vrpcfg.cfg]:
Now saving current configuration to the device.
Saving configuration. Please wait...
....
Configuration is saved to flash memory successfully.
Unit1 save configuration flash:/vrpcfg.cfg successfully
8° Desde un CMD y parado en el directorio donde se encuentran los archivos hacer
el ftp
C:\Documents and Settings\Huawei\VRP 22>ftp 10.0.0.1
Conectado a 10.0.0.1.
220 FTP service ready.
Usuario (10.0.0.1:(none)): ftp
331 Password required for FTP.

21
Contraseña:
230 User logged in.
ftp> hash
Impresión de marcas "hash" Activo ftp: (2048 bytes/marca "hash") .
ftp> bin
200 Type set to I.
9° Ir subiendo los archivos de a uno:
ftp> put http3.1.3-0044.web
ftp> put s3900-224.btm
ftp> put vrpcfg.def
ftp> put s3900ei-vrp310-r0022-224.bin
10° Verificar que estén OK ( estarán también los de la Release 13 ):
ftp> ls
200 Port command okay.
150 Opening ASCII mode data connection for *.
vrpcfg.def
http3.1.3-0043.web
s3900-vrp310-r0013-223-64-ei.bin
vrpcfg.cfg
http3.1.3-0044.web
s3900-224.btm
s3900ei-vrp310-r0022-224.bin
11° Actualizar el BootROM
<S3900-1>boot bootrom s3900-224.btm
This will update BootRom file on unit 1. Continue? [Y/N] y
Upgrading BOOTROM, please wait...
Upgrade BOOTROM succeeded!
12° Actualizar el BootROM
En caso de que la Release anterior sea mayor a 7 pasar al punto 13. En caso contrario (
Release 7 o anterior ), se deberá renombrar el archivo .BIN a . APP.
<S3900-1>rename unit1>flash:/s3900ei-vrp310-r0022-224.bin
unit1>flash:/s3900eivrp310-r0022-224.app
De ahora en mas si la Release anterior era la 7 o menor, en todos los casos que aparece
.BIN se deberá utilizar . APP
13° Especificar que realice el booteo con la nueva Release
<S3900-1>boot boot-loader flash:/s3900ei-vrp310-r0022-224.bin
The specified file will be booted next time on unit 1!
Para este paso se puede escribir <S3900-2>boot boot-loader flash:/s39 y presionar TAB
varias veces hasta que complete el nombre con la r0022.
14° Verificar el booteo:
<S3900-1>display boot
Unit 1
The app to boot at the next time is: s3900ei-vrp310-r0022-224.bin
The app to boot at this time is: s3900-vrp310-r0013-223-64-ei.bin
15° Rebootear el equipo:
<S3900-1>reboot
This will reboot device. Continue? [Y/N] y
#Apr 2 04:53:40:611 2000 S3900-2 COMMONSY/5/REBOOT:- 1 -
Reboot Fabric by command.

22
16° Una vez que el equipo Booteó verificar la nueva Release y la nueva versión del
BootROM
<S3900-1>dis ver
Huawei Versatile Routing Platform Software
VRP Software, Version 3.10, RELEASE 0022
Copyright(c) 1998-2006 Huawei Technologies Co., Ltd. All rights reserved.Quidway
S3928P-EI uptime is 0 week,0 day,0 hour,0 minute
Quidway S3928P-EI with 1 MIPS Processor
64M bytes DRAM
16384K bytes Flash Memory
Config Register points to FLASH
Hardware Version is EI_REV.C
CPLD Version is CPLD 001
Bootrom Version is 224
[Subslot 0] 24 FE Hardware Version is REV.C
[Subslot 1] 4 GE Hardware Version is REV.C
17° Dejar activa la gestión WEB:
[S3900-1]web set-package http3.1.3-0044.web

23

S-ar putea să vă placă și