路由器災難模式恢復ios的securecrt指令碼

2021-07-11 06:42:55 字數 1509 閱讀 1294

將路由器和計算機的console口以及乙太網口連好,執行securecrt軟體連線串列埠,設定好tftp server,計算機ip為192.168.1.1,在路由器正常》模式或者災難模式下,使用securecrt軟體執行下面的指令碼就ok。

#$language = "vbscript" 

#$inte***ce = "1.0"

sub main 

crt.screen.synchronous = true

on error resume next

crt.screen.send vbcr

if crt.screen.waitforstring("rommon",1)<>true then

crt.screen.send "en" & vbcr 

crt.screen.send "reload" & vbcr

if crt.screen.waitforstring("[yes/no]",1)=true then 

crt.screen.send "no" & vbcr

else

crt.screen.send vbcr

end if

end if

do while (crt.screen.waitforstring("rommon",2)<>true) 

crt.screen.sendkeys "^"

loop

crt.screen.send "ip_address=192.168.1.2" & vbcr  

crt.screen.waitforstring "rommon"  

crt.screen.send "ip_subnet_mask=255.255.255.0" & vbcr

crt.screen.waitforstring "rommon"  

crt.screen.send "default_gateway=192.168.1.254" & vbcr

crt.screen.waitforstring "rommon"  

crt.screen.send "tftp_server=192.168.1.1" & vbcr

crt.screen.waitforstring "rommon"  

crt.screen.send "tftp_file=c2600.bin" & vbcr

crt.screen.waitforstring "rommon"  

crt.screen.send "tftpdnld" & vbcr

crt.screen.waitforstring "y/n"  

crt.screen.send "y" & vbcr

do while (crt.screen.waitforstring("rommon",1)<>true) 

crt.screen.send vbcr 

loop

crt.screen.send "reset" & vbcr

crt.screen.synchronous = false 

end sub 

路由器口令恢復步驟及IOS公升級

1 中斷路由器啟動順序 將路由器帶入rom監控模式 第一次啟動時ctrl break 2 修改配置暫存器以開啟位6 0x2142 並過載路由器 confreg 0x2142 reset 3 進入特權模式複製startup config 為 running config copy startup co...

路由器密碼恢復

路由器密碼恢復1 重啟路由器 2 開機時迅速按下 ctrl break 進入監控模式 25系列 26或更高系列 rommon 3 修改路由器寄存值,以影響路由器啟動順序 0x 2102 正常啟動順序 0x 2142 在路由器啟動時忽略nvram中的配置檔案 命令 confreg 0x 2142 若2...

Cisco路由器IOS映像恢復及公升級方法

由於歷史原因,cisco公司的路由器產品豐富且繁雜,cisco路由器的專用作業系統ios映像也同時存在多個版本,以下就分別針對兩類載入不同版本的ios映像檔案的cisco路由器做討論。一 cisco 1000,1600,2500,4000系列 1 ios映像恢復的方法及步驟 2 ios映像公升級的方...