Cisco 7600路由器使用解析
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路由器的配置過程就為大家介紹完了,希望大家已經掌握。
【編輯推薦】