首页 > 认证考试 > Cisco认证 > 正文
CISCO命令集——IOS映象
[日期:2005-2-17 0:00:00] [字体: ]
     *定位Cisco IOS软件
    (用boot system命令)

    1、先从此启动

Router# configure terminal
Router(config)# boot system flash
Router(config)# boot system tftp tftp_address
Router(config)# boot system rom
Router(config)# end
Router# copy running-config startup-config

    2、NVROM中没有boot system命令语句时,从flash中取得缺省的Cisco IOS软件。

    3、Flash为空时,从TFTP服务器获获得缺省的Cisco IOS软件

    *配置寄存器的值

Router# configure terminal
Router(config)# config-register <0x102~0x10F>
config-register的值:
值          描述
0x100       使用ROM monitor 模式(用b命令手启动)
0x101       自动从ROM中启动(中路由器没有Flash时的缺省情况)
0x102~0x10F 执行NVRAM中的boot system命令(有Flash时,0x102缺省值)

    *show version命令

Router> show version
Router# show version

(用于查看启动映象文件的位置及名称、配置寄存器的值)

    *为使用TFTP作备

Router# ping
Router# show flash

    *IOS命名规则

示例       硬件平台                 特性       运行的位置及压缩状态
Cpa25-cg-l CiscoPro 2500 (cpa 2500) 通信服务器/远程接收服务器和ISDN(cg) 可重新定位,未压缩(l)
Igs-inr-l  Cisco ICG ,2500和3xxx(igs) IP子集,Novell IPX和IBM(IBM base option)(inr) 可重新定位,未压缩(l)
C4500-aj-m Cisco 4500和4700 (c4500) APPN和用于低端/中等规模的企业子集(aj) RAM,未压缩(m)
Gs7-k-mz   Cisco 7000和7010 (gs7) 用于高端的企业特性(k) RAM,未压缩(mz)

    *创建备份软件映象

Router# ping
Router# show flash
Router# copy flash tftp

    *copy tftp flash命令

Router# ping
Router# copy tfpt flash
上一篇:CISCO命令集——IP寻址 下一篇:CISCO命令集——路由器配置
打印 】 【 关闭 】 【 阅读: 次 】
    相关文章
·各种CISCO认证的简单介绍 (2005年2月17日 2243)
·解析热门CISCO认证 (2005年2月17日 2272)
·Cisco认证网络工程师问答 (2005年2月17日 2656)
·Cisco认证注册方法(2004版) (2004年8月12日 5790)