HpicfHighAvailability-MIB

File: HpicfHighAvailability-MIB.mib (16604 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF ENTITY-MIB
ENTITY-STATE-MIB HP-ICF-OID

Imported symbols

OBJECT-TYPE MODULE-IDENTITY TimeTicks
Counter32 Unsigned32 Integer32
OBJECT-GROUP MODULE-COMPLIANCE entPhysicalIndex
PhysicalIndex EntityStandbyStatus hpicfCommon

Defined Types

HpicfHAFailOverLogEntry  
SEQUENCE    
  hpicfHAFailOverIndex Integer32
  hpicfHAFailOverMgmtModule PhysicalIndex
  hpicfHAFailOverState INTEGER
  hpicfHAFailOverTime Integer32
  hpicfHAFailOverReason INTEGER

HpicfHAMgmtModuleEntry  
SEQUENCE    
  hpicfHAMgmtModuleState EntityStandbyStatus
  hpicfHAMgmtModuleCardUpSince Integer32
  hpicfHAMgmtModuleStateSince Integer32
  hpicfHAMgmtModuleRedundancyState INTEGER

Defined Values

hpicfHighAvailability 1.3.6.1.4.1.11.2.14.11.1.11
Management information for configuring Redundant Management module on Hewlett-Packard network devices.
MODULE-IDENTITY    

hpicfHAConfigObjects 1.3.6.1.4.1.11.2.14.11.1.11.1
OBJECT IDENTIFIER    

hpicfHAStatusObjects 1.3.6.1.4.1.11.2.14.11.1.11.2
OBJECT IDENTIFIER    

hpicfHAConformance 1.3.6.1.4.1.11.2.14.11.1.11.3
OBJECT IDENTIFIER    

hpicfHARedundancyManagementModuleMode 1.3.6.1.4.1.11.2.14.11.1.11.1.1
Specify to enable/disable this feature. Enabling allows for management module redundancy when there are two management modules in the switch and does a hitless failover. Disabling prevents redundancy except due to fatal hardware errors on one management module. warmStandby option does a non-hitless failover.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2), warmStandby(3)  

hpicfHAContinuousFwdingTime 1.3.6.1.4.1.11.2.14.11.1.11.1.2
This is a configurable timer. After the failover, on the new AMM, the route and neighbor table entries are marked as stale in the FIB. As routing protocols begin to re-add routes, this stale flag will be reset. When this timer expires, all route and neighbor table entries still marked stale [not yet re-added] will be removed. A value of 0 means that no layer 3 hitless behavior is desired, and in this configuration, upon failover all FIB entries are flushed and corresponding hardware entries are removed. A default value of 5 minutes is chosen with the assumption that the routing protocols can finish re-adding the routes to the equivalent state within this time.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

hpicfHAMgmtRedundancyFailureReason 1.3.6.1.4.1.11.2.14.11.1.11.2.1
Specifies the reason a redundant management module failed to become a standby module.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noRedundantModule(1), noFailure(2), unknownReason(3), mismatchOS(4), failedSelftest(5), communicationFailure(6), redundancyDisable(7)  

hpicfHAMgmtFailovers 1.3.6.1.4.1.11.2.14.11.1.11.2.2
Specifies the number of management module failovers since last chassis boot.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfHALastFailoverTime 1.3.6.1.4.1.11.2.14.11.1.11.2.3
Specifies the time (in hundredths of a second) of the last management module failover.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

hpicfHAFailOverLogTable 1.3.6.1.4.1.11.2.14.11.1.11.2.4
This table contains High Availability(HA) failover log specific information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfHAFailOverLogEntry

hpicfHAFailOverLogEntry 1.3.6.1.4.1.11.2.14.11.1.11.2.4.1
Failover log information maintained for HA.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfHAFailOverLogEntry  

hpicfHAFailOverIndex 1.3.6.1.4.1.11.2.14.11.1.11.2.4.1.1
This object uniquely identifies the entries in the failover log table. This table contains maximum of recent 10 entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

hpicfHAFailOverMgmtModule 1.3.6.1.4.1.11.2.14.11.1.11.2.4.1.2
This object displays the management module information.It is similar to entPhysicalIndex.
Status: current Access: read-only
OBJECT-TYPE    
  PhysicalIndex  

hpicfHAFailOverState 1.3.6.1.4.1.11.2.14.11.1.11.2.4.1.3
This object indicates the failover state. 'unknown' indicates the state of the management module is undefined and this resource is unable to report standby state. 'active' indicates the state of the management module as active module and it means the resource is providing service. 'standby' indicates that the management module is not providing service, but it will be immediately able to take over the role of the resource to be backed up, without the need for initialization activity, and will contain the same information as the resource to be backed up.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), active(2), standby(3)  

