SLE-AM-MIB

File: SLE-AM-MIB.mib (33465 bytes)

Imported modules

DASAN-SMI SLE-TC-MIB SNMPv2-SMI
SNMPv2-TC

Imported symbols

sleMgmt SleControlStatusType SleControlRequestResultType
zeroDotZero TimeTicks Integer32
Unsigned32 Gauge32 OBJECT-TYPE
MODULE-IDENTITY NOTIFICATION-TYPE TEXTUAL-CONVENTION

Defined Types

AMAlarmClassId  
alarm class id 1~65535
TEXTUAL-CONVENTION    
  INTEGER 1..65535  

AMAlarmId  
Current Alarm ID 1~65535
TEXTUAL-CONVENTION    
  INTEGER 1..65535  

AMAlarmSeverity  
Severity of Alarm
TEXTUAL-CONVENTION    
  INTEGER critical(1), major(2), minor(3), warning(4), intermediate(5), default(6)  

AMTrapState  
This status explains whether TRAP status is enabled or disabled. Enable(1) : Alarm Trap State is Enabled. Hence TRAPs will be sent for this. Disable(0) : Alarm Trap State is Disabled. So Alarms won't be notified to user.
TEXTUAL-CONVENTION    
  INTEGER enable(1), disable(0)  

AMAlarmGuardTime  
alarm guard time 1~30 (second) 0, no alarm guard time apply
TEXTUAL-CONVENTION    
  INTEGER 0..30  

AMAlarmSrc  
|type|length|value|type|length|value|.... type (1-byte) : alarm location type length(1-byte) : alarm location value length value (length-bytes) : alarm location value
TEXTUAL-CONVENTION    
  OCTET STRING Size(68)  

AlarmStatus  
This is the status of the alarm. Cleared(0) : Alarm status is cleared Raised(1) : Alarm status is raised. Masked(2) : alarm is suppressed. Disable(3) : Alarm disable Forced-clear(4) : Init alarm Event(5) : Event report Unmasked(6) :Alarm suppression release
TEXTUAL-CONVENTION    
  INTEGER cleared(0), raised(1), masked(2), disabled(3), forcedClear(4), event(5), unmasked(6)  

AMAlarmReason  
Alarm reason Description string (include location infomatiln)
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..256)  

AMDateTime  
TOD integer value
TEXTUAL-CONVENTION    
  Unsigned32  

AMAlarmAco  
ACO control configuration acoOff(1) : buzzer operation enable. acoOn(2) : buzzer operation disable. acoOpr(3) : current buzzer cut.
TEXTUAL-CONVENTION    
  INTEGER acoOff(1), acoOn(2), acoOpr(3)  

AMAlarmLed  
LED control configuration ledOff(1) : LED operation disable. ledOn(2) : LED operation enable. ledOpr(3) : current LED off.
TEXTUAL-CONVENTION    
  INTEGER setLedOff(1), setLedOn(2), oprLed(3)  

SleAMConfigEntry  
SEQUENCE    
  sleAMConfigAlarmClassId AMAlarmClassId
  sleAMConfigAlarmId AMAlarmId
  sleAMConfigAlarmName OCTET STRING
  sleAMConfigAlarmSeverity AMAlarmSeverity
  sleAMConfigAlarmEnableState AMTrapState
  sleAMConfigAlarmRaiseGuardTime AMAlarmGuardTime
  sleAMConfigAlarmClearGuardTime AMAlarmGuardTime
  sleAMConfigAlarmLed INTEGER
  sleAMConfigSpecificId Integer32

SleAMCurrentEntry  
SEQUENCE    
  sleAMCurrentSeqId Unsigned32
  sleAMCurrentAlarmSource AMAlarmSrc
  sleAMCurrentAlarmClassId AMAlarmClassId
  sleAMCurrentAlarmId AMAlarmId
  sleAMCurrentAlarmStatus AlarmStatus
  sleAMCurrentAlarmSeverity AMAlarmSeverity
  sleAMCurrentAlarmReason AMAlarmReason
  sleAMCurrentTimeAndDate TimeTicks
  sleAMCurrentSpecificId INTEGER

