备份的话,一般我们会使用tftp服务器使用命令
Switch#copy running-config tftp:
Address or name of remote host []? 192.168.200.1
Destination filename [Switch-confg]?
只要确保交换机和tftp server之间可以连通就行。
恢复的话使用类似命令
Switch#copy tftp: run
Address or name of remote host []? 192.168.200.1
Source filename []?Switch-confg
就好