Vous êtes sur la page 1sur 20

CONFIGURACIONES ROUTERS CISCO

COMANDOS BSICOS: ENABLE: habilita modo privilegiado. CONFIGURATION TERMINAL: habilita modo configuracin. SHOW RUNNING CONFIG: muestra configuracin 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 VERSIN: muestra versin y posicin 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 comunicacin. ENCAPSULATION FRAME-RELAY IETF: permite la comunicacin 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 configuracin. EXIT: vuelve un paso atrs. WRITE: guarda configuracin en memoria flash. RELOAD: rebootea el equipo. CONFIG-REGISTER: configura un registro de memoria en una determinada posicin. 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. DESCRIPCIN: 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.

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

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

CONFIGURACIONES ROUTERS CISCO


CONFIGURACIN 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#configuracin 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#configuracin 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

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#configuracin terminal router(conf-t)#interface loopback 0 router(conf-t)#ip address poner ip y mascara de subred CONFIGURACIN DE FAST ETHERNET: router>enable router#configuratin 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 CONFIGURACIN 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

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 ndlci 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

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

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 nde 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.

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)

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 SEGN 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 atrs. 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 segn 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). Despus de configurar el ID vamos al OPTIX MANAGER T2000, en la pantalla van a figurar ids , borrar los que se encuentren en pantalla, para ello debemos hacer: Clic derecho sobre el id, luego DELETE, asi con todos los ids, 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 segn 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). Despus de configurar el ID vamos al OPTIX MANAGER T2000, en la pantalla van a figurar ids , borrar los que se encuentren en pantalla, para ello debemos hacer: Clic derecho sobre el id, luego DELETE, asi con todos los ids, 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 IDS, 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 slots 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 pestaa CONFIGURATION, CONFIGURATION DATA MANAGMENT, dentro de la pantalla en donde nos figura como ROOT, clickeamos en los IDS que no usamos. Hacemos clic en el smbolo >> 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 segn 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 segn 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

Despus de configurar el ID vamos al OPTIX MANAGER T2000, en la pantalla van a figurar ids , 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 ids, 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 IDS, 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 slots 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 pestaa CONFIGURATION, CONFIGURATION DATA MANAGMENT, dentro de la pantalla en donde nos figura como ROOT, clickeamos en los IDS que no usamos. Hacemos clic en el smbolo >> 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

20

Vous aimerez peut-être aussi