一、恢复出厂设置
在路由器特权模式下,输入以下命令:
Router# erase startup-contig !恢复出厂设置
Router# reload !重新加载现有已保存配置
二、修改特权密码
Router>enable !进入特权模式
Router#configure terminal !进入全局模式
R-A(config)#enable password 123456789 !设置密码的命令
设备断电,进入rom模式
Rommom1>confreg 0x2142
Rommom2>reset
进入系统,并登录到特权模式
Router#
Router#copy startup-config running-config
登录到全局模式,并重设密码
Router(config)#enable password cisco
退到特权模式,并保存配置文件
Router# write memory
Router# reload !重启系统
Rommon1>confreg 0x2102 !重新从NVRAM中加载配置文件
Rommon2>reset
三、备份配置文件
服务器(192.168.1.1) 路由器(192.168.1.1)
在路由器的特权模式下,输入以下命令:
Router# copy running-config tftp
address or name of remote host []? 192.168.1.1
destination filename [router-confg]?
四、升级路由器的操作系统
环境:服务器(192.168.1.1) 路由器(192.168.1.1)
在路由器的特权模式下,输入以下命令:
Router# copy tftp: flash: !copy 目标文件 保存到磁盘
Address or name of remote host []? 192.168.1.1 !下载源IP地址
Source filename []? c2600-advipservicesk9-mz.124-15.T1.bin !升级系统文件
Router#reload !重新加载现有已保存配置。