SleAMHistoryEntry  
SEQUENCE    
  sleAMHistorySeqId Unsigned32
  sleAMHistoryAlarmSource AMAlarmSrc
  sleAMHistoryAlarmClassId AMAlarmClassId
  sleAMHistoryAlarmId AMAlarmId
  sleAMHistoryAlarmStatus AlarmStatus
  sleAMHistoryAlarmSeverity AMAlarmSeverity
  sleAMHistoryAlarmReason AMAlarmReason
  sleAMHistoryAlarmTimeDate TimeTicks
  sleAMHistorySpecificId Integer32

SleAMLedEntry  
SEQUENCE    
  sleAMLedSeverity INTEGER
  sleAMLedSet AMAlarmLed
  sleAMLedCount Integer32

Defined Values

sleAlarmMgr 1.3.6.1.4.1.6296.101.15
This MIB contains all needed informations about Alarm Manager.
MODULE-IDENTITY    

sleAMAlarmTrapNeId 1.3.6.1.4.1.6296.101.15.1
use for NE idendification when alarm(or event) trap system MAC address
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

sleAMConfigBase 1.3.6.1.4.1.6296.101.15.2
OBJECT IDENTIFIER    

sleAMConfigTable 1.3.6.1.4.1.6296.101.15.2.1
This table is the class Master Alarm table. It gets populated when system init is done. And it contains all the class alarms supported for the device
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SleAMConfigEntry

sleAMConfigEntry 1.3.6.1.4.1.6296.101.15.2.1.1
Status: current Access: not-accessible
OBJECT-TYPE    
  SleAMConfigEntry  

sleAMConfigAlarmClassId 1.3.6.1.4.1.6296.101.15.2.1.1.1
Class ID starts from 1 to 65535 for the system. And these IDs are defined by alarm-client
Status: current Access: read-only
OBJECT-TYPE    
  AMAlarmClassId  

sleAMConfigAlarmId 1.3.6.1.4.1.6296.101.15.2.1.1.2
Alarm ID Alarm ID starts from 1 to 65535 for the system. And these IDs are defined by alarm-client
Status: current Access: read-only
OBJECT-TYPE    
  AMAlarmId  

sleAMConfigAlarmName 1.3.6.1.4.1.6296.101.15.2.1.1.3
Alarm Name string
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

sleAMConfigAlarmSeverity 1.3.6.1.4.1.6296.101.15.2.1.1.4
Alarm severity: The default severity is pre-defined by each Alarm manager clients critical(1), major(2), minor(3), warning(4), intermediate(5),
Status: current Access: read-only
OBJECT-TYPE    
  AMAlarmSeverity  

sleAMConfigAlarmEnableState 1.3.6.1.4.1.6296.101.15.2.1.1.5
Alarm Trap State. Based on the trap state, the alarm will be notified to NMS. If the TRAP STATE is enabled then the alarm will be notified else wont be notified. enable (1) disabe (0)
Status: current Access: read-only
OBJECT-TYPE    
  AMTrapState  

sleAMConfigAlarmRaiseGuardTime 1.3.6.1.4.1.6296.101.15.2.1.1.6
Alarm raise Soaking time. When any alarm is raised, this attribute specifies how much time the alarm should be soaked before notifying to Alarm manager range:1 ~ 30, (if '0', no soaking time)
Status: current Access: read-only
OBJECT-TYPE    
  AMAlarmGuardTime  

sleAMConfigAlarmClearGuardTime 1.3.6.1.4.1.6296.101.15.2.1.1.7
Alarm clear Soaking time. When any alarm is cleared, this attribute specifies how much time the alarm should be soaked before notifying to Alarm manager range:1 ~ 30, (if '0', no soaking time)
Status: current Access: read-only
OBJECT-TYPE    
  AMAlarmGuardTime  

