The simplest way to backup a switch is to simply display the config, and copy’n’paste the output from your terminal into a notepad. It is good practice to also save the config to the network device’s memory once agian, just in case.
The command to display the config (and save) is:
Huwaei:
display current-configuration
run save
Cisco:
show running-configuration
copy running-config startup-config
Mellanox:
show running-configuration
write memory
No comments:
Post a Comment