cisco 3560 交换机 如何备份以及如何恢复。请高手详细告诉下。谢谢。

copy startup-config tftp 使用这个命令可以不?
2024-12-18 06:10:45
推荐回答(1个)
回答1:

备份的话,一般我们会使用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
就好