Create a new user with admin privileges:
Enable ssh access to the device:
Save changes:
Start a TFTP server, connect to the switch using Putty (with the previously created user) and retrieve the current configuration with the instruction: upload cfg_toTFTP 10.90.90.49 dest_file 000.txt, where 10.90.90.49 is the IP address where the TFTP is listening, and 000.txt is the actual configuration file name to save.
Compare the too files, the one you want to load with the recently obtained by tftp. Check the firmware versions on both files it's recommended that the new device has the same firmware version that had the switch you used to get the configuration file that you are trying now to load.
Search the lines with the following texts: config snmp engineID and config stp mst_config_id name and modify the file that you want to load with the values contained in the 000.txt file:
Load the modified configuration file with the command: download cfg_fromTFTP 10.90.90.49 src_file 111.txt, where 10.90.90.49 is the TFTP server IP address and 111.txt is the modified configuration file:
Remember to save the configuration in the switch using save command from CLI to preserve changes when the switch reboots:
No comments:
Post a Comment