ALCATEL - Save Configuration: Difference between revisions

From Wiki.IT-Arts.net
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
[[Category:Post-It]]


== Backup the Configuration ==
== Backup the Configuration ==
Line 21: Line 21:
copy working certified</nowiki>
copy working certified</nowiki>


Ou bien il est possible de sauvegarder en une seule commande :
Or to save in only one command :


  <nowiki>
  <nowiki>
Line 33: Line 33:


  <nowiki>
  <nowiki>
show running-directory
show running-directory</nowiki>
</nowiki>
 
 


== Display The Full Configuration ==
== Display The Full Configuration ==

Latest revision as of 06:43, 11 September 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

Or to save in only one command :

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