CISCO2522/3810路由器在工商银行大机延伸网络中得到广泛应用。但该路由器的配置较为复杂,对一些基层行的技术人员难以理解。通常的做法是由上级行或厂商一次安装配置好。作者在此介绍一种CISCO路由器配置备份和恢复的简单方法,供基层行的技术人员参考。 连接一台UNIX主机(如SCO UNIX OPEN SERVER 30)于网上,如下图示意:
1 UNIX主机端的设置 ·在/etc/hosts文件中增加一行: RINYNBS01com ·任意建一用户test,在此用户目录下建一文件.rhosts,其中写入一行: RINYNBS01.com RINYNBS01 2配置备份 RINYNBS01>en RINYNBS01#config term RINYNBS01(config)#if rcmd remote-username test #Ctrl-z RINYNBS01#copy running-config rcp Remote host[]?16128177251 Name of configuration file to write[rinynbs01-confg]? Write file rinynbs01-confg on host 16.128.177.251?[Confirm] Build configuration... Writing rinynbs01-confg!![OK] 至此,配置文件rinynbs01-confg即存放在UNIX主机上的/usr/test目录下。
二、 使用tFTP
1UNIX端的设置 ·在/etc/inetd.conf中放开或增加如下行: tftp dgram udp wait root /etc/tftpd tftpd-s/tftpboot ·建立目录/ftpboot,并在该目录下生成一空文件如bs01,其作为配置文件名称。使该目录及其下面的文件权限为公共可读(666) 2配置备份 RINYNBS01#copy running-config tftp Remote host []?16128177251 Name of configuration file to write [rinynbs01-confg]?bs01 Write file bs01 on host 16.128.177.251?[confirm] Building configuration... Writing bs01 !!! [OK] 于是,配置文件bs01已存放在/tftpboot中。 注:也可使用WINDOWS 95上的tftpd程序(如Castle Rock Computing TFTPD Version 122),直接将CISCO配置备份在WINDOWS95机器上。
三、 恢复配置
以rcp为例,tftp类似。 必须首先对路由器的HOSTNAME及Ethernet0口做必要的配置,使其能与UNIX主机建立通讯。 >en #config term (config)#hostname RINYNBS01 # interface ethernet0 # ip address 16.128.177.254.255.255.255.0 # ip rcmd remote-username test # no shutdown # exit RINYNBS01# ping 16.128.177.251 #copy rcp running-config Address or name of remote host[]?16.128.177.251 Source file name []?rinynbs01-confg Destnination file name [running-config]? Connected to 16.128.177.251 Loading 5128 byte file rinynbs01-confg:![OK] RINYNBS01#copy running-config starting-config