• 网络学院
  • IT资讯
  • 操作系统
  • 网络技术
  • 软件应用
  • 办公软件
  • 编程技术
  • 网站架设
  • 数据库类
  • 平面设计
  • 多媒体类
  • 游戏资讯
  • 教学论文
  • 认证考试
CCIE实验室考试指南(6)
  站点:
  • 首 页
  • 最新软件
  • 文章教程
  • 国内软件
  • 国外软件
  • 绿色软件
  • 源码下载
  • 字体下载
CCIE实验室考试指南(6)
软件发布 CCIE实验室考试指南(6)
网络软件 系统工具 应用软件 联络聊天 图形图像 多媒体类 行业软件 游戏娱乐 编程开发 安全相关 教育教学 数码软件 绿软下载
热门软件: QQ 瑞星 pplive e话通 木马克星 千千静听 office2000 五笔字根 Photoshop 视频分割
返回文章教程首页 >> 认证考试 >> 思科认证 >> Cisco指导 >> CCIE实验室考试指南(6)

CCIE实验室考试指南(6)

添加时间: 2008-1-4 4:14:53  作者: Cisco教程指导  阅读次数:21   来源: http://www.d9soft.com

       

    lab 06 -
  password recovery trouble shooting
  let us assume that you have a router and you don’t know the enable
  secret password.
  first and foremost you must have physical access to the router to
  perform password recovery. bit 6 defines if the configuration file will
  be loaded from nvram. since there is a password in the configuration
  file that we do not know, we will want to set bit 6 to 1.
  if bit 6 is 0 then the router will load the configuration file from
  nvram. if bit 6 is 1 then the router will not load the configuration file
  from nvram.
  configuration register represented in decimal

  此主题相关图片如下:

 


  the following are the steps to recover from a lost password.
  1. turn the router off, turn the router on, and within 60 seconds
