commit version 22.12.12447
This commit is contained in:
@ -23,13 +23,13 @@ IMPORTS
|
||||
-- September 11, 2018 at 21:26 GMT
|
||||
-- 1.3.6.1.4.1.30826.2.2.2
|
||||
dcpAlarm MODULE-IDENTITY
|
||||
LAST-UPDATED "201912191500Z"
|
||||
LAST-UPDATED "202006240800Z"
|
||||
ORGANIZATION "Smartoptics."
|
||||
CONTACT-INFO "http://www.smartoptics.com"
|
||||
DESCRIPTION "This is the enterprise specific DCP ALARM MIB for Smartoptics"
|
||||
|
||||
REVISION "201912191500Z" -- December 19.
|
||||
DESCRIPTION "Addition of interfaceDescription attribute in alarmLog."
|
||||
REVISION "202006240800Z" -- June 24.
|
||||
DESCRIPTION "Addition of interfaceDescription attribute in alarmActive."
|
||||
|
||||
REVISION "201810081444Z"
|
||||
DESCRIPTION "The initial revision"
|
||||
@ -182,7 +182,9 @@ DcpAlarmActiveListEntry ::=
|
||||
dcpAlarmActiveListStartTime
|
||||
DateAndTime,
|
||||
dcpAlarmActiveListSeqNumber
|
||||
Unsigned32
|
||||
Unsigned32,
|
||||
dcpAlarmActiveListInterfaceDescription
|
||||
DisplayString
|
||||
}
|
||||
|
||||
-- 1.3.6.1.4.1.30826.2.2.2.2.1.1.1
|
||||
@ -259,6 +261,15 @@ dcpAlarmActiveListSeqNumber OBJECT-TYPE
|
||||
"This OID currently always returns 0."
|
||||
::= { dcpAlarmActiveListEntry 7 }
|
||||
|
||||
-- 1.3.6.1.4.1.30826.2.2.2.2.1.1.8
|
||||
dcpAlarmActiveListInterfaceDescription OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..128))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The interface description field from where the alarm originated."
|
||||
::= { dcpAlarmActiveListEntry 8 }
|
||||
|
||||
-- 1.3.6.1.4.1.30826.2.2.2.2.2
|
||||
dcpAlarmLogTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF DcpAlarmLogEntry
|
||||
@ -490,7 +501,7 @@ dcpAlarmNotificationGroupV1 NOTIFICATION-GROUP
|
||||
dcpAlarmActiveListGroupV1 OBJECT-GROUP
|
||||
OBJECTS { dcpAlarmActiveListIndex, dcpAlarmActiveListLocation, dcpAlarmActiveListInterfaceName,
|
||||
dcpAlarmActiveListText, dcpAlarmActiveListSeverity, dcpAlarmActiveListStartTime, dcpAlarmActiveListSeqNumber }
|
||||
STATUS current
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The active alarm list objects V1."
|
||||
::= { dcpAlarmMIBGroups 3 }
|
||||
@ -513,6 +524,14 @@ dcpAlarmLogListGroupV2 OBJECT-GROUP
|
||||
"The alarm log list objects V2."
|
||||
::= { dcpAlarmMIBGroups 5 }
|
||||
|
||||
-- 1.3.6.1.4.1.30826.2.2.2.4.1.6
|
||||
dcpAlarmActiveListGroupV2 OBJECT-GROUP
|
||||
OBJECTS { dcpAlarmActiveListIndex, dcpAlarmActiveListLocation, dcpAlarmActiveListInterfaceName,
|
||||
dcpAlarmActiveListText, dcpAlarmActiveListSeverity, dcpAlarmActiveListStartTime, dcpAlarmActiveListSeqNumber, dcpAlarmActiveListInterfaceDescription }
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The active alarm list objects V2."
|
||||
::= { dcpAlarmMIBGroups 6 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.30826.2.2.2.4.2
|
||||
@ -533,7 +552,7 @@ dcpAlarmBasicComplV1 MODULE-COMPLIANCE
|
||||
|
||||
-- 1.3.6.1.4.1.30826.2.2.2.4.2.2
|
||||
dcpAlarmBasicComplV2 MODULE-COMPLIANCE
|
||||
STATUS current
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Basic requirements for the DCP-ALARM-MIB Compliance V2."
|
||||
MODULE
|
||||
@ -544,6 +563,19 @@ dcpAlarmBasicComplV2 MODULE-COMPLIANCE
|
||||
dcpAlarmLogListGroupV2}
|
||||
::= { dcpAlarmMIBCompliances 2}
|
||||
|
||||
-- 1.3.6.1.4.1.30826.2.2.2.4.2.3
|
||||
dcpAlarmBasicComplV3 MODULE-COMPLIANCE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Basic requirements for the DCP-ALARM-MIB Compliance V3."
|
||||
MODULE
|
||||
MANDATORY-GROUPS {
|
||||
dcpAlarmGeneralGroupV1,
|
||||
dcpAlarmNotificationGroupV1,
|
||||
dcpAlarmActiveListGroupV2,
|
||||
dcpAlarmLogListGroupV2}
|
||||
::= { dcpAlarmMIBCompliances 3}
|
||||
|
||||
END
|
||||
|
||||
--
|
||||
|
Reference in New Issue
Block a user