sleAMConfigAlarmLed 1.3.6.1.4.1.6296.101.15.2.1.1.8
Alarm led configuration. Determinde led operate or not, when alarms occur. off(0): led not operate on(1) : led operate
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER off(0), on(1)  

sleAMConfigSpecificId 1.3.6.1.4.1.6296.101.15.2.1.1.9
Alarm Configuration specific ID(4bytes) classId and alarmID are combinded with a specificID * 1st,2nd Bytes - ClassId * 3rd,4th bytes - alarmID
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

sleAMConfigControl 1.3.6.1.4.1.6296.101.15.2.2
OBJECT IDENTIFIER    

sleAMConfigControlRequest 1.3.6.1.4.1.6296.101.15.2.2.1
The configuration commands, and user can configure functions via setting this entry as proper value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER setAMConfigTrapEnableState(1), setAMConfigRaiseGuardTime(2), setAMConfigClearGuardTime(3), setAMConfigSeverity(4), setAMConfigLed(5)  

sleAMConfigControlStatus 1.3.6.1.4.1.6296.101.15.2.2.2
status of user command. User have to check this value as .busy. or .idle. before do setRequest.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlStatusType  

sleAMConfigControlTimer 1.3.6.1.4.1.6296.101.15.2.2.3
the wait-time until setRequest end. In case of short-time command, this value is 0
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

sleAMConfigControlTimeStamp 1.3.6.1.4.1.6296.101.15.2.2.4
the time stamp of the last command. (don.t care)
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleAMConfigControlReqResult 1.3.6.1.4.1.6296.101.15.2.2.5
Result of the last command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlRequestResultType  

sleAMConfigControlAlarmClassId 1.3.6.1.4.1.6296.101.15.2.2.6
Alarm Manager Class ID
Status: current Access: read-write
OBJECT-TYPE    
  AMAlarmClassId  

sleAMConfigControlAlarmId 1.3.6.1.4.1.6296.101.15.2.2.7
Alarm Manager Alarm Index
Status: current Access: read-write
OBJECT-TYPE    
  AMAlarmId  

sleAMConfigControlSeverity 1.3.6.1.4.1.6296.101.15.2.2.8
Alarm Class Severity critical(1), major(2), minor(3), warning(4), ignore(5), default(6)
Status: current Access: read-write
OBJECT-TYPE    
  AMAlarmSeverity  

sleAMConfigControlEnableState 1.3.6.1.4.1.6296.101.15.2.2.9
Alarm Trap State. Based on the trap state, the alarm will be notified to NMS. If the TRAP STATE is enabled then the alarm will be notified else wont be notified. enable (1) disabe (0)
Status: current Access: read-write
OBJECT-TYPE    
  AMTrapState  

sleAMConfigControlRaiseGuardTime 1.3.6.1.4.1.6296.101.15.2.2.10
Alarm Raise Soaking time. When any alarm is raised, this attribute specifies how much time the alarm should be soaked before notifying to Alarm manager range:1 ~ 30, (if '0', no soaking time)
Status: current Access: read-write
OBJECT-TYPE    
  AMAlarmGuardTime  

sleAMConfigControlClearGuardTime 1.3.6.1.4.1.6296.101.15.2.2.11
Alarm clear Soaking time. When any alarm is cleared, this attribute specifies how much time the alarm should be soaked before notifying to Alarm manager range:1 ~ 30, (if '0', no soaking time)
Status: current Access: read-write
OBJECT-TYPE    
  AMAlarmGuardTime  

sleAMConfigControlLed 1.3.6.1.4.1.6296.101.15.2.2.12
Alarm led configuration. Determinde led operate or not, when alarms occur. off(0): led not operate on(1) : led operate
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

sleAMConfigNotification 1.3.6.1.4.1.6296.101.15.2.3
OBJECT IDENTIFIER    

sleAMConfigSeverityChanged 1.3.6.1.4.1.6296.101.15.2.3.1
Notification for Alarm severity change
Status: current Access: read-write
NOTIFICATION-TYPE    