issue the break sequence of your terminal emulation package. if
  you are using hyperterminal that would be .
  2. you will now be in rom monitor mode indicated by the >
  prompt. our goal here is to turn bit 6 on, so if the configuration
  register is set to 0x2102, we want to change the register to
  0x2142. to determine the current configuration register setting
  use the following command:
  >e/s 2000002
  to change the register:
  >o/r 0x2142
  to re-initialize the router
  >i
  3. after the router prompt appears get into the privileged mode
  and copy the backup configuration file to ram.
  4. get into the configuration mode and key in your new password
  5. change the configuration register back to original setting
  6. perform a no-shut on all interfaces
  7. copy the running configuration to nvram
  all of the steps are in bold
  system bootstrap, version 5.2(8a),
  release software
  copyright (c) 1986-1995 by cisco systems
  2500 processor with 16384 kbytes
  of main memory
  abort at 0x10ea87c (pc) break sequence
  issued here
  >e/s2000002
  2000002: 2102 use q to quit the examine mode
  >o/r0x2142
  >i
  system bootstrap, version 5.2(8a),
  release software
  copyright (c) 1986-1995 by cisco systems
  2500 processor with 16384 kbytes
  of main memory
  f3: 7564496+94188+304272 at 0x3000060
  
  --- system configuration dialog --->
  at any point you may enter a question mark "?"
  for help.
  use ctrl-c to abort configuration
  dialog at any prompt.
  default settings are in square brackets "[ ]."
  would you like to enter the initial
  configuration dialog? [yes]: n
  press return to get started!
  %link-3-updown: interface ethernet0,
  changed state to up
  %link-3-updown: interface ethernet1,
  changed state to up
  %link-3-updown: interface serial0,
  changed state to down
  %link-3-updown: interface serial1,
  changed state to down
  %lance-5-coll: unit 0, excessive


  collisions. tdr=6
  %lineproto-5-updown: line protocol on
  interface ethernet0,
  changed state to down
  %lineproto-5-updown: line protocol on
  interface ethernet1,
  changed state to down
  %lineproto-5-updown: line protocol on
  interface serial0,
  changed state to down
  %lineproto-5-updown: line protocol on
  interface serial1,
  changed state to down
  %sys-5-restart: system restarted --
   cisco internetwork operating system software
  ios (tm) 2500 software (c2500-j-l),
  version 11.2(3),
  release software (fc2)
  copyright (c) 1986-1996 by cisco systems, inc.
  compiled mon 30-dec-96 21:28 by ajchopra
  %link-5-changed: interface ethernet0,
  changed state to administratively down
  %link-5-changed: interface ethernet1,
  changed state to administratively down
  %link-5-changed: interface serial0,
  changed state to administratively down
  %link-5-changed: interface serial1,
  changed state to administratively down
  router>en
  router#copy start run
  atlanta#
  atlanta#config t
  enter configuration commands, one per line.
  end with cntl/z.
  atlanta(config)#enable secret password
  atlanta(config)#config-reg 0x2102
  atlanta(config)#int e0
  atlanta(config-if)#no shut
  atlanta(config)#int e1
  atlanta(config-if)#no shut
  atlanta(config-if)#int s0
  atlanta(config-if)#no shut
  atlanta(config)#int s1
  atlanta(config-if)#no shut
  atlanta(config-if)#
  atlanta#
  %sys-5-config_i: configured from console
  by console
  atlanta#copy run start
  building configuration...
  [ok]
  atlanta#
  solution:
  first and foremost you must have physical access to the router to
  perform password recovery. bit 6 defines if the configuration file will
  be loaded from nvram. since there is a password in the configuration
  file that we do not know, we will want to set bit 6 to 1.
  if bit 6 is 0 then the router will load the configuration file from
  nvram. if bit 6 is 1 then the router will not load the configuration file
  from nvram.
  configuration register represented in decimal

    此主题相关图片如下:


 

  the following are the steps to recover from a lost password.
  1. turn the router off, turn the router on, and within 60 seconds
  issue the break sequence of your terminal emulation package. if
  you are using hyperterminal that would be .
  2. you will now be in rom monitor mode indicated by the >
  prompt. our goal here is to turn bit 6 on, so if the configuration
  register is set to 0x2102, we want to change the register to
  0x2142. to determine the current configuration register setting
  use the following command:
  >e/s 2000002
  to change the register:
  >o/r 0x2142
  to re-initialize the router
  >i
  3. after the router prompt appears get into the privileged mode
  and copy the backup configuration file to ram.
  4. get into the configuration mode and key in your new password
  5. change the configuration register back to original setting
  6. perform a no-shut on all interfaces
  7. copy the running configuration to nvram
  all of the steps are in bold
  system bootstrap, version 5.2(8a),
  release software
  copyright (c) 1986-1995 by cisco systems
  2500 processor with 16384 kbytes
  of main memory
  abort at 0x10ea87c (pc) break sequence
  issued here
  >e/s2000002
  2000002: 2102 use q to quit the examine mode
  >o/r0x2142
  >i
  system bootstrap, version 5.2(8a),
  release software
  copyright (c) 1986-1995 by cisco systems
  2500 processor with 16384 kbytes
  of main memory
  f3: 7564496+94188+304272 at 0x3000060

