whycx2013 发表于 2013-12-29 11:08:16

路由器启动过程小议

导言:
  最近在做CCNA的题库时,遇到一个考查Cisco router启动过程的题目。如下
  A Cisco routeris booting and has just completed the POST process. It is now ready to find andload an IOS image. What function does the router perform next?
  A.Itchecks the configuration register.
  B.Itattempts to boot from a TFTP server.
  C.Itload the first image file in flash memory.
  D.Itinspects the configuration file in NVRAM for boot instructions.
  Answer: A.
  这个题目我选择了错误的选项,所以直接在网上查找与Cisco router启动顺序相关的资料,但是基本上都没有内容涉及到configurationregister。
  虽然最终找到了关于configurationregister的资料,但是大多数文章中对这个细节的缺失也促使我重新翻出了CCNA的课本来查找Cisco官方的解释。
  再次声明,网上查找到的关于路由器启动过程的资料都是没有问题的,只是没有涉及到所有步骤的细节,所以今天在本文中把尽量多的细节都融入每一个步骤中,以期能够帮助后来的盆友们。
  路由器启动过程:
  1.执行加电自检
  加电自检,POST,Power On Self Test.
  该过程发生在刚刚打开电源时。
  在此过程中,CPU、RAM、闪存都是必须被检测的项目。
  2.加载引导(bootstrap)程序
  CPU控制着数据从永久的
页: [1]
查看完整版本: 路由器启动过程小议