Tag: tftp

computer g2503e3bbe 640

TFTP & CISCO – Sauvegarde

TFTP & CISCO – Sauvegarde Mise en place d’un service TFTP afin de réaliser les sauvegardes de switch et routeur Cisco Linux : installation et configuration [pastacode lang= »bash » manual= »apt%20install%20tftpd%0A%0Amkdir%20%2Fsrv%2Ftftp%0Achmod%20-R%20777%20%2Fsrv%2Ftftp%0Achown%20-R%20nobody%20%2Fsrv%2Ftftp%0Atouch%20%2Fsrv%2Ftftp%2Fcisco.backup%0Achmod%20-R%20777%20%2Fsrv%2Ftftp%0Achown%20-R%20nobody%20%2Fsrv%2Ftftp » message= » » highlight= » » provider= »manual »/] CISCO : Sauvegarde de configuration [pastacode lang= »bash » manual= »CE_2%23copy%20running-config%20tftp%3A%0AAddress%20or%20name%20of%20remote%20host%20%5B%5D%3F%2064.104.207.171%0ADestination%20filename%20%5Bce_2-confg%5D%3F%20cisco.backup » message= » » highlight= » » provider= »manual »/] CISCO : Restauration de configuration [pastacode lang= »bash » manual= »Router%23copy%20tftp%3A%20running-config%0A%0AAddress%20or%20name%20of%20remote%20host%20%5B%5D%3F%2064.104.207.171%0ASource%20filename%20%5B%5D%3F%20backup_cfg_for_my_router%0ADestination%20filename%20%5Brunning-config%5D%3F%0AAccessing%20tftp%3A%2F%2F10.66.64.10%2Fbackup_cfg_for_my_router…%0ALoading%20backup_cfg_for_router%20from%2064.104.207.171%20(via%20FastEthernet0%2F0)%3A%20!%0A%5BOK%20-%201030%20bytes%5D » message= » » highlight= » » provider= »manual »/] CISCO : restauration du bootloader [pastacode...