--- system configuration dialog ---
  at any point you may enter a question mark "?"
  for help.
  use ctrl-c to abort configuration
  dialog at any prompt.
  default settings are in square brackets "[ ]."
  would you like to enter the initial
  configuration dialog? [yes]: n
  press return to get started!
  %link-3-updown: interface ethernet0,
  changed state to up
  %link-3-updown: interface ethernet1,
  changed state to up
  %link-3-updown: interface serial0,
  changed state to down
  %link-3-updown: interface serial1,
  changed state to down
  %lance-5-coll: unit 0, excessive
  collisions. tdr=6
  %lineproto-5-updown: line protocol on
  interface ethernet0,
  changed state to down
  %lineproto-5-updown: line protocol on
  interface ethernet1,
  changed state to down
  %lineproto-5-updown: line protocol on
  interface serial0,
  changed state to down
  %lineproto-5-updown: line protocol on
  interface serial1,
  changed state to down
  %sys-5-restart: system restarted --
   cisco internetwork operating system software
  ios (tm) 2500 software (c2500-j-l),
  version 11.2(3),
  release software (fc2)
  copyright (c) 1986-1996 by cisco systems, inc.
  compiled mon 30-dec-96 21:28 by ajchopra
  %link-5-changed: interface ethernet0,
  changed state to administratively down
  %link-5-changed: interface ethernet1,
  changed state to administratively down
  %link-5-changed: interface serial0,
  changed state to administratively down
  %link-5-changed: interface serial1,
  changed state to administratively down
  router>en
  router#copy start run
  atlanta#
  atlanta#config t
  enter configuration commands, one per line.
  end with cntl/z.
  atlanta(config)#enable secret password
  atlanta(config)#config-reg 0x2102
  atlanta(config)#int e0
  atlanta(config-if)#no shut
  atlanta(config)#int e1
  atlanta(config-if)#no shut
  atlanta(config-if)#int s0
  atlanta(config-if)#no shut
  atlanta(config)#int s1
  atlanta(config-if)#no shut
  atlanta(config-if)#
  atlanta#
  %sys-5-config_i: configured from console
  by console
  atlanta#copy run start
  building configuration...
  [ok]
  atlanta#

 

上下文章:

 

上一篇文章: CCIE实验室考试指南(8) 下一篇文章: CCIE实验室考试指南(7)

相关文章:

  • Windows 7开发指南更新至1.2版本
  • 09年全国计算机等级考试更新7门教材
  • 卡巴斯基实验室发布手机版产品
  • 无纸化考试流程轻松实现
  • 开目尧创CAD产品拼图打印指南

相关软件:

  • 仿真物理实验室 V5.0 运动及动力学
  • 天柏在线考试系统 V7.0 通用版
  • 苹果指南针图标资源
  • 出国留学考试旅游英语免费用 V1.0
  • 公安基础知识考试宝典 3.0
  • 金华科仿真物理实验室 5.08+

 

快速导航

  • 网络学院
  • 精品汇聚
  • 字体下载
  • 教程下载
  • ASP源码
  • PHP源码
  • Net源码
  • JSP 源码

思科认证分类导航

  • Cisco动态
  • Cisco指导
  • Cisco介绍
  • Cisco试题

本类经典文章推荐

  • CISCO认证增长60%新认证推陈出新
  • 加快千兆网络普及以太网技术动向
  • WinGate与Internet连接共享
  • WinGate3.0安装指导
  • 远程传输的两种技术优劣各异
  • Cisco认证指导:基础中文命令集
  • IOS软件结构读书笔记
  • 路由器基础配置及传输协议
  • 网络安全:IPv6安全威胁
  • 路由技术:路由器远程管理实例

Cisco指导阅读排行

  • Cisco路由器访问控制列表详解
  • EPON与GPON的综合比较
  • 我的CISCO认证学习笔记总结
  • CCNA考试主要知识点指导
  • Cisco指导:IOS命令大全(一)
  • 使用IPSec阻止特定网络协议和端口
  • Cisco路由器上配置pppoe拨号
  • VPN实例配置方案:IPSec配置
  • CCNA认证介绍(思科认证网络工程师...
  • GSM数字移动通信无线网络规划设计...

思科认证阅读总排行

  • Cisco路由器访问控制列表详解
  • EPON与GPON的综合比较
  • CCNA简介
  • 我的CISCO认证学习笔记总结
  • 思科考试认证(CISCO) CCNA考试就...
  • Cisco经验介绍:CCNP培训日记(2)
  • CCNA考试主要知识点指导
  • Cisco指导:IOS命令大全(一)
  • Cisco经验介绍:ping命令之解惑
  • 使用IPSec阻止特定网络协议和端口

广告位置

字母检索 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 回到顶部

关于我们 | 版权声明 | 免责条款 | 广告联系 | 软件发布 | 下载帮助 | 下载排行 | 网站地图 | 特别鸣谢 | 友情连接

copyright; 2005-2008 D9soft.com 第九软件网 版权所有