ASCEND-MIBREDHM-MIB

File: ASCEND-MIBREDHM-MIB.mib (6831 bytes)

Imported modules

ASCEND-MIB RFC1155-SMI RFC-1212

Imported symbols

configuration IpAddress OBJECT-TYPE

Defined Types

DisplayString  
OCTET STRING    

MibredHealthMonitoringProfileEntry  
SEQUENCE    
  redHealthMonitoringProfile-Index-o INTEGER
  redHealthMonitoringProfile-HmEnabled INTEGER
  redHealthMonitoringProfile-MaxWarningPrimary INTEGER
  redHealthMonitoringProfile-MaxWarningSecondary INTEGER
  redHealthMonitoringProfile-MaxWarningPerMinutePrimary INTEGER
  redHealthMonitoringProfile-MaxWarningPerMinuteSecondary INTEGER
  redHealthMonitoringProfile-MemoryThresholdPrimary INTEGER
  redHealthMonitoringProfile-MemoryThresholdSecondary INTEGER
  redHealthMonitoringProfile-MemoryAlertThresholdPrimary INTEGER
  redHealthMonitoringProfile-MemoryAlertThresholdSecondary INTEGER
  redHealthMonitoringProfile-MemoryAlertTimeoutPrimary INTEGER
  redHealthMonitoringProfile-MemoryAlertTimeoutSecondary INTEGER
  redHealthMonitoringProfile-ResetStuckPrimaryTimeout INTEGER
  redHealthMonitoringProfile-Action-o INTEGER

Defined Values

mibredHealthMonitoringProfile 1.3.6.1.4.1.529.23.179
OBJECT IDENTIFIER    

mibredHealthMonitoringProfileTable 1.3.6.1.4.1.529.23.179.1
A list of mibredHealthMonitoringProfile profile entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MibredHealthMonitoringProfileEntry

mibredHealthMonitoringProfileEntry 1.3.6.1.4.1.529.23.179.1.1
A mibredHealthMonitoringProfile entry containing objects that maps to the parameters of mibredHealthMonitoringProfile profile.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MibredHealthMonitoringProfileEntry  

redHealthMonitoringProfile-Index-o 1.3.6.1.4.1.529.23.179.1.1.1
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

redHealthMonitoringProfile-HmEnabled 1.3.6.1.4.1.529.23.179.1.1.2
Indicates whether health monitoring feature is enabled. Redundancy feature has to be enabled prior to this feature
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

redHealthMonitoringProfile-MaxWarningPrimary 1.3.6.1.4.1.529.23.179.1.1.3
Maximum of total warnings allowed for primary, When the total warnings exceeds this maximum, controller will reset.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

redHealthMonitoringProfile-MaxWarningSecondary 1.3.6.1.4.1.529.23.179.1.1.4
Maximum of total warnings allowed for secondary, When the total warnings exceeds this maximum, controller will reset. Secondary should have a more stringent value than primary.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

redHealthMonitoringProfile-MaxWarningPerMinutePrimary 1.3.6.1.4.1.529.23.179.1.1.5
Maximum of total warning per minute allowed for primary.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

redHealthMonitoringProfile-MaxWarningPerMinuteSecondary 1.3.6.1.4.1.529.23.179.1.1.6
Maximum of total warning per minute allowed for secondary. Secondary should have a more stringent value than primary.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

redHealthMonitoringProfile-MemoryThresholdPrimary 1.3.6.1.4.1.529.23.179.1.1.7
Percent threshold for available memory on primary, controller resets when memory is lower than the threshold.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

redHealthMonitoringProfile-MemoryThresholdSecondary 1.3.6.1.4.1.529.23.179.1.1.8
Percent threshold for available memory on secondary, controller resets when memory is lower than the threshold. Secondary should have a more stringent value than primary.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

redHealthMonitoringProfile-MemoryAlertThresholdPrimary 1.3.6.1.4.1.529.23.179.1.1.9
Percent threshold for memory alert polling on primary, when memory level is lower than the threshold, log message will be sent out.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

redHealthMonitoringProfile-MemoryAlertThresholdSecondary 1.3.6.1.4.1.529.23.179.1.1.10
Percent threshold for memory alert polling on secondary, when memory level is lower than the threshold, log message will be sent out.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

redHealthMonitoringProfile-MemoryAlertTimeoutPrimary 1.3.6.1.4.1.529.23.179.1.1.11
Maximum time (in sec) allowed for memory level stays continuously below memory-alert-threshold-primary.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

redHealthMonitoringProfile-MemoryAlertTimeoutSecondary 1.3.6.1.4.1.529.23.179.1.1.12
Maximum time (in sec) allowed for memory level stays continuously below memory-alert-threshold-secondary.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

redHealthMonitoringProfile-ResetStuckPrimaryTimeout 1.3.6.1.4.1.529.23.179.1.1.13
secondary resets primary if no response from primary exceeds this timeout (in seconds). Minimum is 3 seconds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

redHealthMonitoringProfile-Action-o 1.3.6.1.4.1.529.23.179.1.1.14
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noAction(1), createProfile(2), deleteProfile(3)