Cisco 7600路由器使用关键内容
show bootvar
EHSA standby 模式提供以下特性:
自动启动,且在active和冗余超级引擎之间bootvar同步。
在超级引擎的active和冗余状态检测和决定硬件信号。
每60秒从active往冗余超级引擎进行时钟同步。
一个冗余超级引擎是启动的,但是不是所有子系统都up,如果active的超级引擎挂了,冗余超级引擎变成全可操作。
一个可操作的 超级引擎表现为取代失效单元变为冗余超级引擎。
配置和现实RPR+ :
- Router> enable
- Router# configure terminal
- Enter configuration commands, one per line. End with CNTL/Z.
- Router(config)# redundancy
- Router(config-red)# mode rpr-plus
- Router(config-red)# ^Z
- Router# show redundancy states
重新启动默认的自动同步:
- Router(config)# redundancy
- Router(config-red)# main-cpu
- Router(config-r-mc)# auto-sync standard
- Router(config-r-mc)# auto-sync bootvar
- Router(config-r-mc)# end
- Router# copy running-config startup-config
关闭自动同步,只打开配置active超级引擎寄存器的自动同步
- Router(config)# redundancy
- Router(config-red)# main-cpu
- Router(config-r-mc)# no auto-sync standard
- Router(config-r-mc)# auto-sync config-register
- Router(config-r-mc)# end
- Router# copy running-config startup-config
显示冗余状态:
- Router# show redundancy states
- This example 如何perform FSU:
- Router# config terminal
- Router(config)# config-register 0x2
- Router(config)# boot system flash slot0: c6sup22-jsv-mz.121-11.E
- Router# copy running-config start-config
- Router# hw-module reset
- Router# redundancy force-switchover
- Router#
查看硬件信息
- Router# show hardware
- 7600能用interface range命令,(y!e!a!h!)
- Router(config-if)# interface range fastethernet 5/1 - 5, gigabitethernet 1/1 - 2
- Router(config-if)# no shutdown
- Router(config-if)#
- *Oct 6 08:29:28: %LINK-3-UPDOWN: Interface FastEthernet5/1, changed state to up
- *Oct 6 08:29:28: %LINK-3-UPDOWN: Interface FastEthernet5/2, changed state to up
- *Oct 6 08:29:28: %LINK-3-UPDOWN: Interface FastEthernet5/3, changed state to up
- *Oct 6 08:29:28: %LINK-3-UPDOWN: Interface FastEthernet5/4, changed state to up
- *Oct 6 08:29:28: %LINK-3-UPDOWN: Interface FastEthernet5/5, changed state to up
- *Oct 6 08:29:28: %LINK-3-UPDOWN: Interface GigabitEthernet1/1, changed state to up
- *Oct 6 08:29:28: %LINK-3-UPDOWN: Interface GigabitEthernet1/2, changed state to up
- *Oct 6 08:29:29: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet5/
- 5, changed state to up
- *Oct 6 08:29:29: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet5/
- 3, changed state to up
- *Oct 6 08:29:29: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet5/
- 4, changed state to up
- Router(config-if)#
Cisco 7600路由器的配置过程就为大家介绍完了,希望大家已经掌握。
【编辑推荐】