sleAMConfigEnableStateChanged 1.3.6.1.4.1.6296.101.15.2.3.2
Notification for Class Trap State change
Status: current Access: read-write
NOTIFICATION-TYPE    

sleAMConfigRaiseGuardTimeChanged 1.3.6.1.4.1.6296.101.15.2.3.3
Notification for Raise Soak time change
Status: current Access: read-write
NOTIFICATION-TYPE    

sleAMConfigClearGuardTimeChanged 1.3.6.1.4.1.6296.101.15.2.3.4
Notification for Clear Soak time change
Status: current Access: read-write
NOTIFICATION-TYPE    

sleAMConfigLedChanged 1.3.6.1.4.1.6296.101.15.2.3.5
Notification for Alarm led configuration change
Status: current Access: read-write
NOTIFICATION-TYPE    

sleAMCurrentBase 1.3.6.1.4.1.6296.101.15.3
OBJECT IDENTIFIER    

sleAMCurrentTable 1.3.6.1.4.1.6296.101.15.3.1
This table contains the current active alarms for the Alarm Class. Each Row in this table gets populated when any Alarm is raised
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SleAMCurrentEntry

sleAMCurrentEntry 1.3.6.1.4.1.6296.101.15.3.1.1
Status: current Access: not-accessible
OBJECT-TYPE    
  SleAMCurrentEntry  

sleAMCurrentSeqId 1.3.6.1.4.1.6296.101.15.3.1.1.1
alarm sequence id key of current alarm table it generated by alarm-manager automatically
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..65535  

sleAMCurrentAlarmSource 1.3.6.1.4.1.6296.101.15.3.1.1.2
alarm location infomation |type|length|value|type|length|value|.... type (1-byte) : alarm location type length(1-byte) : alarm location value length value (length-bytes) : alarm location value
Status: current Access: read-only
OBJECT-TYPE    
  AMAlarmSrc  

sleAMCurrentAlarmClassId 1.3.6.1.4.1.6296.101.15.3.1.1.3
Class ID starts from 1 to 65535 for the system. And these IDs are defined by alarm-client
Status: current Access: read-only
OBJECT-TYPE    
  AMAlarmClassId  

sleAMCurrentAlarmId 1.3.6.1.4.1.6296.101.15.3.1.1.4
Alarm ID Alarm ID starts from 1 to 65535 for the system. And these IDs are defined by alarm-client
Status: current Access: read-only
OBJECT-TYPE    
  AMAlarmId  

sleAMCurrentAlarmStatus 1.3.6.1.4.1.6296.101.15.3.1.1.5
Current Alarm State: raised (1), masked(2)
Status: current Access: read-only
OBJECT-TYPE    
  AlarmStatus  

sleAMCurrentAlarmSeverity 1.3.6.1.4.1.6296.101.15.3.1.1.6
Current Alarm Severity: critical(1), major(2), minor(3), warning(4)
Status: current Access: read-only
OBJECT-TYPE    
  AMAlarmSeverity  

sleAMCurrentAlarmReason 1.3.6.1.4.1.6296.101.15.3.1.1.7
reasion string
Status: current Access: read-only
OBJECT-TYPE    
  AMAlarmReason  

sleAMCurrentTimeAndDate 1.3.6.1.4.1.6296.101.15.3.1.1.8
Current Alarm Time and Date
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleAMCurrentSpecificId 1.3.6.1.4.1.6296.101.15.3.1.1.9
Current Alarm specific ID(4bytes) classId and alarmID are combinded with a specificID * 1st,2nd Bytes - ClassId * 3rd,4th bytes - alarmID
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

sleAMCurrentControl 1.3.6.1.4.1.6296.101.15.3.2
OBJECT IDENTIFIER    

sleAMCurrentControlRequest 1.3.6.1.4.1.6296.101.15.3.2.1
The configuration commands, and user can configure functions via setting this entry as proper value. 1: all current alarm clear 2: current alarm clear by SeqId 3: current alarm clear by Source(location)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER allAlarmClear(1), alarmClearBySeqId(2), alarmClearBySource(3)  