hpicfHAFailOverTime 1.3.6.1.4.1.11.2.14.11.1.11.2.4.1.4
This object indicates the failover time in seconds since 1/1/1990 0:0:0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpicfHAFailOverReason 1.3.6.1.4.1.11.2.14.11.1.11.2.4.1.5
This object define the reason for failover. 'switchoverReq' indicates failover as a result of switchover command issued by the user. 'buttonReq' indicates failover as a result of manual boot done by the user via reboot button. 'crashReq' indicates failover as a result of crash that happened to the active module. 'activeReset' indicates failover as a result of reset command issued by the user at active module. 'altReset' indicates failover as a result of reset command issued by the user at the alternate module.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER invalid(0), switchoverReq(1), buttonReq(2), crashReq(3), activeReset(4), altReset(5)  

hpicfHAMgmtModuleTable 1.3.6.1.4.1.11.2.14.11.1.11.2.5
This table contains High Availability (HA) management module specific information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfHAMgmtModuleEntry

hpicfHAMgmtModuleEntry 1.3.6.1.4.1.11.2.14.11.1.11.2.5.1
Management module information maintained for HA.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfHAMgmtModuleEntry  

hpicfHAMgmtModuleState 1.3.6.1.4.1.11.2.14.11.1.11.2.5.1.1
This object displays the state of the the management module.This object is similar to entStateStandby object.
Status: current Access: read-only
OBJECT-TYPE    
  EntityStandbyStatus  

hpicfHAMgmtModuleCardUpSince 1.3.6.1.4.1.11.2.14.11.1.11.2.5.1.2
This object displays the card uptime in seconds since this module state.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpicfHAMgmtModuleStateSince 1.3.6.1.4.1.11.2.14.11.1.11.2.5.1.3
This object displays time in seconds from which the current state is valid.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpicfHAMgmtModuleRedundancyState 1.3.6.1.4.1.11.2.14.11.1.11.2.5.1.4
This object describes the management module's redundancy state. 'unavailable' indicates the redundancy module is not available due to error or absence of the module. 'active' indicates the redundancy module is currently active and is providing service. 'disabled' indicates the redundancy module is disabled. 'syncing' indicates the redundancy module is in syncing state and after successful syncing it will enter active state else it will report error. 'warmStandby' indicates the redundancy module is in warmstandby mode and is not providing service, but it will be immediately able to take over the role of the resource to be backed up, without the need for initialization activity, and will contain the same information as the resource to be backed up but the Layer2 information will not be synced. 'hitless'indicates the redundancy module is in hitless mode and is not providing service, but it will be immediately able to take over the role of the resource to be backed up, without the need for initialization activity, and will contain the same information as the resource to be backed up.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unavailable(1), active(2), disabled(3), syncing(4), warmStandby(5), hitless(6)  

hpicfHACompliances 1.3.6.1.4.1.11.2.14.11.1.11.3.1
OBJECT IDENTIFIER    

hpicfHAGroups 1.3.6.1.4.1.11.2.14.11.1.11.3.2
OBJECT IDENTIFIER    

hpicfHACompliance 1.3.6.1.4.1.11.2.14.11.1.11.3.1.1
The compliance statement for SNMP entities which implement the hpicfHighAvailability MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

hpicfHACompliance1 1.3.6.1.4.1.11.2.14.11.1.11.3.1.2
The compliance statement for SNMP entities which implement the hpicfHighAvailability MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

hpicfHAConfigGroup 1.3.6.1.4.1.11.2.14.11.1.11.3.2.1
The collection of objects which are used to configure the Redundancy Management Module.
Status: current Access: read-only
OBJECT-GROUP    

hpicfHAStatusGroup 1.3.6.1.4.1.11.2.14.11.1.11.3.2.2
The collection of objects which are used to represent Management Module statistics information.
Status: current Access: read-only
OBJECT-GROUP    

hpicfHAFailOverGroup 1.3.6.1.4.1.11.2.14.11.1.11.3.2.3
The collection of objects which are used to represent failover log statistics information.
Status: current Access: read-only
OBJECT-GROUP    

hpicfHAMgmtModuleGroup 1.3.6.1.4.1.11.2.14.11.1.11.3.2.4
The collection of objects which are used to represent management module specific information.
Status: current Access: read-only
OBJECT-GROUP