MIBs Depot

CISCO-APPLIANCE-REDUNDANCY-MIB

Registered at
1.3.6.1.4.1.9.9.458
Last updated
2004-12-23 00:00
Organization
Cisco Systems, Inc.
Namespace
cisco
Source file
CISCO-APPLIANCE-REDUNDANCY-MIB
Digest
sha256:0970400a61b014c9bec951d9a973c3be70a0edc4124f24fff1567b16bf6bba7d

Description

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.

Contact

Cisco Systems Customer Service Postal: 170 W. Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-wlse@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
IF-MIBInterfaceIndexOrZero
INET-ADDRESS-MIBInetAddress, InetAddressType
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDateAndTime, DisplayString, TEXTUAL-CONVENTION, TimeInterval, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-APPLIANCE-REDUNDANCY-MIB
CISCO-SMI
IANAifType-MIB
IF-MIB
INET-ADDRESS-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
CarRedundancyState
TEXTUAL-CONVENTION
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.
current
CarSwitchOverReason
TEXTUAL-CONVENTION
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.
current

Objects

NameOIDSyntaxAccessStatus
ciscoApplRedundancyMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.458.1
carConfigObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.458.1.1
carRedundancySyncInterval
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.458.1.1.1TimeIntervalread-onlycurrent
carRedundancyCheckInterval
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.458.1.1.2TimeIntervalread-onlycurrent
carRedundancyState
OBJECT-TYPE
The HA redundancy state of this appliance device.
1.3.6.1.4.1.9.9.458.1.1.3CarRedundancyStateread-onlycurrent
carNotificationEnabled
OBJECT-TYPE
Enable or disable HA switchover event notifications via SNMP.
1.3.6.1.4.1.9.9.458.1.1.4TruthValueread-onlycurrent
carHAAddressTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.458.1.1.5not-accessiblecurrent
carHAAddressEntry
OBJECT-TYPE
An entry containing address information for HA configuration on a network interface.
1.3.6.1.4.1.9.9.458.1.1.5.1not-accessiblecurrent
carHAAddrTableIndex
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.458.1.1.5.1.1InterfaceIndexOrZeronot-accessiblecurrent
carVirtualAddressType
OBJECT-TYPE
The type of address stored in carVirtualAddress.
1.3.6.1.4.1.9.9.458.1.1.5.1.2InetAddressTyperead-onlycurrent
carVirtualAddress
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.458.1.1.5.1.3InetAddressread-onlycurrent
carMyAddressType
OBJECT-TYPE
The type of address stored in carMyAddress
1.3.6.1.4.1.9.9.458.1.1.5.1.4InetAddressTyperead-onlycurrent
carMyAddress
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.458.1.1.5.1.5InetAddressread-onlycurrent
carPeerAddressType
OBJECT-TYPE
The type of address stored in carPeerAddress
1.3.6.1.4.1.9.9.458.1.1.5.1.6InetAddressTyperead-onlycurrent
carPeerAddress
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.458.1.1.5.1.7InetAddressread-onlycurrent
carSwitchOverObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.458.1.2
carLastSwitchOverReason
OBJECT-TYPE
Cause for the most recent switchover.
1.3.6.1.4.1.9.9.458.1.2.1CarSwitchOverReasonread-onlycurrent
carLastSwitchOverTime
OBJECT-TYPE
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.2DateAndTimeread-onlycurrent
carTotalSwitchOvers
OBJECT-TYPE
The number of all HA switchover events.
1.3.6.1.4.1.9.9.458.1.2.3Counter32read-onlycurrent
carMaxSwitchOverHistoryRecords
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.458.1.2.4Unsigned32 (0..1024)read-onlycurrent
carSwitchOverHistoryTable
OBJECT-TYPE
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.5not-accessiblecurrent
carSwitchOverHistEntry
OBJECT-TYPE
An entry containing information about a HA switchover event.
1.3.6.1.4.1.9.9.458.1.2.5.1not-accessiblecurrent
carSWHistTableIndex
OBJECT-TYPE
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.1Unsigned32 (1..4294967295)not-accessiblecurrent
carSWHistActiveNodeAddressType
OBJECT-TYPE
Represents the type of address stored in carSWHistActiveNodeAddress.
1.3.6.1.4.1.9.9.458.1.2.5.1.2InetAddressTyperead-onlycurrent
carSWHistActiveNodeAddress
OBJECT-TYPE
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.3InetAddressread-onlycurrent
carSWHistStandbyNodeAddressType
OBJECT-TYPE
Represents the type of address stored in carSWHistStandbyNodeAddress.
1.3.6.1.4.1.9.9.458.1.2.5.1.4InetAddressTyperead-onlycurrent
carSWHistStandbyNodeAddress
OBJECT-TYPE
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.5InetAddressread-onlycurrent
carSWHistEventTime
OBJECT-TYPE
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.6DateAndTimeread-onlycurrent
carSWHistEventReason
OBJECT-TYPE
Cause of the switchover event.
1.3.6.1.4.1.9.9.458.1.2.5.1.7CarSwitchOverReasonread-onlycurrent
carHAMIBNotifPrefix
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.458.2
carHAMIBNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.458.2.0
ciscoHAMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.458.3
ciscoHAMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.458.3.1
ciscoHAMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.458.3.2

Notifications

NameOIDStatus
carSwitchOverNotification
NOTIFICATION-TYPE
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.2.0.1current

Conformance

NameOIDStatus
ciscoHAMIBCompliance
MODULE-COMPLIANCE
The compliance statement for entities which implement the CISCO-APPLIANCE-HIGH-AVAILABILITY-MIB.
1.3.6.1.4.1.9.9.458.3.1.1current
ciscoHAConfigDataGroup
OBJECT-GROUP
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.1current
ciscoHASwitchOverDataGroup
OBJECT-GROUP
A collection of objects that record the switchover events for HA network elements.
1.3.6.1.4.1.9.9.458.3.2.2current
ciscoHAExceptionNotifGroup
NOTIFICATION-GROUP
A collection of the monitored exception events.
1.3.6.1.4.1.9.9.458.3.2.3current