- 浏览: 102466 次
- 性别:
- 来自: 武汉
最新评论
-
wubing2789:
楼主,修改位置错了,应该在
%Tomcat_home%/con ...
配置Tomcat 中文字符集问题 -
zpoop:
...
build模式 -
咖啡舞者:
部分同意,部分不同意
“
从毕业开始到毕业后至少5年内,踏踏实 ...
资深程序员给新人程序员的八点建议 -
laorer:
技术不是主要的,但是重要的,对不.
刚出来,虽然说不要把心思放 ...
资深程序员给新人程序员的八点建议 -
stormnic:
谢谢前辈的经验!
我快毕业了。我要多看几遍!
资深程序员给新人程序员的八点建议
Cisco使用的操作系统称为IOS——Internetworking Operating System,存储在Cisco设备的Flash存储器上,除了IOS外,还有一个重要的文件:设备配置文件。为了方便管理,我们可以把IOS系统及设备配置文件备份在本地计算机上,当出故障时,我们可以把IOS系统或配置文件恢复到Cisco设备上,本文的操作以Cisco 3550为例。
⑴pwd命令,显示当前路径。
SW3550#pwd
flash:
SW3550#pwd
flash:/c3550-ipservices-mz.122-25.SEE/
⑵cd命令,切换目录命令
SW3550#cd c3550-ipservices-mz.122-25.SEE
⑶dir,显示当前路径下的文件
SW3550#dir
Directory of flash:/
2 -rwx 616 Mar 1 1993 01:25:31 +00:00 vlan.dat
4 drwx 128 Mar 1 1993 01:17:39 +00:00 c3550-ipservices-mz.122-25.SEE
3 -rwx 3977 Mar 1 1993 02:20:42 +00:00 config.old
371 -rwx 2356 Mar 1 1993 03:08:11 +00:00 config.text
15998976 bytes total (8002560 bytes free)
SW3550#
show flash命令也可以显示flash闪存中存储的文件:
SW3550#show flash
Directory of flash:/
2 -rwx 616 Mar 1 1993 01:25:31 +00:00 vlan.dat
4 drwx 128 Mar 1 1993 01:17:39 +00:00 c3550-ipservices-mz.122-25.SEE
3 -rwx 3977 Mar 1 1993 02:20:42 +00:00 config.old
371 -rwx 2356 Mar 1 1993 03:08:11 +00:00 config.text
15998976 bytes total (8002560 bytes free)
SW3550#
dir all用来显示当前路径下所有的文件
SW3550#dir all
Directory of flash:/
2 -rwx 616 Mar 1 1993 01:25:31 +00:00 vlan.dat
4 drwx 128 Mar 1 1993 01:17:39 +00:00 c3550-ipservices-mz.122-25
.SEE
3 -rwx 3977 Mar 1 1993 02:20:42 +00:00 config.old
371 -rwx 2356 Mar 1 1993 03:08:11 +00:00 config.text
15998976 bytes total (8002560 bytes free)
Directory of zflash:/
2 -rwx 616 Mar 1 1993 01:25:31 +00:00 vlan.dat
4 drwx 128 Mar 1 1993 01:17:39 +00:00 c3550-ipservices-mz.122-25
.SEE
3 -rwx 3977 Mar 1 1993 02:20:42 +00:00 config.old
371 -rwx 2356 Mar 1 1993 03:08:11 +00:00 config.text
15998976 bytes total (8002560 bytes free)
Directory of system:/
3 dr-x 0 <no date> memory
1 -rw- 2376 <no date> running-config
2 dr-x 0 <no date> vfiles
No space information available
Directory of nvram:/
380 -rw- 2356 <no date> startup-config
381 ---- 0 <no date> private-config
393216 bytes total (390808 bytes free)
Cisco 3550的IOS文件扩展名是.bin,全名是:c3550-ipservices-mz.122-25.SEE.bin,存储在flash下的c3550-ipservices-mz.122-25.SEE目录下。
SW3550#cd c3550-ipservices-mz.122-25.SEE
SW3550#dir
Directory of flash:/c3550-ipservices-mz.122-25.SEE/
5 -rwx 6410981 Mar 1 1993 01:17:39 +00:00 c3550-ipservices-mz.122-25
.SEE.bin
6 drwx 4160 Mar 1 1993 01:17:59 +00:00 html
15998976 bytes total (8002560 bytes free)
⑷copy命令备份IOS及配置文件
首先使用Cisco TFTP server架设一台TFTP服务器:
图一 Cisco TFTP Server
使用copty flash tftp命令把flash存储器内的IOS文件备份到TFTP Server上。
SW3550#copy flash tftp
Source filename [/c3550-ipservices-mz.122-25.SEE/c3550-ipservices-mz.122-25]? c3
550-ipservices-mz.122-25.SEE.bin //输入IOS的路径及文件
Address or name of remote host []? 192.168.1.107 //输入TFTP Server的IP地址
Destination filename [c3550-ipservices-mz.122-25.SEE.bin]? //输入备份的目的址,也可以使用默认的名称。
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6410981 bytes copied in 53.516 secs (119796 bytes/sec)
使用copy startup-config tftp命令把配置文件备份到TFTP Server上。
SW3550#copy startup-config tftp
Address or name of remote host []? 192.168.1.107
Destination filename [sw3550-confg]? sw3550startupBack
!!
2356 bytes copied in 0.044 secs (53545 bytes/sec)
SW3550#
使用copty tftp startup-config把TFTP上存储的配置文件备文件恢复到交换机上:
SW3550#copy tftp startup-config
Address or name of remote host []? 192.168.1.107
Source filename []? sw3550startupBack
Destination filename [startup-config]?
Accessing tftp://192.168.1.107/sw3550startupBack...
Loading sw3550startupBack from 192.168.1.107 (via Vlan1): !
[OK - 2356 bytes]
[OK]
2356 bytes copied in 9.196 secs (256 bytes/sec)
⑸erase命令删除配置文件,慎用该命令!
SW3550#erase startup-config
Erasing the nvram filesystem will remove all configuration files! Continue? [con
firm]y[OK]
Erase of nvram: complete
SW3550#
02:01:36: %SYS-7-NV_BLOCK_INIT: Initalized the geometry of nvram
删除了startup-config文件后,查看NVRAM(非易失内存),可以看到startup-config文件大小为0byte。
Directory of nvram:/
382 -rw- 0 <no date> startup-config
383 ---- 0 <no date> private-config
393216 bytes total (393164 bytes free)
恢复完配置文件后,再查看NVRAM:
Directory of nvram:/
380 -rw- 2356 <no date> startup-config
381 ---- 0 <no date> private-config
393216 bytes total (390808 bytes free)
本文只是简单地介绍了dir、cd、copy、erase等命令的使用,可以完成一些重要的管理工具。
⑴pwd命令,显示当前路径。
SW3550#pwd
flash:
SW3550#pwd
flash:/c3550-ipservices-mz.122-25.SEE/
⑵cd命令,切换目录命令
SW3550#cd c3550-ipservices-mz.122-25.SEE
⑶dir,显示当前路径下的文件
SW3550#dir
Directory of flash:/
2 -rwx 616 Mar 1 1993 01:25:31 +00:00 vlan.dat
4 drwx 128 Mar 1 1993 01:17:39 +00:00 c3550-ipservices-mz.122-25.SEE
3 -rwx 3977 Mar 1 1993 02:20:42 +00:00 config.old
371 -rwx 2356 Mar 1 1993 03:08:11 +00:00 config.text
15998976 bytes total (8002560 bytes free)
SW3550#
show flash命令也可以显示flash闪存中存储的文件:
SW3550#show flash
Directory of flash:/
2 -rwx 616 Mar 1 1993 01:25:31 +00:00 vlan.dat
4 drwx 128 Mar 1 1993 01:17:39 +00:00 c3550-ipservices-mz.122-25.SEE
3 -rwx 3977 Mar 1 1993 02:20:42 +00:00 config.old
371 -rwx 2356 Mar 1 1993 03:08:11 +00:00 config.text
15998976 bytes total (8002560 bytes free)
SW3550#
dir all用来显示当前路径下所有的文件
SW3550#dir all
Directory of flash:/
2 -rwx 616 Mar 1 1993 01:25:31 +00:00 vlan.dat
4 drwx 128 Mar 1 1993 01:17:39 +00:00 c3550-ipservices-mz.122-25
.SEE
3 -rwx 3977 Mar 1 1993 02:20:42 +00:00 config.old
371 -rwx 2356 Mar 1 1993 03:08:11 +00:00 config.text
15998976 bytes total (8002560 bytes free)
Directory of zflash:/
2 -rwx 616 Mar 1 1993 01:25:31 +00:00 vlan.dat
4 drwx 128 Mar 1 1993 01:17:39 +00:00 c3550-ipservices-mz.122-25
.SEE
3 -rwx 3977 Mar 1 1993 02:20:42 +00:00 config.old
371 -rwx 2356 Mar 1 1993 03:08:11 +00:00 config.text
15998976 bytes total (8002560 bytes free)
Directory of system:/
3 dr-x 0 <no date> memory
1 -rw- 2376 <no date> running-config
2 dr-x 0 <no date> vfiles
No space information available
Directory of nvram:/
380 -rw- 2356 <no date> startup-config
381 ---- 0 <no date> private-config
393216 bytes total (390808 bytes free)
Cisco 3550的IOS文件扩展名是.bin,全名是:c3550-ipservices-mz.122-25.SEE.bin,存储在flash下的c3550-ipservices-mz.122-25.SEE目录下。
SW3550#cd c3550-ipservices-mz.122-25.SEE
SW3550#dir
Directory of flash:/c3550-ipservices-mz.122-25.SEE/
5 -rwx 6410981 Mar 1 1993 01:17:39 +00:00 c3550-ipservices-mz.122-25
.SEE.bin
6 drwx 4160 Mar 1 1993 01:17:59 +00:00 html
15998976 bytes total (8002560 bytes free)
⑷copy命令备份IOS及配置文件
首先使用Cisco TFTP server架设一台TFTP服务器:
图一 Cisco TFTP Server
使用copty flash tftp命令把flash存储器内的IOS文件备份到TFTP Server上。
SW3550#copy flash tftp
Source filename [/c3550-ipservices-mz.122-25.SEE/c3550-ipservices-mz.122-25]? c3
550-ipservices-mz.122-25.SEE.bin //输入IOS的路径及文件
Address or name of remote host []? 192.168.1.107 //输入TFTP Server的IP地址
Destination filename [c3550-ipservices-mz.122-25.SEE.bin]? //输入备份的目的址,也可以使用默认的名称。
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6410981 bytes copied in 53.516 secs (119796 bytes/sec)
使用copy startup-config tftp命令把配置文件备份到TFTP Server上。
SW3550#copy startup-config tftp
Address or name of remote host []? 192.168.1.107
Destination filename [sw3550-confg]? sw3550startupBack
!!
2356 bytes copied in 0.044 secs (53545 bytes/sec)
SW3550#
使用copty tftp startup-config把TFTP上存储的配置文件备文件恢复到交换机上:
SW3550#copy tftp startup-config
Address or name of remote host []? 192.168.1.107
Source filename []? sw3550startupBack
Destination filename [startup-config]?
Accessing tftp://192.168.1.107/sw3550startupBack...
Loading sw3550startupBack from 192.168.1.107 (via Vlan1): !
[OK - 2356 bytes]
[OK]
2356 bytes copied in 9.196 secs (256 bytes/sec)
⑸erase命令删除配置文件,慎用该命令!
SW3550#erase startup-config
Erasing the nvram filesystem will remove all configuration files! Continue? [con
firm]y[OK]
Erase of nvram: complete
SW3550#
02:01:36: %SYS-7-NV_BLOCK_INIT: Initalized the geometry of nvram
删除了startup-config文件后,查看NVRAM(非易失内存),可以看到startup-config文件大小为0byte。
Directory of nvram:/
382 -rw- 0 <no date> startup-config
383 ---- 0 <no date> private-config
393216 bytes total (393164 bytes free)
恢复完配置文件后,再查看NVRAM:
Directory of nvram:/
380 -rw- 2356 <no date> startup-config
381 ---- 0 <no date> private-config
393216 bytes total (390808 bytes free)
本文只是简单地介绍了dir、cd、copy、erase等命令的使用,可以完成一些重要的管理工具。
发表评论
-
jQuery选择器总结
2013-06-06 22:34 764jQuery 的选择器可谓之强大无比,这里简单地总结一下常 ... -
jxl导出excel数据工具类
2013-06-06 10:42 1509package com.yihaodian.tms.fra ... -
最近的主题
2013-05-06 09:09 686oracle 3种连接查询方式 nl smt hash joi ... -
浅谈HTTP中Get与Post的区别
2013-03-04 15:37 0Http定义了与服务器交互的不同方法,最基本的方法有4种,分别 ... -
eclipse中开启断言
2013-03-04 15:16 800eclipse中开启断言 选择菜单:Run ---> ... -
一个软件渐进非常好的例子
2013-02-19 14:27 705来自http://www.heguangming.co ... -
struts2 c:if 标签
2011-12-22 14:13 1005<s:set name="x" ... -
struts2 <s:iterator> status属性
2011-12-12 09:59 1829iterator标签主要是用于 ... -
报表导出解决方案,包括延时导出和即时导出
2011-11-04 12:02 1274/** * 根据sql,csv标题,csv内容,csv名 ... -
Quartz的cron表达式
2011-11-01 10:43 857Quartz的cron表达式 按顺 ... -
tomcat中通过JNDI数据源配置使用
2011-08-29 22:15 1146一、数据源简介: ****** ... -
程序员sql优化
2010-12-08 11:10 908程序员sql优化 -
linux 设置网卡ip以及其他
2010-12-08 10:57 923觉得有两个方法: 1 redhat linux则可以在 ... -
关于去掉linux打开文件数限制的办法
2010-10-11 14:05 13711、/etc/pam.d/login 添加 sessio ... -
Linux limits.conf 配置
2010-10-11 12:57 1398linux limits.conf 配置 ... -
关于/etc/host,主机名和IP配置文件
2010-10-07 19:49 1926、关于/etc/host,主机名和IP配置文件 Hosts ... -
在linux中删除大量文件
2010-10-01 08:53 1196在linux中删除大量文件时,直接用rm会出现:-bash: ... -
tar命令
2010-09-30 14:29 972# tar -cf all.tar *.jpg 这条命令是 ... -
linux chmod命令详解
2010-09-17 14:27 929指令名称 : chmod 使用权限 : ... -
win7 安装 oracle
2010-09-09 14:05 1691oracle 至今没有推出针对win7的版本, 不过你可以从o ...
相关推荐
首先需要在 UNIX 主机端设置 rcmd 远程命令,接着在路由器端使用命令 `copy running-config rcp` 将配置文件备份到 UNIX 主机上。 使用 TFTP 可以使用 TFTP 服务器备份路由器配置文件。首先需要在 UNIX 主机端设置...
思科路由器配置文件备份与恢复 思科路由器配置文件是网络管理员日常工作中非常重要的一部分。由于路由器配置信息的丢失可能会导致网络中断,影响网络的稳定性和安全性。因此,备份和恢复思科路由器配置文件变得非常...
该脚本适用于Cisco、Huawei、H3C 网络设备使用 echo Cisco使用tftp方式将配置文件上传到服务器 echo Huawei、H3C使用窗口记录方式获取配置信息
### Cisco配置文件自动备份脚本知识点详解 #### 一、脚本概述 本文介绍了一个用于自动备份Cisco设备配置文件的批处理脚本。通过简单的编辑并执行该脚本,可以轻松实现Cisco网络设备配置文件的备份,从而节省了在...
Cisco ASA 5510配置备份与还原
Cisco+ASA+配置文件+IOS+备份与恢复
本人测试了SecureCRT脚本批量执行备份cisco交换机或者路由器配置文件的功能。 测试通过(成功批量备份200台交换机,时间小于10分钟)。 此脚本可以根据你的需要修改,改成其他功能。 使用SecureCRT对所有交换机...
4. **文件格式**:备份的配置文件以txt格式保存,易于查看和编辑,同时也方便与其他工具集成。 三、使用流程 1. **配置IP列表**:在`ip.txt`文件中,列出所有需要备份的设备IP地址,每行一个。 2. **运行工具**:...
使用脚本实现cisco路由器配置文件自动备份,很不错的脚本,使用Linux Perl语言写的。
这个工具的主要功能是自动从华为、华三(H3C)和思科的网络设备上获取配置信息,并将这些配置数据保存为TXT文本文件,方便管理和存档。 描述中提到,该工具具备对华为、华三和思科这三家知名网络设备制造商的支持,...
在Cisco设备上,备份运行配置主要通过`show running-config`命令查看当前运行的配置,然后使用`copy running-config tftp:`命令将配置文件复制到远程TFTP服务器上。具体步骤如下: 1. **查看当前配置**:首先,登录...
思科设备配置自动备份脚本功能:本脚本示范:从一个文件里面自动读取设备IP地址,密码等,自动将设备配置备份,打开保存设备管理地址以及密码的文件,读出每行参数、如IP地址和密码,Telnet到这个设备上,输入telnet...
- **定期备份配置文件:**定期备份配置文件,并存储在安全的位置,以便在故障发生时快速恢复。 - **文档化配置变更:**记录每一次重要的配置更改及其原因,有助于问题追踪和故障排除。 ### 五、结语 思科2960...
TFTP(Trivial File Transfer Protocol)是一种简单的文件传输协议,广泛应用于网络设备的配置文件备份和恢复。备份交换机的配置文件是网络管理员的重要任务之一,本文将介绍如何使用 TFTP 备份交换机的配置文件。 ...
本文主要讨论了如何备份和恢复路由器配置文件,重点在于理解配置文件的作用、类型以及如何使用TFTP服务器进行管理。 首先,配置文件是Cisco网络设备的核心,类似于操作系统的注册表,对设备的正常运行至关重要。...
实际工作中,可能会遇到要对多个路由器进行相同配置,或者对路由器的配置内容进行异地备份,于是本文就配置文件的复制方法做简要介绍。 路由器名称为Cisco2509,首先介绍几个要用的技术名词:RAM 随机存储器,断电...
在描述中提到了配置文件,这通常是一个包含所有设备信息的文本文件,例如JSON或CSV格式,包含每一台交换机的IP、用户名、密码等信息。脚本读取这些信息,逐个设备进行备份。为了保证数据的安全性,密码通常需要加密...
路由器配置的备份与恢复是网络设备的关键步骤,因为路由器的配置文件和核心操作系统(如Cisco的IOS或华为的VRP)可能会因各种原因而受损或丢失,导致路由器无法正常工作。因此,备份和恢复路由器配置是非常重要的。 ...