Bonjour,
Voici le problème, j'ai un routeur Cisco 1841, voulant mettre l'IOS à jour j'ai effacer
l'ancien après l'avoir sauvegarder via TFTP pas de problème
Au re démarrage je suis en mode ROMMON
J'ai suivi la procédure suivante
IP_ADDRESS : Adresse IP du routeur (dans notre cas, 10.0.0.2)
IP_SUBNET_MASK : Masque du routeur (255.255.255.0)
DEFAULT_GATEWAY : Passerelle par défaut (10.0.0.1)
TFTP_SERVER : L’adresse du serveur TFTP (10.0.0.1)
TFTP_FILE : Le nom de l’image IOS (c180x-adventerprisek9-mz.124-4.T1.bin)
TFTP_MACADDR : L’adresse MAC du serveur TFTP (00-01-4A-02-92-B3)
Puis la commande "TFTPdnld" et à chaque fois voici le message
rommon 29 > tftpdnld
Missing or illegal ip address for variable IP_ADDRESS
Illegal IP address.
usage: tftpdnld [-hr]
Use this command for disaster recovery only to recover an image via TFTP.
Monitor variables are used to set up parameters for the transfer.
(Syntax: "VARIABLE_NAME=value" and use "set" to show current variables.)
"ctrl-c" or "break" stops the transfer before flash erase begins.
The following variables are REQUIRED to be set for tftpdnld:
IP_ADDRESS: The IP address for this unit
IP_SUBNET_MASK: The subnet mask for this unit
DEFAULT_GATEWAY: The default gateway for this unit
TFTP_SERVER: The IP address of the server to fetch from
TFTP_FILE: The filename to fetch
The following variables are OPTIONAL:
TFTP_VERBOSE: Print setting. 0=quiet, 1=progress(default), 2=verbose
TFTP_RETRY_COUNT: Retry count for ARP and TFTP (default=18)
TFTP_TIMEOUT: Overall timeout of operation in seconds (default=7200)
TFTP_CHECKSUM: Perform checksum test on image, 0=no, 1=yes (default=1)
FE_PORT: 0= (default), 1
FE_SPEED_MODE: 0=10/hdx, 1=10/fdx, 2=100/hdx, 3=100/fdx,
4=Auto (default)
TFTP_DESTINATION: The flash destination device for the file
flash
![:( :(]()
default), usbflash0:
Command line options:
-h: this help screen
-r: do not write flash, load to DRAM only and launch image
Voici ce que j'obtiens alors que le set ci-dessous est bon
rommon 30 > set
PS1=rommon ! >
WARM_REBOOT=FALSE
TFTP_CHECKSUM=1
RANDOM_NUM=1675163046
BSI=0
RET_2_RTS=14:36:01 UTC Tue May 11 2010
RET_2_RCALTS=1273588563
ip_address=10.255.2.145
default_gateway=10.255.255.254
tftp_server=10.255.2.9
tftp_file=ios.bin
tftp_macaddr=00-16-76-B3-BE-36
ip_subnet_mask=255.0.0.0
?=1
Merci pour toutes pistes