18
0
Fork 0

Syntaxe + ajout ftp anonyme Nexus

This commit is contained in:
jdubois 2021-08-12 15:48:33 +02:00
parent 574bbc7832
commit 91b38b316d
1 changed files with 3 additions and 0 deletions

View File

@ -1617,6 +1617,9 @@ On définit la tâche planifiée :
Switch(config)# scheduler job name backupConfig
Switch(config-job)# copy running-config ftp://<user>:<password>@<host>/<path>/cisco.txt vrf default
Switch(config-job)# exit
~~~
L'user et le password sont obligatoires. Pour un ftp anonyme, indiquer `ftp://anonymous:anonymous@…`
Puis on définit la période, par exemple tous les jours à 01h15 :