22
0
Fork 0

Remplacement "copy run start" par la commande complète "copy running-config startup-config"

This commit is contained in:
jdubois 2021-08-05 09:32:41 +02:00
parent b0312ad4bf
commit 2d8e1fd8a9
1 changed files with 3 additions and 3 deletions

View File

@ -118,7 +118,7 @@ Switch# show running-config interface GigabitEthernet1/0/1
Ecrire la configuration actuelle en Flash :
~~~
Switch# copy run start
Switch# copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
@ -534,7 +534,7 @@ BOOT path-list : flash:c2960-lanbasek9-mz.122-55.SE12.bin
On enregistre, et on redémarre le switch :
~~~
Switch# copy run start
Switch# copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
@ -662,7 +662,7 @@ BOOT path-list : flash:c2960-lanbasek9-mz.122-55.SE12.bin
On enregistre, et on redémarre le switch :
~~~
Switch# copy run start
Switch# copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]