sleAMCurrentControlStatus 1.3.6.1.4.1.6296.101.15.3.2.2
status of user command. User have to check this value as .busy. or .idle. before do setRequest.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlStatusType  

sleAMCurrentControlTimer 1.3.6.1.4.1.6296.101.15.3.2.3
the wait-time until setRequest end. In case of short-time command, this value is 0
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

sleAMCurrentControlTimeStamp 1.3.6.1.4.1.6296.101.15.3.2.4
the time stamp of the last command. (don.t care)
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleAMCurrentControlReqResult 1.3.6.1.4.1.6296.101.15.3.2.5
Result of the last command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlRequestResultType  

sleAMCurrentControlSeqId 1.3.6.1.4.1.6296.101.15.3.2.6
current alarmControl Sequence ID.(0, all mcurrent alarm cleared) Valid only if the sleAMHistoryControlRequest value is set to 2(alarmHistoryClearBySeqId).
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

sleAMCurrentControlSource 1.3.6.1.4.1.6296.101.15.3.2.7
current alarm clear location infomation |type|length|value|type|length|value|.... type (1-byte) : alarm location type length(1-byte) : alarm location value length value (length-bytes) : alarm location value
Status: current Access: read-write
OBJECT-TYPE    
  AMAlarmSrc  

sleAMCurrentNotification 1.3.6.1.4.1.6296.101.15.3.3
OBJECT IDENTIFIER    

sleAMCurrentAlarmCleared 1.3.6.1.4.1.6296.101.15.3.3.1
Notification for current alarm clear
Status: current Access: read-write
NOTIFICATION-TYPE    

sleAlarmTrapAlarm 1.3.6.1.4.1.6296.101.15.3.3.2
Notify Alarm Raise/Clear TRAPS to NMS for each entry in the Table
Status: current Access: read-write
NOTIFICATION-TYPE    

sleAlarmTrapEvent 1.3.6.1.4.1.6296.101.15.3.3.3
Notify Event Occur TRAPS to NMS for each entry in the Table
Status: current Access: read-write
NOTIFICATION-TYPE    

sleAMHistoryBase 1.3.6.1.4.1.6296.101.15.4
OBJECT IDENTIFIER    

sleAMHistoryTable 1.3.6.1.4.1.6296.101.15.4.1
This Table is used to for keeping the Alarm History
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SleAMHistoryEntry

sleAMHistoryEntry 1.3.6.1.4.1.6296.101.15.4.1.1
Status: current Access: not-accessible
OBJECT-TYPE    
  SleAMHistoryEntry  

sleAMHistorySeqId 1.3.6.1.4.1.6296.101.15.4.1.1.1
Alarm History Sequence ID. This sequence Id is maintained based on the TRAP sent.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..65535  

sleAMHistoryAlarmSource 1.3.6.1.4.1.6296.101.15.4.1.1.2
|type|length|value|type|length|value|.... type (1-byte) : alarm location type length(1-byte) : alarm location value length value (length-bytes) : alarm location value
Status: current Access: read-only
OBJECT-TYPE    
  AMAlarmSrc  

sleAMHistoryAlarmClassId 1.3.6.1.4.1.6296.101.15.4.1.1.3
Class ID starts from 1 to 65535 for the system. And these IDs are defined by alarm-client
Status: current Access: read-only
OBJECT-TYPE    
  AMAlarmClassId  

sleAMHistoryAlarmId 1.3.6.1.4.1.6296.101.15.4.1.1.4
History Alarm ID Alarm ID starts from 1 to 65535 for the system. And these IDs are defined by alarm-client
Status: current Access: read-only
OBJECT-TYPE    
  AMAlarmId  

sleAMHistoryAlarmStatus 1.3.6.1.4.1.6296.101.15.4.1.1.5
History Alarm State: cleared (0), raised (1), masked(2)
Status: current Access: read-only
OBJECT-TYPE    
  AlarmStatus  

