CISCO-APPLIANCE-REDUNDANCY-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-APPLIANCE-REDUNDANCY-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoApplianceRedundancyMIB 1.3.6.1.4.1.9.9.458
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.
         ciscoApplRedundancyMIBObjects 1.3.6.1.4.1.9.9.458.1
             carConfigObjects 1.3.6.1.4.1.9.9.458.1.1
                 carRedundancySyncInterval 1.3.6.1.4.1.9.9.458.1.1.1 timeinterval read-only
Time interval at which the active and standby appliances are synchronized. Synchronization consists of incrementally backing up the data on the active appliance and restoring on the standby appliance.
                 carRedundancyCheckInterval 1.3.6.1.4.1.9.9.458.1.1.2 timeinterval read-only
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 interval. If the standby appliance is not able to connect to the active appliance during this check, it will become the active appliance.
                 carRedundancyState 1.3.6.1.4.1.9.9.458.1.1.3 carredundancystate read-only
The HA redundancy state of this appliance device.
                 carNotificationEnabled 1.3.6.1.4.1.9.9.458.1.1.4 truthvalue read-only
Enable or disable HA switchover event notifications via SNMP.
                 carHAAddressTable 1.3.6.1.4.1.9.9.458.1.1.5 no-access
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 each network interface that is configured for redundancy. Thus, the number of entries in this table corresponds to the number of interfaces configured for redundancy.
                     carHAAddressEntry 1.3.6.1.4.1.9.9.458.1.1.5.1 no-access
An entry containing address information for HA configuration on a network interface.
                         carHAAddrTableIndex 1.3.6.1.4.1.9.9.458.1.1.5.1.1 interfaceindexorzero no-access
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 index 0. Entry for eth1 will be index 1,... and so on.
                         carVirtualAddressType 1.3.6.1.4.1.9.9.458.1.1.5.1.2 inetaddresstype read-only
The type of address stored in carVirtualAddress.
                         carVirtualAddress 1.3.6.1.4.1.9.9.458.1.1.5.1.3 inetaddress read-only
The virtual IP address configured for this interface. The type of this mib variable is defined in carVirtualAddressType. This address binds to the active appliance at all times. All the management requests should be made to this address.
                         carMyAddressType 1.3.6.1.4.1.9.9.458.1.1.5.1.4 inetaddresstype read-only
The type of address stored in carMyAddress
                         carMyAddress 1.3.6.1.4.1.9.9.458.1.1.5.1.5 inetaddress read-only
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 value will not be affected by switchover events.
                         carPeerAddressType 1.3.6.1.4.1.9.9.458.1.1.5.1.6 inetaddresstype read-only
The type of address stored in carPeerAddress
                         carPeerAddress 1.3.6.1.4.1.9.9.458.1.1.5.1.7 inetaddress read-only
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. Note this value will not be affected by switchover events.
             carSwitchOverObjects 1.3.6.1.4.1.9.9.458.1.2
                 carLastSwitchOverReason 1.3.6.1.4.1.9.9.458.1.2.1 carswitchoverreason read-only
Cause for the most recent switchover.
                 carLastSwitchOverTime 1.3.6.1.4.1.9.9.458.1.2.2 dateandtime read-only
The local date and time when the last switchover event occurred and was logged to the system.
                 carTotalSwitchOvers 1.3.6.1.4.1.9.9.458.1.2.3 counter32 read-only
The number of all HA switchover events.
                 carMaxSwitchOverHistoryRecords 1.3.6.1.4.1.9.9.458.1.2.4 unsigned32 read-only
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 indicates no history will be retained.
                 carSwitchOverHistoryTable 1.3.6.1.4.1.9.9.458.1.2.5 no-access
This table keeps an history of HA switchover events. The maximum number of records is equal or less than carMaxSwitchOverRecords.
                     carSwitchOverHistEntry 1.3.6.1.4.1.9.9.458.1.2.5.1 no-access
An entry containing information about a HA switchover event.
                         carSWHistTableIndex 1.3.6.1.4.1.9.9.458.1.2.5.1.1 unsigned32 no-access
An monotonically increasing number for the sole purpose of indexing entries. When it reaches maximum value, the agent sets it back to 1.
                         carSWHistActiveNodeAddressType 1.3.6.1.4.1.9.9.458.1.2.5.1.2 inetaddresstype read-only
Represents the type of address stored in carSWHistActiveNodeAddress.
                         carSWHistActiveNodeAddress 1.3.6.1.4.1.9.9.458.1.2.5.1.3 inetaddress read-only
The address of the active appliance after the switchover event. carSWHistActiveNodeAddressType specifies the type of this mib variable.
                         carSWHistStandbyNodeAddressType 1.3.6.1.4.1.9.9.458.1.2.5.1.4 inetaddresstype read-only
Represents the type of address stored in carSWHistStandbyNodeAddress.
                         carSWHistStandbyNodeAddress 1.3.6.1.4.1.9.9.458.1.2.5.1.5 inetaddress read-only
The address of the standby appliance after the switchover event. carSWHistStandbyNodeAddressType specifies the type of this mib variable.
                         carSWHistEventTime 1.3.6.1.4.1.9.9.458.1.2.5.1.6 dateandtime read-only
The local date and time when the switchover event occurred and was logged to the system.
                         carSWHistEventReason 1.3.6.1.4.1.9.9.458.1.2.5.1.7 carswitchoverreason read-only
Cause of the switchover event.
         carHAMIBNotifPrefix 1.3.6.1.4.1.9.9.458.2
             carHAMIBNotifications 1.3.6.1.4.1.9.9.458.2.0
                 carSwitchOverNotification 1.3.6.1.4.1.9.9.458.2.0.1
This notification is sent when a switchover event happened. This notification can be enabled or disabled via carNotificationEnabled.
         ciscoHAMIBConformance 1.3.6.1.4.1.9.9.458.3
             ciscoHAMIBCompliances 1.3.6.1.4.1.9.9.458.3.1
                 ciscoHAMIBCompliance 1.3.6.1.4.1.9.9.458.3.1.1
The compliance statement for entities which implement the CISCO-APPLIANCE-HIGH-AVAILABILITY-MIB.
             ciscoHAMIBGroups 1.3.6.1.4.1.9.9.458.3.2
                 ciscoHAConfigDataGroup 1.3.6.1.4.1.9.9.458.3.2.1
A collection of objects that enable the switchover event notification for the HA network elements.
                 ciscoHASwitchOverDataGroup 1.3.6.1.4.1.9.9.458.3.2.2
A collection of objects that record the switchover events for HA network elements.
                 ciscoHAExceptionNotifGroup 1.3.6.1.4.1.9.9.458.3.2.3
A collection of the monitored exception events.