COM21-HCXALM-MIB

File: COM21-HCXALM-MIB.mib (19146 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC COM21-HCX-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 DisplayString MacAddress
com21 com21Hcx

Defined Types

EpochTime  
INTEGER 0..2147483647    

AlarmSeverity  
INTEGER clear(1), warning(2), minor(3), major(4), critical(5)    

HcxAlarmEntry  
SEQUENCE    
  hcxAlmTrapId Integer32
  hcxAlmSeverity AlarmSeverity
  hcxAlmTime EpochTime
  hcxAlmShelfId INTEGER
  hcxAlmSlotId Integer32
  hcxAlmPortId INTEGER
  hcxAlmMacAddr MacAddress
  hcxAlmDataAValid INTEGER
  hcxAlmDataA Integer32
  hcxAlmDataBValid INTEGER
  hcxAlmDataB Integer32
  hcxAlmStrDataValid INTEGER
  hcxAlmStrData DisplayString

HcxEventLogEntry  
SEQUENCE    
  hcxEventLogId Integer32
  hcxEventLogSeverity AlarmSeverity
  hcxEventLogTime EpochTime
  hcxEventLogShelfId INTEGER
  hcxEventLogSlotId Integer32
  hcxEventLogPortId INTEGER
  hcxEventLogMacAddr MacAddress
  hcxEventLogTrapId Integer32
  hcxEventLogDataAValid INTEGER
  hcxEventLogDataA Integer32
  hcxEventLogDataBValid INTEGER
  hcxEventLogDataB Integer32
  hcxEventStrDataValid INTEGER
  hcxEventStrData DisplayString

HcxAlmSeverityEntry  
SEQUENCE    
  hcxAlmSevTrapId Integer32
  hcxSetAlmSeverity AlarmSeverity

Defined Values

com21HcxAlm 1.3.6.1.4.1.1141.2.11
This is the Com21 ComController Alarm Management MIB module. COM21 Part# 005-0025-00
MODULE-IDENTITY    

com21HcxCurrAlmGroup 1.3.6.1.4.1.1141.2.15
OBJECT IDENTIFIER    

com21HcxEventLogGroup 1.3.6.1.4.1.1141.2.16
OBJECT IDENTIFIER    

com21HcxAlmSeverityGroup 1.3.6.1.4.1.1141.2.17
OBJECT IDENTIFIER    

com21HcxCurrAlmTable 1.3.6.1.4.1.1141.2.15.1
table of current alarms.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HcxAlarmEntry

com21HcxAlmEntry 1.3.6.1.4.1.1141.2.15.1.1
.
Status: current Access: not-accessible
OBJECT-TYPE    
  HcxAlarmEntry  

hcxAlmTrapId 1.3.6.1.4.1.1141.2.15.1.1.1
contains the trap id associated with the alarm.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hcxAlmSeverity 1.3.6.1.4.1.1141.2.15.1.1.2
contains alarm severity.
Status: current Access: read-only
OBJECT-TYPE    
  AlarmSeverity  

hcxAlmTime 1.3.6.1.4.1.1141.2.15.1.1.3
contains time (in the form of Epoch) that alarm occured.
Status: current Access: read-only
OBJECT-TYPE    
  EpochTime  

hcxAlmShelfId 1.3.6.1.4.1.1141.2.15.1.1.4
contains the shelf id associated with the alarm.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2  

hcxAlmSlotId 1.3.6.1.4.1.1141.2.15.1.1.5
contains the slot id associated with the alarm.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hcxAlmPortId 1.3.6.1.4.1.1141.2.15.1.1.6
contains any port id associated with the alarm. If there is no associated port number then this attribute will be 0.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..4  

hcxAlmMacAddr 1.3.6.1.4.1.1141.2.15.1.1.7
contains any MAC address (i.e. ComPort MAC Address) associated with the alarm. If there is no associated MAC address then this attribute will be 0.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

hcxAlmDataAValid 1.3.6.1.4.1.1141.2.15.1.1.8
this attribute indicates if the hcxAlmDataA attribute is valid for this alarm.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

hcxAlmDataA 1.3.6.1.4.1.1141.2.15.1.1.9
contains a single integer for data related to the alarm. i.e. for storing a threshold value associated with a threshold alarm. The application reading this value must have explicit knowledge of the trap id inorder to interpret this attribute.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hcxAlmDataBValid 1.3.6.1.4.1.1141.2.15.1.1.10
this attribute indicates if the hcxAlmDataB attribute is valid for this alarm.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

hcxAlmDataB 1.3.6.1.4.1.1141.2.15.1.1.11
contains a second integer field for data related to the alarm. The application reading this value must have explicit knowledge of the trap id in order to interpret this attribute.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hcxAlmStrDataValid 1.3.6.1.4.1.1141.2.15.1.1.12
this attribute indicates if the hcxAlmStrData attribute is valid for this alarm.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

hcxAlmStrData 1.3.6.1.4.1.1141.2.15.1.1.13
contains a display string for information related to the alarm. It maybe for storing a descriptive string or other text information.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(16)  

com21HcxEventLogTable 1.3.6.1.4.1.1141.2.16.1
table of alarm log.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HcxEventLogEntry

com21HcxEventLogEntry 1.3.6.1.4.1.1141.2.16.1.1
.
Status: current Access: not-accessible
OBJECT-TYPE    
  HcxEventLogEntry  

hcxEventLogId 1.3.6.1.4.1.1141.2.16.1.1.1
contains alarm id. This is a simple sequential number starting at 1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hcxEventLogSeverity 1.3.6.1.4.1.1141.2.16.1.1.2
contains alarm severity.
Status: current Access: read-only
OBJECT-TYPE    
  AlarmSeverity  

hcxEventLogTime 1.3.6.1.4.1.1141.2.16.1.1.3
contains time (in the form of Epoch) that alarm occured.
Status: current Access: read-only
OBJECT-TYPE    
  EpochTime  

hcxEventLogShelfId 1.3.6.1.4.1.1141.2.16.1.1.4
contains the shelf id associated with the alarm.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2  

hcxEventLogSlotId 1.3.6.1.4.1.1141.2.16.1.1.5
contains the slot id associated with the alarm.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hcxEventLogPortId 1.3.6.1.4.1.1141.2.16.1.1.6
contains any port id associated with the alarm. If there is no associated port number then this attribute will be 0.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..4  

hcxEventLogMacAddr 1.3.6.1.4.1.1141.2.16.1.1.7
contains any MAC Address associated with the alarm. If there is no associated MAC Address then this attribute will be 0.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

hcxEventLogTrapId 1.3.6.1.4.1.1141.2.16.1.1.8
contains the trap id associated with the alarm.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hcxEventLogDataAValid 1.3.6.1.4.1.1141.2.16.1.1.9
this attribute indicates if the hcxEventLogDataA attribute is valid for this alarm.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

hcxEventLogDataA 1.3.6.1.4.1.1141.2.16.1.1.10
contains a single integer for data related to the alarm. i.e. for storing a threshold value associated with a threshold alarm. The application reading this value must have explicit knowledge of the trap id inorder to interpret this attribute.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hcxEventLogDataBValid 1.3.6.1.4.1.1141.2.16.1.1.11
this attribute indicates if the hcxEventLogDataB attribute is valid for this alarm.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

hcxEventLogDataB 1.3.6.1.4.1.1141.2.16.1.1.12
contains a second integer field for data related to the alarm. The application reading this value must have explicit knowledge of the trap id in order to interpret this attribute.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hcxEventStrDataValid 1.3.6.1.4.1.1141.2.16.1.1.13
this attribute indicates if the hcxEventStrData attribute is valid for this alarm.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

hcxEventStrData 1.3.6.1.4.1.1141.2.16.1.1.14
contains a display string for information related to the alarm. It maybe for storing a descriptive string or other text information.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(16)  

com21HcxAlmSeverityTable 1.3.6.1.4.1.1141.2.17.1
table of alarm severities.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HcxAlmSeverityEntry

com21HcxAlmSeverityEntry 1.3.6.1.4.1.1141.2.17.1.1
.
Status: current Access: not-accessible
OBJECT-TYPE    
  HcxAlmSeverityEntry  

hcxAlmSevTrapId 1.3.6.1.4.1.1141.2.17.1.1.1
contains the trap id.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hcxSetAlmSeverity 1.3.6.1.4.1.1141.2.17.1.1.2
contains alarm severity. See trap description for defaults.
Status: current Access: read-write
OBJECT-TYPE    
  AlarmSeverity