sleAMHistoryAlarmSeverity 1.3.6.1.4.1.6296.101.15.4.1.1.6
History alarm Severity critical(1), major(2), minor(3), warning(4)
Status: current Access: read-only
OBJECT-TYPE    
  AMAlarmSeverity  

sleAMHistoryAlarmReason 1.3.6.1.4.1.6296.101.15.4.1.1.7
History alarm Reason string
Status: current Access: read-write
OBJECT-TYPE    
  AMAlarmReason  

sleAMHistoryAlarmTimeDate 1.3.6.1.4.1.6296.101.15.4.1.1.8
History Alarm Time and Date
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleAMHistorySpecificId 1.3.6.1.4.1.6296.101.15.4.1.1.9
Alarm History specific ID(4bytes) classId and alarmID are combinded with a specificID * 1st,2nd Bytes - ClassId * 3rd,4th bytes - alarmID
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

sleAMHistoryControl 1.3.6.1.4.1.6296.101.15.4.2
OBJECT IDENTIFIER    

sleAMHistoryControlRequest 1.3.6.1.4.1.6296.101.15.4.2.1
The configuration commands, and user can configure functions via setting this entry as proper value. clearAlarmHistory : clears the alarms from the History Table 1: all alarm history clear 2: alarm history clear by SeqId 3: alarm history clear by Source(location)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER allAlarmHistoryClear(1), alarmHistoryClearBySeqId(2), alarmHistoryClearBySource(3)  

sleAMHistoryControlStatus 1.3.6.1.4.1.6296.101.15.4.2.2
status of user command. User have to check this value as .busy. or .idle. before do setRequest.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlStatusType  

sleAMHistoryControlTimer 1.3.6.1.4.1.6296.101.15.4.2.3
the wait-time until setRequest end. In case of short-time command, this value is 0
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

sleAMHistoryControlTimeStamp 1.3.6.1.4.1.6296.101.15.4.2.4
the time stamp of the last command. (don.t care)
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleAMHistoryControlReqResult 1.3.6.1.4.1.6296.101.15.4.2.5
Result of the last command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlRequestResultType  

sleAMHistoryControSeqId 1.3.6.1.4.1.6296.101.15.4.2.6
Alarm History Control Sequence ID. Specify cleared history alarm ID (0, all alarm history cleared)
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

sleAMHistoryControSource 1.3.6.1.4.1.6296.101.15.4.2.7
alarm history clear location infomation Valid only if the sleAMHistoryControlRequest value is set to 3(alarmHistoryClearBySource). |type|length|value|type|length|value|.... type (1-byte) : alarm location type length(1-byte) : alarm location value length value (length-bytes) : alarm location value
Status: current Access: read-write
OBJECT-TYPE    
  AMAlarmSrc  

sleAMHistoryNotification 1.3.6.1.4.1.6296.101.15.4.3
OBJECT IDENTIFIER    

sleAMHistoryAlarmCleared 1.3.6.1.4.1.6296.101.15.4.3.1
Notification for History Class cleared
Status: current Access: read-write
NOTIFICATION-TYPE    

sleAMAcoBase 1.3.6.1.4.1.6296.101.15.5
OBJECT IDENTIFIER    

sleAMAcoInfoEntry 1.3.6.1.4.1.6296.101.15.5.1
OBJECT IDENTIFIER    

sleAMAcoInfo 1.3.6.1.4.1.6296.101.15.5.1.1
ACO control configuration acoOff(1) : buzzer operation enable. acoOn(2) : buzzer operation disable. acoOpr(3) : current buzzer cut.
Status: current Access: read-only
OBJECT-TYPE    
  AMAlarmAco  

sleAMAcoControl 1.3.6.1.4.1.6296.101.15.5.2
OBJECT IDENTIFIER    

sleAMAcoControlRequest 1.3.6.1.4.1.6296.101.15.5.2.1
The configuration commands, and user can configure functions via setting this entry as proper value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER oprAco(1), setAco(2)  

sleAMAcogControlStatus 1.3.6.1.4.1.6296.101.15.5.2.2
status of user command. User have to check this value as .busy. or .idle. before do setRequest.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlStatusType  

