ALCATEL - Save Configuration: Difference between revisions

From Wiki.IT-Arts.net
(Created page with " == Backup the Configuration == The Alcatel switch work with two configurations: the working and the certified. Certified is considered to be the most reliable. When the switch starts, if the working and the certified are not identical, it uses the certified. It then goes into certified mode and it is not possible to modify the configuration. If at start -up the two configurations are identical, it uses the working. To save the configuration, you must first save the...")
 
No edit summary
Line 12: Line 12:


To save the configuration, you must first save the Runnin-Config in the Working. Then the working in the certified.
To save the configuration, you must first save the Runnin-Config in the Working. Then the working in the certified.


  <nowiki>
  <nowiki>
copy running-config working</nowiki>
copy running-config working</nowiki>


puis
Then :


  <nowiki>
  <nowiki>

Revision as of 15:00, 27 August 2024


Backup the Configuration

The Alcatel switch work with two configurations: the working and the certified. Certified is considered to be the most reliable.

When the switch starts, if the working and the certified are not identical, it uses the certified. It then goes into certified mode and it is not possible to modify the configuration.

If at start -up the two configurations are identical, it uses the working.

To save the configuration, you must first save the Runnin-Config in the Working. Then the working in the certified.

copy running-config working

Then :

copy working certified

Ou bien il est possible de sauvegarder en une seule commande :

write memory flash-synchro


Display Configuration's Configuration

To see on wich configuration the switch is running :

show running-directory


Display The Full Configuration

show configuration snapshot all


Usefull Links