将配置文件从 TFTP 服务器复制到一个处于特权(启用)模式且具有基本配置的新路由器。 Router#copy tftp: running-configAddress or name of remote host []?10.104.207.171Source filename []?backup_cfg_for_my_routerDestination filename [running-config]? Accessing tftp://10.66.64.10/backup_cfg_for_my_rou...
9800(config-wlan)#no security wpa wpa2 9800(config-wlan)#no security wpa wpa2 ciphers aes 9800(config-wlan)#no security wpa akm dot1x 9800(config-wlan)#security web-auth 9800(config-wlan)#security web-auth authentication-list local-auth 9800(config-wlan)#security web...
pl #!/usr/bin/perl #2017.05.15 #by wilmosfang #used to save switch running-config use Expect; #connection info $username="admin"; #swith login name $password="admin123"; #switch login password $switchip="192.168.90.1"; #switch ip $serverip="192.168.90.3"; #tftp server ip #save ...
1: copy running-config startup-config实际上是“文件的完全替换”,效果是先从nvram中先把原配置文件startup-config删除,再用running-config替换成startup-config 2:copy startup-config running-config实际上是覆盖同位置配置语句和追加runing-config配置文件中没有的配置语句。 3:copy tftp running-config同“2”,...
1、下载ftp软件、TFTP软件 2、配置ftp软件(用户名、口令、配置文件的保存目录) 3、登录网络设备 4、进行备份操作 二、思科设备: SW-2960-2>en Password: SW-2960-2#copy running-config tftp://10.63.201.136 Address or name of remote host [10.63.201.136]?
If I save the config to a TFTP server on the inside it works fine. VeetsNet# copy running-config tftp: Source filename [running-config]? Address or name of remote host []? 172.17.69.201 - This is my worktstation which I have VPN'd in with Destination filename [running...
startup-config Copy to startup configurationsystem:Copy to system:file systemtftp:Copy to tftp:file systemvb:Copy to vb:file system Switch#copy running-config 然而也许是出于安全的考虑,思科设备 (这里指3750) 只允许进行认证之后,从设备里面将信息往外拷贝,而不提供直接从外部抽取数据的接口 (比如认证后...
do you wish to save this configuration? y/n [n]: y You must reset or power cycle for new configuration to take effect 如果当你在“ignore system config info”时选择了Y,系统已经将寄存器值修改为0x2142,无需下面那一步了。 rommon 1 >confreg 0x2142 ...
switch(config-if)# switchport mode e 安装与清除license switch# install license bootflash:license-file switch# clear license license-file switch# clear license all 下载配置文件 switch# copy <scheme>://<url> system:running-config switch# copy tftp://172.16.10.1/237.img bootflash: 237.img ...
在SCADA服务器上用“telnet”命令登录到交换机上,用之前备份配置文件恢复到新的交换机上,以下为具体步骤:10、打开服务器上的CMD窗口,输入:“telnet93”,(以京海站交换机为例),输入密码并进入到特权模式switch#11、在特权模式下输入:“copytftpstartup-config”在以下提示下输入粗体的文字:Addressornameofremotehost[...