cisco3550 交换机的配置文件备份及还原

2590阅读 0评论2013-11-22 jonelaw
分类:系统运维

首先下载tftp server
ha_ciscotftp11_jp.rar

对交换机配置文件备份
sw#copy startup-config tftp
Address or name of remote host []? 192.168.1.10                服务器IP
Destination filename [sw-confg]? config.text                   备份文件名随便起个名字 (直接回车也可以,备份名则为:交换机名-config)
!!
[OK - 967 bytes]
967 bytes copied in 0.156 secs (6000 bytes/sec)
备份成功

交换机还原配置文件
sw#copy tftp running-config
Address or name of remote host []? 192.168.1.10
Source filename []? switch.conf
Destination filename [running-config]?                直接回车 默认为running-config
Loading switch.conf from 192.168.1.10: !
[OK - 967 bytes]
967 bytes copied in 0.109 secs (8871 bytes/sec)
上一篇:修改Cisco3550交换机密码
下一篇:read-only file system根目录挂载丢失问题解决办法