CISCO引擎RPR SSO

RPR RPR+ SSO 等切换方式的比较
当前主要有HSA,RPR,RPR+,SSO四种冗余模式,HSA模式太老如今已经少用了和RPR模式差很少。RPR和RPR+的区别是:RPR模式的Standby 引擎板是半初始化的。当主控板失效后, Standby 引擎板接管主控GRP板再读取并加载配置文件,同时还会重启全部板卡;而RPR+模式是彻底初始化的,全部配置文件会随Standby 引擎板的启动而同步,当Standby 引擎接管主控板的任务后并不须要重启全部板卡。因此RPR+比RPR模式具备更高的冗余性能。而SSO冗余模式比是在RPR+的基础上增长了对线卡,各类协议,以及一些其余应用的同步支持,真正实现了“热备份”功能。
配置时的注意点:
一、native ios支持
Release 12.1(13)E and later releases support supervisor engine redundancy with Route Processor Redundancy (RPR) and Route Processor Redundancy Plus (RPR+). This chapter describes how to configure supervisor engine redundancy with RPR and RPR+.
二、配置时候须要两个引擎须要有同样的IOS,同样的硬件
下面一段话摘自烦尘子的BLOG:
Native with RPR and RPR+
Route processor redundancy 提供2~4分钟的快速Failover,Failover后安装的模块须要reset。
Route processor redundancy+ 提供30~60秒的快速Failover,Failover后安装的模块不须要reset。
要求版本12.1(13)E或更高。
Native SRM with SSO
能够实现1秒或多一些的快速Failover,但仅能支持SUP720和Unicast流量。能够支持二层协议如:link negotiation,VLANs, VTP,DTP,STP,PAgP/LACP,CDP,UDLD,SPAN,voice VLAN,inline power,IGMP snooping 。但不支持三层路由协议的冗余。要求版本12.2(17b)SXA或更高。
Native NSF with SSO
能够实现1秒或多一些的快速Failover,能够支持SUP2和SUP720,Unicast和Multicast(仅SUP720)均可以支持。能够支持二层协议如:link negotiation,VLANs,VTP,DTP,STP,PAgP/LACP,CDP,UDLD,SPAN,voice VLAN,inline power,IGMP snooping 。能够支持三层路由协议的冗余如BGP,OSPF,IS-IS,EIGRP。要求版本12.2(18)SXD或更高。
--------------------------------------------------------------------
参考配置
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-sv-mz.121-11.E
Router# copy running-config start-config
Router# hw-module reset
Router# redundancy force-switchover ----------------强行切换ios

相关文章
相关标签/搜索