91av免费观看_日韩视频在线免费看_日本xxxx色视频在线观看免费_伊人222综合网图片_国产二区三区在线_91麻豆麻豆

中國專業(yè)IT外包服務(wù)

用心服務(wù)每一天
IT之道-艾銻知道

您當(dāng)前位置: 主頁 > IT服務(wù) > 網(wǎng)絡(luò)服務(wù) >

Cisco路由器交換機(jī)密碼恢復(fù) 其他網(wǎng)絡(luò)設(shè)備維護(hù)


2015-09-24 09:45 作者:admin 瀏覽量:

u=3096126243,354504990&fm=21&gp=0.jpg

  一、Cisco路由器的密碼恢復(fù)(北京it外包

  1. Router>enable

  Password:

  Password:

  Password:

  % Bad passwords

  Router>

  Router>show version

  Cisco IOS Software,3600 Software (C3640-JK9O3S-M), Version 12.4(16), RELEASE SOFTWARE (fc1)

  Technical Support:http://www.cisco.com/techsupport

  Copyright (c) 1986-2007by Cisco Systems, Inc.

  Compiled Wed 20-Jun-0711:43 by prod_rel_team

  ROM: ROMMON EmulationMicrocode

  ROM: 3600 Software(C3640-JK9O3S-M), Version 12.4(16), RELEASE SOFTWARE (fc1)

  Router uptime is 1minute

  System returned to ROMby unknown reload cause - suspect boot_data[BOOT_COUNT] 0x0, BOOT_COUNT 0,BOOTDATA 19

  System image file is"tftp://255.255.255.255/unknown"

  This product containscryptographic features and is subject to United

  States and localcountry laws governing import, export, transfer and

  use. Delivery of Ciscocryptographic products does not imply

  third-party authorityto import, export, distribute or use encryption.

  Importers, exporters,distributors and users are responsible for

  compliance with U.S.and local country laws. By using this product you

  agree to comply withapplicable laws and regulations. If you are unable

  to comply with U.S. andlocal laws, return this product immediately.

  A summary of U.S. lawsgoverning Cisco cryptographic products may be found at:

  http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

  If you require furtherassistance please contact us by sending email to

  export@cisco.com.

  Cisco 3640 (R4700)processor (revision 0xFF) with 94208K/4096K bytes of memory.

  Processor board ID00000000

  R4700 CPU at 100MHz,Implementation 33, Rev 1.2

  1 Ethernet interface

  4 Serial interfaces

  DRAM configuration is64 bits wide with parity enabled.

  125K bytes of NVRAM.

  8192K bytes ofprocessor board System flash (Read/Write)

  Configuration registeris 0x2142

  Router>

  2. 在路由重啟時,按下ctrl+break鍵,進(jìn)入rommon模式(電腦維護(hù)外包)

  System Bootstrap, Version 12.2(7r) [cmong 7r], RELEASE SOFTWARE (fc1)

  Copyright (c) 2002 by cisco Systems, Inc.

  C2600 platform with 131072 Kbytes of main memory

  PC = 0xfff0ac3c, Vector = 0x500, SP = 0x8000438c

  monitor: command "boot" aborted due to user interrupt

  rommon 1 >

  3. 在rommon模式下,修改寄存值為0x2142

  rommon 1 > confreg 0x2142

  4. 重啟路由器,使修改后的寄存值生效

  rommon 2 > reset

  5.進(jìn)入路由器的手工配置模式

  Would you like to enter the initial configuration dialog? [yes/no]: no

  Router>enable

  Router#

  6. 將NVRAM中的startup-config文件copy至running-config中

  Router#copy startup-config running-config

  Destination filename [running-config]?

  988 bytes copied in 2.600 secs (380 bytes/sec)

  Router#

  7. 進(jìn)入全局模式,修改用戶模式進(jìn)入特權(quán)模式的密碼

  Router#configure terminal

  Router (config)#enable password cisco

  Router#show ip interface brief

  Router(config)#interface Ethernet0/0

  Router(configif)#noshutdown

  8 .將寄存值還原成0x2102

  Router (config)#config-register 0x2102

  9.保存配置文件

  Router#copy running-config startup-config

  注:2500系列路由器的寄存值修改命令為 o/r 0x2142 ,重啟命令為 i 。

  二、Cisco交換機(jī)的密碼恢復(fù)

  1.重啟交換機(jī),按下交換機(jī)上的MODE鍵,進(jìn)入boot模式(10-15s)。

  The system has been interrupted prior toinitializing the

  flash filesystem.

  The following commands will initialize

  the flash filesystem, and finish loading theoperating

  system software:

  flash_init

  load_helper

  boot

  switch:

  2.鍵入 flash_init命令,初始化 flash

  switch: flash_init

  3.輸入 load_helper 命令,執(zhí)行 dir flash

  switch: load_helper

  switch: dir flash:

  Directory of flash:/

  2

  -rwx

  109

  info

  3

  -rwx

  3110758

  c2950-i6q4l2-mz.121-22.EA6.bin

  4

  drwx

  4160

  html

  373

  -rwx

  109

  info.ver

  374

  -rwx

  335466

  c2950-hdiag-mz.121-9.EA1

  376

  -rwx

  856

  vlan.dat

  377

  -rwx

  5

  private-config.text

  378

  -rwx

  309

  env_vars

  379

  -rwx

  1106

  config.text

  4.修改 flash 中的config.text文件

  switch: rename flash:config.text flash:config.old

  5.重啟交換機(jī)

  switch: boot

  進(jìn)入交換機(jī)的配置模式,進(jìn)入交換機(jī)的特權(quán)模式

  6.恢復(fù)原配置文件

  Switch#rename flash:config.old flash:config.text

  7.調(diào)用原配置文件,恢復(fù)原交換機(jī)配置(it外包)

  Switch#copy flash:config.text system:running-config

  8.進(jìn)入全局模式修改用戶模式進(jìn)入特權(quán)模式的密碼

  Switch#configure terminal

  Switch(config)#enable password cisco

  9.保存配置文件

  Switch#write memory

  注:2500系列路由器的寄存值修改命令為 o/r 0x2142 ,重啟命令為 i

  艾銻無限是中國領(lǐng)先IT外包服務(wù)商,專業(yè)為企業(yè)提供IT運維外包、電腦維護(hù)網(wǎng)絡(luò)維護(hù)、網(wǎng)絡(luò)布線、辦公設(shè)備維護(hù)、服務(wù)器維護(hù)數(shù)據(jù)備份恢復(fù)、門禁監(jiān)控、網(wǎng)站建設(shè)等多項IT服務(wù)外包,服務(wù)熱線:400-650-7820 聯(lián)系電話:010-62684652 咨詢QQ1548853602 地址:北京市海淀區(qū)北京科技會展2號樓16D,用心服務(wù)每一天,為企業(yè)的發(fā)展提升更高的效率,創(chuàng)造更大的價值。

  更多的IT外包信息盡在艾銻無限http://www.richjn.cn 


相關(guān)文章

IT外包服務(wù)
二維碼 關(guān)閉
主站蜘蛛池模板: 99国精产品一二三区 | 一级做a爰片久久毛片唾 | 午夜爽爽爽男女免费观看影院 | 久久产精品一区二区三区污欧美 | 国产成人亚洲精品无码MP4 | 中文无码精品一区二区三区 | 大又大又粗又硬又爽少妇毛片 | 97国产婷婷综合在线视频 | 亚洲综合AV永久无码精品一区二区 | 麻批好紧日起要舒服死了 | 亚洲制服丝袜欧美 | 国产美女高潮流白浆免费观看 | 我趁老师睡觉偷偷的脱她内裤 | 四虎精品国产永久在线观看 | 久久精品性一区区裸体艺术 | 亚洲精品一品区二品区三区 | 亚洲成在人线AV品善网好看 | 中国无码人妻丰满熟妇啪啪软件 | 国产69精品久久久久乱码韩国 | 国产三级在线观看播放 | 免费h网站在线观看的 | 亚洲国产一区二区波多野结衣 | 四虎国产精品免费久久 | 午夜无码伦费影视在线观看 | japanese酒醉侵犯 | 国产大屁股喷水视频在线观看 | 久久精品国产精品久久久 | 国产vr精品专区 | 无码三级香港经典三级在线视频 | 国产在线第一区二区三区 | 婷婷五月六月激情综合色中文字幕 | 玩弄漂亮少妇高潮大叫 | 加勒比东京热不卡一区二区ai | 手机真实国产乱子伦对白视频 | 国产国语对白露脸正在播放 | 高清dvd碟片生活片 免费99精品国产自在现线 | 这里只有精品在线观看 | 小荡货腿张开让我cao视频 | 大香伊蕉在人线国产手机看片 | 中国免费黄色 | 国产女人高潮叫床视频捆绑 |