TFTPdnld: Sauvegarde et Récupération IOS
Règle :
1) Sauvegarde l'image IOS dans un serveur TFTP :
voir le nom du fichier image IOS (xxxx.bin) :
Router# show flash:
=>xxxx.bin
Copier l'image IOS sur serveur TFTP :
Router# copy flash: tftp:
Source filename []? xxxx.bin
Address or name of remote host []? @IP-serveurTFTP
Destination filename [xxxx.bin]? XXXX.bin
2) Récupération l'image IOS à partir du serveur TFTP :
En mode rommon:
rommon 1 > tftpdnld
rommon 2 > IP_ADDRESS=@IP-local
rommon 3 > IP_SUBNET_MASK=Masque
rommon 4 > DEFAULT_GATEWAY=@IP-Passerelle
rommon 5 > TFTP_SERVER=@IP-serveurTFTP
rommon 6 > TFTP_FILE=XXXX.bin
rommon 7 > tftpdnld
Do you wish to continue? y/n: [n]: y
rommon 8 > reset
Exemple:
1) configurer l'interface de routeur :
R1(config)# interface fastEthernet 0/0
R1(config-if)# no shutdown
R1(config-if)# ip address 192.168.1.1 255.255.255.0
R1(config-if)# exit
2) Sauvegarde l'image IOS dans le serveur TFTP :
R1# show flash:
R1# copy flash: tftp:
Source filename []? TRI-prof.bin
Address or name of remote host []? 192.168.1.254
Destination filename [TRI-prof.bin]? tri-prof.blogspot.com.bin
3) supprimer l'image IOS de routeur et redémarrer :
R1# delete flash:
Delete filename []?TRI-prof.bin
R1# reload
4) Récupération l'image IOS à partir du serveur TFTP :
rommon 1 > tftpdnld
rommon 2 > IP_ADDRESS=192.168.1.1
rommon 3 > IP_SUBNET_MASK=255.255.255.0
rommon 4 > DEFAULT_GATEWAY=192.168.1.1
rommon 5 > TFTP_SERVER=192.168.1.254
rommon 6 > TFTP_FILE=tri-prof.blogspot.com.bin
rommon 7 > tftpdnld
Do you wish to continue? y/n: [n]: y
rommon 8 > reset
thanks for sharing that in french language
ReplyDelete