sleAMAcoControlTimer 1.3.6.1.4.1.6296.101.15.5.2.3
the wait-time until setRequest end. In case of short-time command, this value is 0
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

sleAMAcoControlTimeStamp 1.3.6.1.4.1.6296.101.15.5.2.4
the time stamp of the last command. (don.t care)
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleAMAcoControlReqResult 1.3.6.1.4.1.6296.101.15.5.2.5
Result of the last command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlRequestResultType  

sleAMAcoControlSet 1.3.6.1.4.1.6296.101.15.5.2.6
ACO control acoOff(1) : buzzer operation enable. acoOn(2) : buzzer operation disable. acoOpr(3) : current buzzer cut.
Status: current Access: read-write
OBJECT-TYPE    
  AMAlarmAco  

sleAMAcoNotification 1.3.6.1.4.1.6296.101.15.5.3
OBJECT IDENTIFIER    

sleAMAcoChanged 1.3.6.1.4.1.6296.101.15.5.3.1
Notification for Alarm ACO configuration change
Status: current Access: read-write
NOTIFICATION-TYPE    

sleAMLedBase 1.3.6.1.4.1.6296.101.15.6
OBJECT IDENTIFIER    

sleAMLedTable 1.3.6.1.4.1.6296.101.15.6.1
This table contains the LED status and configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SleAMLedEntry

sleAMLedEntry 1.3.6.1.4.1.6296.101.15.6.1.1
Status: current Access: not-accessible
OBJECT-TYPE    
  SleAMLedEntry  

sleAMLedSeverity 1.3.6.1.4.1.6296.101.15.6.1.1.1
LED Alarm Severity critical(1), major(2), minor(3),
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER critical(1), major(2), minor(3)  

sleAMLedSet 1.3.6.1.4.1.6296.101.15.6.1.1.2
ACO control configuration acoOff(1) : buzzer operation enable. acoOn(2) : buzzer operation disable. acoOpr(3) : current buzzer cut.
Status: current Access: read-write
OBJECT-TYPE    
  AMAlarmLed  

sleAMLedCount 1.3.6.1.4.1.6296.101.15.6.1.1.3
alarm count of the associated led
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

sleAMLedControl 1.3.6.1.4.1.6296.101.15.6.2
OBJECT IDENTIFIER    

sleAMLedControlRequest 1.3.6.1.4.1.6296.101.15.6.2.1
The configuration commands, and user can configure functions via setting this entry as proper value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER oprLed(1), setLed(2), ledCount(3)  

sleAMLedControlStatus 1.3.6.1.4.1.6296.101.15.6.2.2
status of user command. User have to check this value as .busy. or .idle. before do setRequest.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlStatusType  

sleAMLedControlTimer 1.3.6.1.4.1.6296.101.15.6.2.3
the wait-time until setRequest end. In case of short-time command, this value is 0
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

sleAMLedControlTimeStamp 1.3.6.1.4.1.6296.101.15.6.2.4
the time stamp of the last command. (don.t care)
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleAMLedControlReqResult 1.3.6.1.4.1.6296.101.15.6.2.5
Result of the last command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlRequestResultType  

sleAMLedControlSeverity 1.3.6.1.4.1.6296.101.15.6.2.6
LED Alarm Severity critical(1), major(2), minor(3),
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER all(0), critical(1), major(2), minor(3)  

sleAMLedControlSet 1.3.6.1.4.1.6296.101.15.6.2.7
LED control configuration ledOff(1) : LED operation disable. ledOn(2) : LED operation enable. ledOpr(3) : current LED off.
Status: current Access: read-write
OBJECT-TYPE    
  AMAlarmLed  

sleAMLedNotification 1.3.6.1.4.1.6296.101.15.6.3
OBJECT IDENTIFIER    

sleAMLedChanged 1.3.6.1.4.1.6296.101.15.6.3.1
Notification for LED configuration change
Status: current Access: read-write
NOTIFICATION-TYPE