Cisco 7600路由器使用解析
创始人
2024-07-25 08:21:56
0

Cisco 7600路由器使用关键内容

show bootvar

EHSA standby 模式提供以下特性:

 自动启动,且在active和冗余超级引擎之间bootvar同步。

 在超级引擎的active和冗余状态检测和决定硬件信号。

 每60秒从active往冗余超级引擎进行时钟同步。

 一个冗余超级引擎是启动的,但是不是所有子系统都up,如果active的超级引擎挂了,冗余超级引擎变成全可操作。

 一个可操作的 超级引擎表现为取代失效单元变为冗余超级引擎。

配置和现实RPR+ :

  1. Router> enable  
  2.  
  3. Router# configure terminal  
  4.  
  5. Enter configuration commands, one per line.  End with CNTL/Z.  
  6.  
  7. Router(config)# redundancy  
  8.  
  9. Router(config-red)# mode rpr-plus  
  10.  
  11. Router(config-red)# ^Z  
  12.  
  13. Router# show redundancy states 

 

重新启动默认的自动同步:

  1. Router(config)# redundancy  
  2.  
  3. Router(config-red)# main-cpu  
  4.  
  5. Router(config-r-mc)# auto-sync standard  
  6.  
  7. Router(config-r-mc)# auto-sync bootvar  
  8.  
  9. Router(config-r-mc)# end  
  10.  
  11. Router# copy running-config startup-config 

 

关闭自动同步,只打开配置active超级引擎寄存器的自动同步

  1. Router(config)# redundancy  
  2.  
  3. Router(config-red)# main-cpu  
  4.  
  5. Router(config-r-mc)# no auto-sync standard  
  6.  
  7. Router(config-r-mc)# auto-sync config-register  
  8.  
  9. Router(config-r-mc)# end  
  10.  
  11. Router# copy running-config startup-config 

 

显示冗余状态:

  1. Router# show redundancy states  
  2.  
  3. This example 如何perform FSU:  
  4.  
  5. Router# config terminal  
  6.  
  7. Router(config)# config-register 0x2  
  8.  
  9. Router(config)# boot system flash slot0: c6sup22-jsv-mz.121-11.E  
  10.  
  11. Router# copy running-config start-config  
  12.  
  13. Router# hw-module reset  
  14.  
  15. Router# redundancy force-switchover  
  16.  
  17. Router# 

 

查看硬件信息

  1. Router# show hardware  
  2.  
  3. 7600能用interface range命令,(y!e!a!h!)  
  4.  
  5. Router(config-if)# interface range fastethernet 5/1 - 5, gigabitethernet 1/1 - 2  
  6.  
  7. Router(config-if)# no shutdown  
  8.  
  9. Router(config-if)#  
  10.  
  11. *Oct  6 08:29:28: %LINK-3-UPDOWN: Interface FastEthernet5/1, changed state to up  
  12.  
  13. *Oct  6 08:29:28: %LINK-3-UPDOWN: Interface FastEthernet5/2, changed state to up  
  14.  
  15. *Oct  6 08:29:28: %LINK-3-UPDOWN: Interface FastEthernet5/3, changed state to up  
  16.  
  17. *Oct  6 08:29:28: %LINK-3-UPDOWN: Interface FastEthernet5/4, changed state to up  
  18.  
  19. *Oct  6 08:29:28: %LINK-3-UPDOWN: Interface FastEthernet5/5, changed state to up  
  20.  
  21. *Oct  6 08:29:28: %LINK-3-UPDOWN: Interface GigabitEthernet1/1, changed state to up  
  22.  
  23. *Oct  6 08:29:28: %LINK-3-UPDOWN: Interface GigabitEthernet1/2, changed state to up  
  24.  
  25. *Oct  6 08:29:29: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet5/  
  26.  
  27. 5, changed state to up  
  28.  
  29. *Oct  6 08:29:29: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet5/  
  30.  
  31. 3, changed state to up  
  32.  
  33. *Oct  6 08:29:29: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet5/  
  34.  
  35. 4, changed state to up  
  36.  
  37. Router(config-if)# 

Cisco 7600路由器的配置过程就为大家介绍完了,希望大家已经掌握。

【编辑推荐】

  1. 实例讲解路由器DNS设置故障
  2. 路由器故障:广域网故障处理分析
  3. 基础配置:cisco交换机配置vlan(1)
  4. 实例讲解路由器OSPF配置之结果分析

相关内容

热门资讯

如何允许远程连接到MySQL数... [[277004]]【51CTO.com快译】默认情况下,MySQL服务器仅侦听来自localhos...
如何利用交换机和端口设置来管理... 在网络管理中,总是有些人让管理员头疼。下面我们就将介绍一下一个网管员利用交换机以及端口设置等来进行D...
施耐德电气数据中心整体解决方案... 近日,全球能效管理专家施耐德电气正式启动大型体验活动“能效中国行——2012卡车巡展”,作为该活动的...
20个非常棒的扁平设计免费资源 Apple设备的平面图标PSD免费平板UI 平板UI套件24平图标Freen平板UI套件PSD径向平...
Windows恶意软件20年“... 在Windows的早期年代,病毒游走于系统之间,偶尔删除文件(但被删除的文件几乎都是可恢复的),并弹...
德国电信门户网站可实时显示全球... 德国电信周三推出一个门户网站,直观地实时提供其安装在全球各地的传感器网络检测到的网络攻击状况。该网站...
为啥国人偏爱 Mybatis,... 关于 SQL 和 ORM 的争论,永远都不会终止,我也一直在思考这个问题。昨天又跟群里的小伙伴进行...
《非诚勿扰》红人闫凤娇被曝厕所... 【51CTO.com 综合消息360安全专家提醒说,“闫凤娇”、“非诚勿扰”已经被黑客盯上成为了“木...