CISCO-APPLIANCE-REDUNDANCY-MIB
42 objects
This mib defines the SNMP objects to report the status of High Availability (HA) functionality in Cisco network management appliance devices. The HA functinality is achieved via the redundancy of network management appliance devices. An network management appliance is a device which combines hardware and software to provide specific network management services. Cisco WLSE, Wireless Service Engine (WLSE) is such an appliance. The High Availability is achieved via redundancy of appliances. This redundancy scheme is designed to support hardware or software failure of the appliances in a non- disruptive manner. Redundancy is achieved by configuring a cluster of two appliances with one common virtual IP address. The data is mirrored from the active appliance to the standby appliance at regular intervals. One of the appliances is in active mode, performing all normal functions. The other appliance is in warm standby mode; that is, the appliance is up but no application services are running. Both the active and standby appliances have their own IP addresses. The active appliance also owns the virtual IP address to which all the service requests are made. The active appliance and standby appliance periodically poll each other. If the standby appliance cannot reach the active appliance, it will become the active appliance. This is called a switchover event. The switchover can be caused by other causes, for example, via user commands. Both the active and standby appliances should implement this MIB and report any exceptions caused by switchover events.
Imported Objects
| CISCO-SMI | ciscoMgmt |
| IF-MIB | InterfaceIndexOrZero |
| INET-ADDRESS-MIB | InetAddress InetAddressType |
| SNMPv2-CONF | MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP |
| SNMPv2-SMI | Counter32 MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE Unsigned32 |
| SNMPv2-TC | DateAndTime TEXTUAL-CONVENTION TimeInterval TruthValue |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.9.9.458 | IdentityciscoApplianceRedundancyMIB | This mib defines the SNMP objects to report the status of High Availability (HA) functionality in Cisco network management appliance devices. The HA functinali… | ||
| 1.3.6.1.4.1.9.9.458.1 | NodeciscoApplRedundancyMIBObjects | |||
| 1.3.6.1.4.1.9.9.458.1.1 | NodecarConfigObjects | |||
| 1.3.6.1.4.1.9.9.458.1.1.1 | ScalarcarRedundancySyncInterval | read-only | current | Time interval at which the active and standby appliances are synchronized. Synchronization consists of incrementally backing up the data on the active applianc… |
| 1.3.6.1.4.1.9.9.458.1.1.2 | ScalarcarRedundancyCheckInterval | read-only | current | Time interval to check the availability status of each appliance. Both the active and standby appliances will check the status of each other in this time inter… |
| 1.3.6.1.4.1.9.9.458.1.1.3 | ScalarcarRedundancyState | read-only | current | The HA redundancy state of this appliance device. |
| 1.3.6.1.4.1.9.9.458.1.1.4 | ScalarcarNotificationEnabled | read-only | current | Enable or disable HA switchover event notifications via SNMP. |
| 1.3.6.1.4.1.9.9.458.1.1.5 | TablecarHAAddressTable | not-accessible | current | This table keeps the current configuration of the address information of the active and standby appliances. There is an entry in this table corresponding to ea… |
| 1.3.6.1.4.1.9.9.458.1.1.5.1 | RowcarHAAddressEntry | not-accessible | current | An entry containing address information for HA configuration on a network interface. |
| 1.3.6.1.4.1.9.9.458.1.1.5.1.1 | ColumncarHAAddrTableIndex | not-accessible | current | This index matches the interface number for which the Virtual IP configuration is maintained. For example, the Virtual IP configured on interface eth0 will be … |
| 1.3.6.1.4.1.9.9.458.1.1.5.1.2 | ColumncarVirtualAddressType | read-only | current | The type of address stored in carVirtualAddress. |
| 1.3.6.1.4.1.9.9.458.1.1.5.1.3 | ColumncarVirtualAddress | read-only | current | The virtual IP address configured for this interface. The type of this mib variable is defined in carVirtualAddressType. This address binds to the active appli… |
| 1.3.6.1.4.1.9.9.458.1.1.5.1.4 | ColumncarMyAddressType | read-only | current | The type of address stored in carMyAddress |
| 1.3.6.1.4.1.9.9.458.1.1.5.1.5 | ColumncarMyAddress | read-only | current | The IP address of the interface configured for this HA configuration in this appliance. The type of this mib variable is defined in carMyAddressType. Note this… |
| 1.3.6.1.4.1.9.9.458.1.1.5.1.6 | ColumncarPeerAddressType | read-only | current | The type of address stored in carPeerAddress |
| 1.3.6.1.4.1.9.9.458.1.1.5.1.7 | ColumncarPeerAddress | read-only | current | The IP address of the interface configured for this HA configuration in the peer appliance. The type of this mib variable is defined in carPeerAddressType. Not… |
| 1.3.6.1.4.1.9.9.458.1.2 | NodecarSwitchOverObjects | |||
| 1.3.6.1.4.1.9.9.458.1.2.1 | ScalarcarLastSwitchOverReason | read-only | current | Cause for the most recent switchover. |
| 1.3.6.1.4.1.9.9.458.1.2.2 | ScalarcarLastSwitchOverTime | read-only | current | The local date and time when the last switchover event occurred and was logged to the system. |
| 1.3.6.1.4.1.9.9.458.1.2.3 | ScalarcarTotalSwitchOvers | read-only | current | The number of all HA switchover events. |
| 1.3.6.1.4.1.9.9.458.1.2.4 | ScalarcarMaxSwitchOverHistoryRecords | read-only | current | The maximun number of records to keep in carSwitchOverHistoryTable. New records will replace the old records on a first-in-first-out basis. A value of 0 indica… |
| 1.3.6.1.4.1.9.9.458.1.2.5 | TablecarSwitchOverHistoryTable | not-accessible | current | This table keeps an history of HA switchover events. The maximum number of records is equal or less than carMaxSwitchOverRecords. |
| 1.3.6.1.4.1.9.9.458.1.2.5.1 | RowcarSwitchOverHistEntry | not-accessible | current | An entry containing information about a HA switchover event. |
| 1.3.6.1.4.1.9.9.458.1.2.5.1.1 | ColumncarSWHistTableIndex | not-accessible | current | An monotonically increasing number for the sole purpose of indexing entries. When it reaches maximum value, the agent sets it back to 1. |
| 1.3.6.1.4.1.9.9.458.1.2.5.1.2 | ColumncarSWHistActiveNodeAddressType | read-only | current | Represents the type of address stored in carSWHistActiveNodeAddress. |
| 1.3.6.1.4.1.9.9.458.1.2.5.1.3 | ColumncarSWHistActiveNodeAddress | read-only | current | The address of the active appliance after the switchover event. carSWHistActiveNodeAddressType specifies the type of this mib variable. |
| 1.3.6.1.4.1.9.9.458.1.2.5.1.4 | ColumncarSWHistStandbyNodeAddressType | read-only | current | Represents the type of address stored in carSWHistStandbyNodeAddress. |
| 1.3.6.1.4.1.9.9.458.1.2.5.1.5 | ColumncarSWHistStandbyNodeAddress | read-only | current | The address of the standby appliance after the switchover event. carSWHistStandbyNodeAddressType specifies the type of this mib variable. |
| 1.3.6.1.4.1.9.9.458.1.2.5.1.6 | ColumncarSWHistEventTime | read-only | current | The local date and time when the switchover event occurred and was logged to the system. |
| 1.3.6.1.4.1.9.9.458.1.2.5.1.7 | ColumncarSWHistEventReason | read-only | current | Cause of the switchover event. |
| 1.3.6.1.4.1.9.9.458.2 | NodecarHAMIBNotifPrefix | |||
| 1.3.6.1.4.1.9.9.458.2.0 | NodecarHAMIBNotifications | |||
| 1.3.6.1.4.1.9.9.458.2.0.1 | NotificationcarSwitchOverNotification | current | This notification is sent when a switchover event happened. This notification can be enabled or disabled via carNotificationEnabled. | |
| 1.3.6.1.4.1.9.9.458.3 | NodeciscoHAMIBConformance | |||
| 1.3.6.1.4.1.9.9.458.3.1 | NodeciscoHAMIBCompliances | |||
| 1.3.6.1.4.1.9.9.458.3.1.1 | ComplianceciscoHAMIBCompliance | current | The compliance statement for entities which implement the CISCO-APPLIANCE-HIGH-AVAILABILITY-MIB. | |
| 1.3.6.1.4.1.9.9.458.3.2 | NodeciscoHAMIBGroups | |||
| 1.3.6.1.4.1.9.9.458.3.2.1 | GroupciscoHAConfigDataGroup | current | A collection of objects that enable the switchover event notification for the HA network elements. | |
| 1.3.6.1.4.1.9.9.458.3.2.2 | GroupciscoHASwitchOverDataGroup | current | A collection of objects that record the switchover events for HA network elements. | |
| 1.3.6.1.4.1.9.9.458.3.2.3 | GroupciscoHAExceptionNotifGroup | current | A collection of the monitored exception events. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| CarRedundancyState | INTEGER { notConfigured (1), starting (2), active (3), preStandby (4), standby (5), activeLostStandby (6), activeLostNetwork (7), standbyLostNetwork (8) } | current | States of the HA redundancy: notConfigured - The appliance is not configured for redundancy. starting - The appliance is configured for redundancy and is initializing. This state could apply to both active and standby a… |
| CarSwitchOverReason | INTEGER { lossConnWithActive(1), forcedSwitchOver(2), unknown(3) } | current | Cause of HA switchover event. lossConnWithActive - Switchover is caused by loss of connectivity to active appliance. forcedSwitchOver - Switchover is caused by user command. unknown - Unknown reason. |