Chinaunix首页 | 论坛 | 博客
  • 博客访问: 998978
  • 博文数量: 116
  • 博客积分: 3758
  • 博客等级: 中校
  • 技术积分: 1316
  • 用 户 组: 普通用户
  • 注册时间: 2008-07-17 11:49
个人简介

这家伙很懒。。。

文章分类

全部博文(116)

文章存档

2016年(3)

2015年(2)

2014年(1)

2013年(9)

2012年(25)

2011年(50)

2010年(12)

2009年(14)

分类: 系统运维

2013-11-22 14:32:46

首先下载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)
阅读(2475) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~