cancelar
Mostrando los resultados de 
Buscar en lugar de 
Quiere decir: 
cancel
2840
Visitas
15
ÚTIL
6
Respuestas

Configurar IP en modo ROMMON

oscar.cuevas1
Level 1
Level 1

Hola

Tengo una duda, mi switch no tiene imagen en este momento, pero quiero saber como configurar una ip en modo ROMMON para cargar una imagen por tftp

 

Boot Sector Filesystem (bs:) installed, fsid: 3
Parameter Block Filesystem (pb:) installed, fsid: 4


Boot process failed...

The system is unable to boot automatically.  The BOOT
environment variable needs to be set to a bootable
image.
switch: switch: 
switch: 

 Ya intente con los comandos:

set IP_ADDR=X.X.X.X

Pero no alcanzo por ping mi servidor tftp y me manda un error que no se configuro correctamente la IP

 

Espero sus comentarios.

 

Saludos cordiailes

1 SOLUCIÓN ACEPTADA

Soluciones aceptadas

lespejel
Level 3
Level 3

hola @oscar.cuevas1

 

No funciona porque debes definir un default gateway y la máscara de la red:

rommon > IP_ADDRESS=1.1.1.1
rommon > IP_SUBNET_MASK=255.255.254.0
rommon > DEFAULT_GATEWAY=1.1.0.1

 

en este documento vienen los comandos, saludos!

https://www.cisco.com/c/en/us/td/docs/routers/access/4400/hardware/installation/guide4400-4300/C4400_isr/rommon.pdf

 

 

https://www.cisco.com/en/US/docs/routers/access/800/850/software/configuration/guide/rommon.html#wp1020649

 

TFTP Download Command Variables
This section describes the system variables that can be set in ROM monitor mode and that are used during the TFTP download process. There are both required variables and optional variables.


Note The commands described in this section are case sensitive and must be entered exactly as shown.

Required Variables
These variables must be set with these commands before you use the tftpdnld command:

Variable
Command
IP address of the router.

IP_ADDRESS= ip_address

Subnet mask of the router.

IP_SUBNET_MASK= ip_address

IP address of the default gateway of the router.

DEFAULT_GATEWAY= ip_address

IP address of the TFTP server from which the software will be downloaded.

TFTP_SERVER= ip_address

Name of the file that will be downloaded to the router.

TFTP_FILE= filename

CCIE 52804

Ver la solución en mensaje original publicado

6 RESPUESTAS 6

lespejel
Level 3
Level 3

hola @oscar.cuevas1

 

No funciona porque debes definir un default gateway y la máscara de la red:

rommon > IP_ADDRESS=1.1.1.1
rommon > IP_SUBNET_MASK=255.255.254.0
rommon > DEFAULT_GATEWAY=1.1.0.1

 

en este documento vienen los comandos, saludos!

https://www.cisco.com/c/en/us/td/docs/routers/access/4400/hardware/installation/guide4400-4300/C4400_isr/rommon.pdf

 

 

https://www.cisco.com/en/US/docs/routers/access/800/850/software/configuration/guide/rommon.html#wp1020649

 

TFTP Download Command Variables
This section describes the system variables that can be set in ROM monitor mode and that are used during the TFTP download process. There are both required variables and optional variables.


Note The commands described in this section are case sensitive and must be entered exactly as shown.

Required Variables
These variables must be set with these commands before you use the tftpdnld command:

Variable
Command
IP address of the router.

IP_ADDRESS= ip_address

Subnet mask of the router.

IP_SUBNET_MASK= ip_address

IP address of the default gateway of the router.

DEFAULT_GATEWAY= ip_address

IP address of the TFTP server from which the software will be downloaded.

TFTP_SERVER= ip_address

Name of the file that will be downloaded to the router.

TFTP_FILE= filename

CCIE 52804

Muchas gracias por el apoyo y la atención.

Adicionalmente encontré una alternativa para transferir la imagen por medio de Xmodem.

 

Ahora tengo 2 métodos para realizar la transferencia de mi imagen.

 

Saludos cordiales

Hola Oscar

Xmodem es un metodo que te funcionara pero puede llegar a tomar muchisimo tiempo en transferir, para evitar eso puedes modificar el baud rate. Pero por recomendación es mejor hacerlo via TFTP colocando las dirección IP, como previamente fue indicado.  

Otra opcion mas sencilla para transferencias, es si tu equipo tiene puertos USB.

 

Recuerda siempre hacer la tranferencia via cable y no via wifi.

 

Saludos 




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

Hola,

Gracias por la atención, realice la transferencia por medio de la USB y efectivamente fue un poco mas rápido.

Saludos

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

Buen día. ¿ Que comando se utiliza para transferir archivos de la SD card al Dispositivo(en mi caso un Switch) después de haber

agregado los datos indicados anteriormente?