What does PRE mean for redundancy cards in Cisco CRS routers?
What is the logic for redundancycardgroup and redundantcard if both RouteProcessors are presented inside Cisco CRS routers?
All supported releases of Smarts and NCM
<BASEDIR>/IP/smarts/rules/discovery/ic-cisco-rf.asl
cardObj->Description = "Redundant PRE";
Event computation:
CardRedundancyGroup
event AllComponentsDown
"Indicates that all of the components in the redundancy group are down"
= if (NumberOfComponents > 0)
check (IsEveryComponentDown && !IsGroupPartOfSingleUnresponsiveSystem);
Card Down event computation
problem Down
"Indicates that a failed card is the root cause."
apriori(0.00001)
-> CardDownSymptom
if "InstrumentedBy" > 0,
CardImpact
explains;
symptom CardDownSymptom
= OperationallyDown,
NetworkAdapter_Realizes_DownOrFlappingSymptom 0.9,
NetworkAdapter_Realizes_PeerDownOrFlappingSymptom 0.9,
NetworkAdapter_Realizes_Peer_PeerDownOrFlappingSymptom 0.9,
UnitaryComputerSystem_PackagesSystems_Down 0.9,
Card_ComposedOf_Down 0.9;