CISCO交换机导入和导出配置文件的方法

2025-10-27 12:20:13

1、导出方法

1.下载安装3CDaemon(架设tftp服务器),更改文件保存路径

CISCO交换机导入和导出配置文件的方法

2、2.登录SW/Rourter

a.保存配置

c#copy running-config startup-config

b.copy配置上传到ftpt服务器

#copy startup-config tftp:

Address or name of remote host []? 10.4.10.18

Destination filename [switch-confg]?1.txt

6736 bytes copied in 0.126 secs (53460 bytes/sec)

3、3.服务器状态显示完成。到保存路径查看文件,记事本可以打开。

CISCO交换机导入和导出配置文件的方法

CISCO交换机导入和导出配置文件的方法

4、4.导入方法

1.拷贝配置档

#copy tftp startup-config

 Address or name of remote host []? 10.4.10.18

Source filename []?    1.txt

Destination filename [startup-config]?  回车==Startup-config.cfg

5、2.重新加载设备

Sw1#reload

System configuration has been modified.

Save?[yes/no]:n

Proceed with reload?[confirm]

发出reload命令后,系统将提示您是否要保存配置,此处不需要保存,所以选择no。如果此处选择yes,则刚刚恢复的文件将被当前运行的配置覆盖。

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