cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
387
Views
0
Helpful
3
Replies

How can you monitor a change in redundancy state on CSS

mmedwid
Level 3
Level 3

Is there an OID in the CSS MIB that would tell you if a box has changed from standby for VRRP to active?

1 Accepted Solution

Accepted Solutions

I guess what you want is this :

apIpv4RedundancyVRStateChanges

ApIpv4RedundancyVRConfigEntry ::= SEQUENCE {

apIpv4RedundancyVRIntAddr IpAddress,

apIpv4RedundancyVRID Integer32,

apIpv4RedundancyConfigPriority Integer32,

apIpv4RedundancyAdPriority Integer32,

apIpv4RedundancyName SnmpAdminString,

apIpv4RedundancyVRPreempt INTEGER,

apIpv4RedundancyVRState INTEGER,

apIpv4RedundancyVRMasterIP IpAddress,

apIpv4RedundancyVRLastChange SnmpAdminString,

apIpv4RedundancyVRStateChanges Counter32,

apIpv4RedundancyVRStatus RowStatus,

apIpv4RedundancyVRZeroButton INTEGER,

apIpv4RedundancyVROperState INTEGER,

apIpv4RedundancyVRFailReason INTEGER

}

View solution in original post

3 Replies 3

dsweeny
Level 3
Level 3

To display CSS-to-CSS redundancy, use the show redundancy command.

For example:

(config)# show redundancy

When redundancy is not configured, the CSS displays the following status:

(config)# show redundancy

Redundancy: Disabled Redundancy Protocol: Not Runninghttp://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/css11500series/v7.30/configuration/redundancy/guide/Redndncy.html

Thanks for the reply. We have a monitoring system that relies on snmp. Is there nothing within the CSS MIB that would indicate a change in state? Thanks.

I guess what you want is this :

apIpv4RedundancyVRStateChanges

ApIpv4RedundancyVRConfigEntry ::= SEQUENCE {

apIpv4RedundancyVRIntAddr IpAddress,

apIpv4RedundancyVRID Integer32,

apIpv4RedundancyConfigPriority Integer32,

apIpv4RedundancyAdPriority Integer32,

apIpv4RedundancyName SnmpAdminString,

apIpv4RedundancyVRPreempt INTEGER,

apIpv4RedundancyVRState INTEGER,

apIpv4RedundancyVRMasterIP IpAddress,

apIpv4RedundancyVRLastChange SnmpAdminString,

apIpv4RedundancyVRStateChanges Counter32,

apIpv4RedundancyVRStatus RowStatus,

apIpv4RedundancyVRZeroButton INTEGER,

apIpv4RedundancyVROperState INTEGER,

apIpv4RedundancyVRFailReason INTEGER

}

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: