Introducción
Este documento describe cómo recuperar la dirección IP de un elemento de red (NE). Para ello, debe utilizar un cable serie y conectarse a la interfaz de la placa RS232 de una tarjeta Timing Communications and Control (TCC) o una tarjeta Cross-Connect, Timing and Control (XTC) con un portátil.
Prerequisites
Requirements
No hay requisitos específicos para este documento.
Componentes Utilizados
La información que contiene este documento se basa en las siguientes versiones de software y hardware.
-
Cisco ONS 15454
-
Cisco ONS 15327
The information in this document was created from the devices in a specific lab environment. All of the devices used in this document started with a cleared (default) configuration. If your network is live, make sure that you understand the potential impact of any command.
Convenciones
Consulte Convenciones de Consejos TécnicosCisco para obtener más información sobre las convenciones del documento.
Procedimiento
Complete estos pasos:
-
Conecte un cable serial a la interfaz de la placa RS232 del TCC o XTC activo.
-
Iniciar Hyperterminal. Para hacerlo, seleccione Inicio > Programas > Accesorios > Comunicaciones > Hiperterminal en su escritorio.
-
Configure el Hyperterminal con estos detalles (según las instrucciones de la documentación de Cisco ONS 15454 y Cisco ONS 15327):
-
Emulación de terminal = vt100
-
Bits por segundo = 9600
-
Paridad = Ninguna
-
BITS de parada = 1
-
Control de flujo = ninguno
-
Press Enter. Aparece un mensaje de corchete angular (>).
-
Si no aparece nada al escribir : en la ventana Hyperterminal, seleccione Archivo > Propiedades > Configuración > Configuración ASCII del escritorio.
Marque la casilla de verificación Caracteres con tipo de eco Localmente bajo Envío ASCII.
Si cada carácter escrito aparece dos veces, quite la marca de verificación.
Ejemplo de Salida
A continuación se muestra un ejemplo de salida de este procedimiento realizado en un Cisco ONS 15327:
> ACT-USER::CISCO15:123;
!--- This is the login command. Use your actual user name and password.
15327 1970-01-01 16:46:38 M 123 COMPLD ;
15327 1970-01-01 16:46:38 A 1.1 REPT EVT SESSION "15327:NO,"
/* User CISCO15 logged in from Serial Port */
> RTRV-NE-GEN:::123;
!--- This retrieves general attributes of the NE.
15327 1970-01-01 16:50:00 M 123 COMPLD "IPADDR=192.1.0.2,
IPMASK=255.255.255.0,DEFRTR=10.1.1.1,IIOPPORT=57790,NAME="1 5327",
SWVER=4.00.00,LOAD=04.00-003C-08.05,PROTSWVER=3.40.00,PROTLOAD=03.40-002I-
07.02,DEFDESC=\"Factory Defaults\",PLATFORM=15327SONET"
>ED-NE-GEN:::123:::NAME=BELLAGIO-91,IPADDR=10.89.238.91,
IPMASK=255.255.255.0,DE FRTR=10.89.238.1;
!--- This edits the attributes.
BELLAGIO-91 1970-01-01 17:08:23 M 123 COMPLD ;
> CANC-USER::CISCO15:123;
!--- This logs you out.
BELLAGIO-91 1970-01-01 17:09:36 M 123 COMPLD ; >
Información Relacionada