CISCO命令集——IOS映象
发布时间:2006-10-14 8:11:33   收集提供:gaoqian
     *定位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
 
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50