CISCO-APPLIANCE-REDUNDANCY-MIB

File: CISCO-APPLIANCE-REDUNDANCY-MIB.mib (18155 bytes)

Imported modules

SNMPv2-SMI INET-ADDRESS-MIB IF-MIB
SNMPv2-TC SNMPv2-CONF CISCO-SMI

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
Counter32 Unsigned32 InetAddressType
InetAddress InterfaceIndexOrZero DateAndTime
TruthValue TimeInterval TEXTUAL-CONVENTION
MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP
ciscoMgmt

Defined Types

CarRedundancyState  
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 appliances. active - The appliance is the active appliance. preStandby - The appliance is configured to be standby and is attempting to restore data from the active appliance and is not yet in the standby mode. standby - The appliance is warm standby mode. activeLostStandby - The active appliance is not getting any response from the standby appliance. activeLostNetwork - The active appliance is not getting any response from the standby appliance or from the default gateway. There is possibly network issue. standbyLostNetwork - The standby appliance is not getting any response from the active appliance or from the default gateway. There is possibly network issue.
TEXTUAL-CONVENTION    
  INTEGER notConfigured(1), starting(2), active(3), preStandby(4), standby(5), activeLostStandby(6), activeLostNetwork(7), standbyLostNetwork(8)  

CarSwitchOverReason  
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.
TEXTUAL-CONVENTION    
  INTEGER lossConnWithActive(1), forcedSwitchOver(2), unknown(3)  

CarHAAddressEntry  
SEQUENCE    
  carHAAddrTableIndex InterfaceIndexOrZero
  carVirtualAddressType InetAddressType
  carVirtualAddress InetAddress
  carMyAddressType InetAddressType
  carMyAddress InetAddress
  carPeerAddressType InetAddressType
  carPeerAddress InetAddress

CarSwitchOverHistEntry  
SEQUENCE    
  carSWHistTableIndex Unsigned32
  carSWHistActiveNodeAddressType InetAddressType
  carSWHistActiveNodeAddress InetAddress
  carSWHistStandbyNodeAddressType InetAddressType
  carSWHistStandbyNodeAddress InetAddress
  carSWHistEventTime DateAndTime
  carSWHistEventReason CarSwitchOverReason

Defined Values

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.
MODULE-IDENTITY    

ciscoApplRedundancyMIBObjects 1.3.6.1.4.1.9.9.458.1
OBJECT IDENTIFIER    

carConfigObjects 1.3.6.1.4.1.9.9.458.1.1
OBJECT IDENTIFIER    

carSwitchOverObjects 1.3.6.1.4.1.9.9.458.1.2
OBJECT IDENTIFIER    

carRedundancySyncInterval 1.3.6.1.4.1.9.9.458.1.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeInterval  

carRedundancyCheckInterval 1.3.6.1.4.1.9.9.458.1.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeInterval  

carRedundancyState 1.3.6.1.4.1.9.9.458.1.1.3
The HA redundancy state of this appliance device.
Status: current Access: read-only
OBJECT-TYPE    
  CarRedundancyState  

carNotificationEnabled 1.3.6.1.4.1.9.9.458.1.1.4
Enable or disable HA switchover event notifications via SNMP.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

carHAAddressTable 1.3.6.1.4.1.9.9.458.1.1.5
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CarHAAddressEntry

carHAAddressEntry 1.3.6.1.4.1.9.9.458.1.1.5.1
An entry containing address information for HA configuration on a network interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CarHAAddressEntry  

carHAAddrTableIndex 1.3.6.1.4.1.9.9.458.1.1.5.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndexOrZero  

carVirtualAddressType 1.3.6.1.4.1.9.9.458.1.1.5.1.2
The type of address stored in carVirtualAddress.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

carVirtualAddress 1.3.6.1.4.1.9.9.458.1.1.5.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

carMyAddressType 1.3.6.1.4.1.9.9.458.1.1.5.1.4
The type of address stored in carMyAddress
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

carMyAddress 1.3.6.1.4.1.9.9.458.1.1.5.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

carPeerAddressType 1.3.6.1.4.1.9.9.458.1.1.5.1.6
The type of address stored in carPeerAddress
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

carPeerAddress 1.3.6.1.4.1.9.9.458.1.1.5.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

carLastSwitchOverReason 1.3.6.1.4.1.9.9.458.1.2.1
Cause for the most recent switchover.
Status: current Access: read-only
OBJECT-TYPE    
  CarSwitchOverReason  

carLastSwitchOverTime 1.3.6.1.4.1.9.9.458.1.2.2
The local date and time when the last switchover event occurred and was logged to the system.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

carTotalSwitchOvers 1.3.6.1.4.1.9.9.458.1.2.3
The number of all HA switchover events.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

carMaxSwitchOverHistoryRecords 1.3.6.1.4.1.9.9.458.1.2.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..1024  

carSwitchOverHistoryTable 1.3.6.1.4.1.9.9.458.1.2.5
This table keeps an history of HA switchover events. The maximum number of records is equal or less than carMaxSwitchOverRecords.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CarSwitchOverHistEntry

carSwitchOverHistEntry 1.3.6.1.4.1.9.9.458.1.2.5.1
An entry containing information about a HA switchover event.
Status: current Access: not-accessible
OBJECT-TYPE    
  CarSwitchOverHistEntry  

carSWHistTableIndex 1.3.6.1.4.1.9.9.458.1.2.5.1.1
An monotonically increasing number for the sole purpose of indexing entries. When it reaches maximum value, the agent sets it back to 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

carSWHistActiveNodeAddressType 1.3.6.1.4.1.9.9.458.1.2.5.1.2
Represents the type of address stored in carSWHistActiveNodeAddress.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

carSWHistActiveNodeAddress 1.3.6.1.4.1.9.9.458.1.2.5.1.3
The address of the active appliance after the switchover event. carSWHistActiveNodeAddressType specifies the type of this mib variable.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

carSWHistStandbyNodeAddressType 1.3.6.1.4.1.9.9.458.1.2.5.1.4
Represents the type of address stored in carSWHistStandbyNodeAddress.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

carSWHistStandbyNodeAddress 1.3.6.1.4.1.9.9.458.1.2.5.1.5
The address of the standby appliance after the switchover event. carSWHistStandbyNodeAddressType specifies the type of this mib variable.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

carSWHistEventTime 1.3.6.1.4.1.9.9.458.1.2.5.1.6
The local date and time when the switchover event occurred and was logged to the system.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

carSWHistEventReason 1.3.6.1.4.1.9.9.458.1.2.5.1.7
Cause of the switchover event.
Status: current Access: read-only
OBJECT-TYPE    
  CarSwitchOverReason  

carHAMIBNotifPrefix 1.3.6.1.4.1.9.9.458.2
OBJECT IDENTIFIER    

carHAMIBNotifications 1.3.6.1.4.1.9.9.458.2.0
OBJECT IDENTIFIER    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoHAMIBConformance 1.3.6.1.4.1.9.9.458.3
OBJECT IDENTIFIER    

ciscoHAMIBCompliances 1.3.6.1.4.1.9.9.458.3.1
OBJECT IDENTIFIER    

ciscoHAMIBGroups 1.3.6.1.4.1.9.9.458.3.2
OBJECT IDENTIFIER    

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.
Status: current Access: read-only
MODULE-COMPLIANCE    

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.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP    

ciscoHAExceptionNotifGroup 1.3.6.1.4.1.9.9.458.3.2.3
A collection of the monitored exception events.
Status: current Access: read-only
NOTIFICATION-GROUP