使用tftp服务器对cisco 3560 配置备份及恢复 Switch#copy running-config tftp:Address or name of remote host []? 192.168.166.236Destination filename [Switch-confg]? 要确保交换机和tftp server之间可以连通就行.恢复的话使用类似命令 Switch#copy tftp: running-configAddress or name of remote host
一种方法是用ASDM,在菜单样哪项里有一个backup,保存为一个压缩文件rar,恢复也是用ASDM.另一种是用TFTP SERVER 来做,电脑用网线接上ASA,还要把cisco TFTP SERVER软件打开输入:write net 192.169.1.2:asa这是备份 192.169.1.2是你的PC机的IP地址:asa是你要保存的文件名恢复的话用: config net 192.169.1.2:/asaasa就是你之前保存的文件啦.这个文件在cisco TFTP SERVER设置的路径
1.开机启动交换机显示Press Ctrl-B to enter Extended Boot menu...0 字样迅速按Ctrl-B进入如下字符介面提示: Press Ctrl-B to enter Extended Boot menu...0 BootRom password: Not required. Please press Enter to continue. Password recovery capability is enabled. BOOT MENU 1. Downloa
1.查看信息 show version 查看版本及引导信息 show running-config 查看运行设置 show startup-config 查看开机设置 show interface g0/1 显示端口信息 show ip router 显示路由信息 show clock 查看系统时钟 show log 查看日志 show interface counters 查看接口流量 show interface des
第一种(使用ftp下载配置文件): #!/bin/bash datetime=`date +%Y%m%d` BAKTIME=`date +%Y%m%d%H%M%S` user="admin" password="admin" back="dis cu" BAK_DIR=/back/H3C_back for i in $(cat ip_file) do mkdir -p $BAK_DIR/$datetime/$i-$BAKTIME cd $BAK_