Commit version 24.12.13800
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
alphaAlarmNotifications MODULE-IDENTITY
|
||||
LAST-UPDATED "201507280000Z"
|
||||
LAST-UPDATED "201707310000Z"
|
||||
ORGANIZATION "Alpha Technologies Ltd."
|
||||
CONTACT-INFO
|
||||
"Alpha Technologies Ltd.
|
||||
@ -33,7 +33,15 @@
|
||||
Fax: 1-604-436-1233"
|
||||
DESCRIPTION
|
||||
"This MIB defines the notification block(s) available in system controllers."
|
||||
|
||||
|
||||
REVISION "201707310000Z" -- July 31, 2017
|
||||
DESCRIPTION
|
||||
"
|
||||
Added alarmAdditionalInformation varbinds.
|
||||
Tested with SimpleWeb: http://www.simpleweb.org
|
||||
Passed highest level of compliance. (level 6)
|
||||
"
|
||||
|
||||
REVISION "201507280000Z" -- July 28, 2015
|
||||
DESCRIPTION
|
||||
"
|
||||
@ -70,7 +78,8 @@
|
||||
componentListReference,
|
||||
alarmSeverity,
|
||||
controllerInfoName,
|
||||
alarmCustomDescription
|
||||
alarmCustomDescription,
|
||||
alarmAdditionalInformation
|
||||
|
||||
}
|
||||
STATUS current
|
||||
@ -122,7 +131,8 @@
|
||||
componentListReference,
|
||||
alarmSeverity,
|
||||
controllerInfoName,
|
||||
alarmCustomDescription
|
||||
alarmCustomDescription,
|
||||
alarmAdditionalInformation
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -192,6 +202,18 @@
|
||||
User defined value used for filtering purposes.
|
||||
"
|
||||
::= { alphaAlarmNotificationsExtension 3 }
|
||||
|
||||
alarmAdditionalInformation OBJECT-TYPE
|
||||
SYNTAX OCTET STRING
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
Additional information about the alarm. Each piece of information is separated by 2 colons ::. The following are currently provided
|
||||
- Physical location, in the format bay-shelf-slot-channel (used by LP Module alarms)
|
||||
- What alert is producing this alarm (used by LP Module alarms)
|
||||
"
|
||||
::= { alphaAlarmNotificationsExtension 4 }
|
||||
|
||||
|
||||
|
||||
@ -221,7 +243,8 @@
|
||||
OBJECTS {
|
||||
alarmSeverity,
|
||||
alarmCustomDescription,
|
||||
alarmPriority
|
||||
alarmPriority,
|
||||
alarmAdditionalInformation
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
|
@ -16,7 +16,7 @@
|
||||
FROM SNMPv2-CONF;
|
||||
|
||||
rectifierSystem MODULE-IDENTITY
|
||||
LAST-UPDATED "201507280000Z"
|
||||
LAST-UPDATED "201912120000Z"
|
||||
ORGANIZATION "Alpha Technologies Ltd."
|
||||
CONTACT-INFO
|
||||
"Alpha Technologies Ltd.
|
||||
@ -29,6 +29,22 @@
|
||||
DESCRIPTION
|
||||
"This MIB defines the notification block(s) available in system controllers."
|
||||
|
||||
REVISION "201912120000Z" -- Dec 12, 2019
|
||||
DESCRIPTION
|
||||
"
|
||||
Added fields for statistic counters for various rectifier states.
|
||||
Tested with SimpleWeb: http://www.simpleweb.org
|
||||
Passed highest level of compliance. (level 6)
|
||||
"
|
||||
|
||||
REVISION "201704060000Z" -- April 4, 2017
|
||||
DESCRIPTION
|
||||
"
|
||||
Added fields for power save and some battery fields.
|
||||
Tested with SimpleWeb: http://www.simpleweb.org
|
||||
Passed highest level of compliance. (level 6)
|
||||
"
|
||||
|
||||
REVISION "201507280000Z" -- July 28, 2015
|
||||
DESCRIPTION
|
||||
"
|
||||
@ -171,7 +187,238 @@
|
||||
DESCRIPTION
|
||||
"Snmp ID# assigned to the system."
|
||||
::= { rectifierSystem 15 }
|
||||
|
||||
|
||||
rectSysEstimatedRequiredCapacityInWatts OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Estimated required capacity needed in watts."
|
||||
::= { rectifierSystem 16 }
|
||||
|
||||
rectSysEstimatedRequiredCapacityInAmps OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Estimated required capacity needed in amps."
|
||||
::= { rectifierSystem 17 }
|
||||
|
||||
rectSysEstimatedAvailableCapacityInWatts OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Estimated available capacity needed in watts."
|
||||
::= { rectifierSystem 18 }
|
||||
|
||||
rectSysEstimatedAvailableCapacityInAmps OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Estimated available capacity needed in amps."
|
||||
::= { rectifierSystem 19 }
|
||||
|
||||
rectSysEstimatedRedundantCapacityInWatts OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Estimated redundant capacity needed in watts."
|
||||
::= { rectifierSystem 20 }
|
||||
|
||||
rectSysEstimatedRedundantCapacityInAmps OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Estimated redundant capacity needed in amps."
|
||||
::= { rectifierSystem 21 }
|
||||
|
||||
rectSysEstimatedStandbyCapacityInWatts OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Estimated standby capacity needed in watts."
|
||||
::= { rectifierSystem 22 }
|
||||
|
||||
rectSysEstimatedStandbyCapacityInAmps OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Estimated standby capacity needed in amps."
|
||||
::= { rectifierSystem 23 }
|
||||
|
||||
rectSysPowerAveragePower OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The average power of all modules supplying power for Power Save in percentage."
|
||||
::= { rectifierSystem 24 }
|
||||
|
||||
rectSysModulesSupplyingPower OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of modules supplying power."
|
||||
::= { rectifierSystem 25 }
|
||||
|
||||
rectSysModulesInStandby OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of modules in standby."
|
||||
::= { rectifierSystem 26 }
|
||||
|
||||
rectSysEstimatedCapacityRemainingCurrent OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Estimated capacity remaining in amps."
|
||||
::= { rectifierSystem 28 }
|
||||
|
||||
rectSysEstimatedCapacityRemainingPower OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Estimated capacity remaining in watts."
|
||||
::= { rectifierSystem 29 }
|
||||
|
||||
rectSysEstimatedSOCPercent OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Estimated state of charge percent remaining."
|
||||
::= { rectifierSystem 30 }
|
||||
|
||||
rectSysEstimatedBatteryRuntime OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Estimated battery runtime remaining in hours."
|
||||
::= { rectifierSystem 31 }
|
||||
|
||||
rectSysEstimatedBatteryHealthPercent OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Estimated battery health percentage."
|
||||
::= { rectifierSystem 32 }
|
||||
|
||||
rectNumberOfAcquiredRectifiers OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Acquired Rectifiers."
|
||||
::= { rectifierSystem 33 }
|
||||
|
||||
rectNumberOfSourcingRectifiers OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Sourcing Rectifiers."
|
||||
::= { rectifierSystem 34 }
|
||||
|
||||
rectNumberOfFailedRectifiers OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Failed Rectifiers."
|
||||
::= { rectifierSystem 35 }
|
||||
|
||||
rectNumberOfMinorAlertRectifiers OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Rectifiers with Minor Alerts."
|
||||
::= { rectifierSystem 36 }
|
||||
|
||||
rectNumberOfCommsLostRectifiers OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Rectifiers in Comms Lost."
|
||||
::= { rectifierSystem 37 }
|
||||
|
||||
rectNumberOfCommsNormalRectifiers OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Rectifiers in Comms Normal."
|
||||
::= { rectifierSystem 38 }
|
||||
|
||||
rectNumberOfACFailedRectifiers OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Rectifiers with AC Failed."
|
||||
::= { rectifierSystem 39 }
|
||||
|
||||
rectNumberOfRectifiersWithConfigError OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Rectifiers with Configuration Error."
|
||||
::= { rectifierSystem 40}
|
||||
|
||||
rectNumberOfRectifiersInPowerLimit OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Rectifiers in Power Limit."
|
||||
::= { rectifierSystem 41}
|
||||
|
||||
rectNumberOfRectifiersInCurrentLimit OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Rectifiers in Current Limit."
|
||||
::= { rectifierSystem 42}
|
||||
|
||||
rectNumberOfFanFailRectifiers OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Rectifiers with Fan Failed."
|
||||
::= { rectifierSystem 43}
|
||||
|
||||
rectNumberOfRectifiersInBootloader OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Rectifiers in Boot Loader."
|
||||
::= { rectifierSystem 44}
|
||||
|
||||
rectMaxRectifierAmbientTemperature OBJECT-TYPE
|
||||
SYNTAX ScaledNumber
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Maximum Rectifier Ambient Temperature."
|
||||
::= { rectifierSystem 45}
|
||||
|
||||
|
||||
-- Conformance
|
||||
@ -209,8 +456,37 @@
|
||||
rectSysBatteryVoltage,
|
||||
rectSysBatteryCurrent,
|
||||
rectSysBatteryTemperature,
|
||||
rectSysSystemNumber
|
||||
}
|
||||
rectSysSystemNumber,
|
||||
rectSysEstimatedRequiredCapacityInWatts,
|
||||
rectSysEstimatedRequiredCapacityInAmps,
|
||||
rectSysEstimatedAvailableCapacityInWatts,
|
||||
rectSysEstimatedAvailableCapacityInAmps,
|
||||
rectSysEstimatedRedundantCapacityInWatts,
|
||||
rectSysEstimatedRedundantCapacityInAmps,
|
||||
rectSysEstimatedStandbyCapacityInWatts,
|
||||
rectSysEstimatedStandbyCapacityInAmps,
|
||||
rectSysPowerAveragePower,
|
||||
rectSysModulesSupplyingPower,
|
||||
rectSysModulesInStandby,
|
||||
rectSysEstimatedCapacityRemainingCurrent,
|
||||
rectSysEstimatedCapacityRemainingPower,
|
||||
rectSysEstimatedSOCPercent,
|
||||
rectSysEstimatedBatteryRuntime,
|
||||
rectSysEstimatedBatteryHealthPercent,
|
||||
rectNumberOfAcquiredRectifiers,
|
||||
rectNumberOfSourcingRectifiers,
|
||||
rectNumberOfFailedRectifiers,
|
||||
rectNumberOfMinorAlertRectifiers,
|
||||
rectNumberOfCommsLostRectifiers,
|
||||
rectNumberOfCommsNormalRectifiers,
|
||||
rectNumberOfACFailedRectifiers,
|
||||
rectNumberOfRectifiersWithConfigError,
|
||||
rectNumberOfRectifiersInPowerLimit,
|
||||
rectNumberOfRectifiersInCurrentLimit,
|
||||
rectNumberOfFanFailRectifiers,
|
||||
rectNumberOfRectifiersInBootloader,
|
||||
rectMaxRectifierAmbientTemperature
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Alpha Rectifier System data list group."
|
||||
|
@ -3,7 +3,7 @@
|
||||
--==========================================================================
|
||||
--
|
||||
-- Alpha Technologies Ltd.
|
||||
-- Copyright 2014
|
||||
-- Copyright 2019
|
||||
--
|
||||
--==========================================================================
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
FROM SNMPv2-CONF;
|
||||
|
||||
alpha MODULE-IDENTITY
|
||||
LAST-UPDATED "201507280000Z"
|
||||
LAST-UPDATED "202304030000Z"
|
||||
ORGANIZATION "Alpha Technologies Ltd."
|
||||
CONTACT-INFO
|
||||
"Alpha Technologies Ltd.
|
||||
@ -29,7 +29,35 @@
|
||||
Fax: 1-604-436-1233"
|
||||
DESCRIPTION
|
||||
"This MIB defines the information block(s) available in system controllers."
|
||||
|
||||
|
||||
REVISION "202304030000Z" -- April 3, 2023
|
||||
DESCRIPTION
|
||||
"Updated the type of some index columns to be a string, matching the value type
|
||||
that has been exposed for a long time.
|
||||
"
|
||||
|
||||
|
||||
REVISION "201911150000Z" -- November 15, 2019
|
||||
DESCRIPTION
|
||||
"Added the configurationChoiceList table to support the other configuration tables,
|
||||
allowing the ability to see what possible choices there are for choice values.
|
||||
"
|
||||
|
||||
|
||||
REVISION "201904120000Z" -- April 12, 2019
|
||||
DESCRIPTION
|
||||
"Added alert table and conformance group.
|
||||
Tested with SimpleWeb: http://www.simpleweb.org
|
||||
Passed highest level of compliance. (level 6)
|
||||
"
|
||||
|
||||
REVISION "201611150000Z" -- November 15, 2016
|
||||
DESCRIPTION
|
||||
"Added conformance group for alarms to follow MIB structure conformance rules. Tested with
|
||||
SimpleWeb: http://www.simpleweb.org
|
||||
Passed highest level of compliance. (level 6)
|
||||
"
|
||||
|
||||
REVISION "201510190000Z" -- October 19, 2015
|
||||
DESCRIPTION
|
||||
"
|
||||
@ -47,6 +75,7 @@
|
||||
REVISION "201506230000Z" -- June 23, 2015
|
||||
DESCRIPTION
|
||||
"General version, Cordex HP Controller"
|
||||
|
||||
::= { enterprises 7309 }
|
||||
|
||||
|
||||
@ -309,6 +338,8 @@
|
||||
13 - Shunt
|
||||
14 - SNMP Destinations
|
||||
15 - CAN Bus
|
||||
|
||||
See SNMP Integrators Guide for complete list www.alpha.ca
|
||||
"
|
||||
::= { componentListEntry 4 }
|
||||
|
||||
@ -389,14 +420,14 @@
|
||||
|
||||
|
||||
DataListEntry ::= SEQUENCE {
|
||||
dataListReference Unsigned32,
|
||||
dataListReference OCTET STRING,
|
||||
dataListName OCTET STRING,
|
||||
dataListType Unsigned32,
|
||||
dataListUnit OCTET STRING
|
||||
}
|
||||
|
||||
dataListReference OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (1..4294967295)
|
||||
SYNTAX OCTET STRING (SIZE(0..32))
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -475,13 +506,13 @@
|
||||
|
||||
|
||||
DataEntry ::= SEQUENCE {
|
||||
dataReference Unsigned32,
|
||||
dataReference OCTET STRING,
|
||||
dataNumberValue ScaledNumber,
|
||||
dataStringValue OCTET STRING
|
||||
}
|
||||
|
||||
dataReference OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (1..4294967295)
|
||||
SYNTAX OCTET STRING (SIZE(0..32))
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -548,14 +579,14 @@
|
||||
|
||||
|
||||
ConfigurationListEntry ::= SEQUENCE {
|
||||
configurationListReference Unsigned32,
|
||||
configurationListReference OCTET STRING,
|
||||
configurationListName OCTET STRING,
|
||||
configurationListType Integer32,
|
||||
configurationListUnit OCTET STRING
|
||||
}
|
||||
|
||||
configurationListReference OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (1..4294967295)
|
||||
SYNTAX OCTET STRING (SIZE(0..32))
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -639,13 +670,13 @@
|
||||
|
||||
|
||||
ConfigurationEntry ::= SEQUENCE {
|
||||
configurationReference Unsigned32,
|
||||
configurationReference OCTET STRING,
|
||||
configurationNumberValue ScaledNumber,
|
||||
configurationStringValue OCTET STRING
|
||||
}
|
||||
|
||||
configurationReference OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (1..4294967295)
|
||||
SYNTAX OCTET STRING (SIZE(0..32))
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -711,12 +742,12 @@
|
||||
|
||||
|
||||
CommandListEntry ::= SEQUENCE {
|
||||
commandListReference Unsigned32,
|
||||
commandListReference OCTET STRING,
|
||||
commandListName OCTET STRING
|
||||
}
|
||||
|
||||
commandListReference OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (1..4294967295)
|
||||
SYNTAX OCTET STRING (SIZE(0..32))
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -769,12 +800,12 @@
|
||||
|
||||
|
||||
CommandEntry ::= SEQUENCE {
|
||||
commandReference Unsigned32,
|
||||
commandReference OCTET STRING,
|
||||
commandTrigger Integer32
|
||||
}
|
||||
|
||||
commandReference OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (1..4294967295)
|
||||
SYNTAX OCTET STRING (SIZE(0..32))
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -896,7 +927,7 @@
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
Interger representation of the state of the alarm and its priority level.
|
||||
Integer representation of the state of the alarm and its priority level.
|
||||
0 - Normal
|
||||
1 - Warning
|
||||
2 - Minor
|
||||
@ -905,8 +936,129 @@
|
||||
"
|
||||
::= { alarmEntry 1 }
|
||||
|
||||
|
||||
|
||||
alert OBJECT IDENTIFIER ::= { resource 10 }
|
||||
|
||||
alertCount OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of defined alert points available for query. Alerts
|
||||
are indications of the state of modules. Alerts are not configurable
|
||||
and do not send notifications"
|
||||
::= { alert 1 }
|
||||
|
||||
alertTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AlertEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
Table of active module alerts fields.
|
||||
"
|
||||
::= { alert 2 }
|
||||
|
||||
alertEntry OBJECT-TYPE
|
||||
SYNTAX AlertEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
Conceptual row of the Alert Table.
|
||||
"
|
||||
INDEX { componentListType }
|
||||
::= { alertTable 1 }
|
||||
|
||||
|
||||
AlertEntry ::= SEQUENCE {
|
||||
alertTypeName OCTET STRING
|
||||
}
|
||||
|
||||
|
||||
alertTypeName OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(0..256))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
the name of the alert
|
||||
"
|
||||
::= { alertEntry 1 }
|
||||
|
||||
-- Configuration Choices
|
||||
-----------
|
||||
|
||||
configurationChoiceList OBJECT IDENTIFIER ::= { resource 11 }
|
||||
|
||||
configurationChoiceListCount OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of defined configuration choices available for query."
|
||||
::= { configurationChoiceList 1 }
|
||||
|
||||
configurationChoiceListTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF ConfigurationChoiceListEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
Table of configuration choices. To be used in conjuction with the configurationList and configuration tables.
|
||||
For Choice type fields, this table will tell you what the possible values each Choice field can be set to.
|
||||
"
|
||||
::= { configurationChoiceList 2 }
|
||||
|
||||
configurationChoiceListEntry OBJECT-TYPE
|
||||
SYNTAX ConfigurationChoiceListEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
Configuration choice entries available for GET.
|
||||
"
|
||||
INDEX { componentListType, configurationChoiceListReference }
|
||||
::= { configurationChoiceListTable 1 }
|
||||
|
||||
|
||||
ConfigurationChoiceListEntry ::= SEQUENCE {
|
||||
configurationChoiceListReference OCTET STRING,
|
||||
configurationChoiceListIndex Unsigned32,
|
||||
configurationChoiceListName OCTET STRING
|
||||
}
|
||||
|
||||
configurationChoiceListReference OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(0..32))
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
A numerical ID value permanently assigned to the configuration field this Choice is a possible value for.
|
||||
"
|
||||
::= { configurationChoiceListEntry 1 }
|
||||
|
||||
configurationChoiceListIndex OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (1..4294967295)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
The numerical representation of this Choice. To configure a configuration field to this Choice, set the
|
||||
numericalValue to this index.
|
||||
"
|
||||
::= { configurationChoiceListEntry 2 }
|
||||
|
||||
configurationChoiceListName OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(0..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
A non-configurable string name of this Choice.
|
||||
"
|
||||
::= { configurationChoiceListEntry 3 }
|
||||
|
||||
|
||||
-- Conformance
|
||||
|
||||
resourceConformance OBJECT IDENTIFIER ::= { resource 100 }
|
||||
@ -943,6 +1095,21 @@
|
||||
DESCRIPTION
|
||||
"
|
||||
This group is optional. (in development)
|
||||
"
|
||||
GROUP alphaAlarmGroup
|
||||
DESCRIPTION
|
||||
"
|
||||
This group is optional. (in development)
|
||||
"
|
||||
GROUP alphaAlertGroup
|
||||
DESCRIPTION
|
||||
"
|
||||
This group is optional. (in development)
|
||||
"
|
||||
GROUP alphaConfigurationChoicesGroup
|
||||
DESCRIPTION
|
||||
"
|
||||
This group is optional. (in development)
|
||||
"
|
||||
|
||||
::= { resourceCompliances 1 }
|
||||
@ -999,7 +1166,7 @@
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Data type list group."
|
||||
"Data list group."
|
||||
::= { resourceGroups 4 }
|
||||
|
||||
alphaConfigurationTypeGroup OBJECT-GROUP
|
||||
@ -1011,7 +1178,7 @@
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Data type list group."
|
||||
"Configuration type list group."
|
||||
::= { resourceGroups 5 }
|
||||
|
||||
alphaConfigurationGroup OBJECT-GROUP
|
||||
@ -1022,7 +1189,7 @@
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Data type list group."
|
||||
"Configuration list group."
|
||||
::= { resourceGroups 6}
|
||||
|
||||
alphaCommandTypeGroup OBJECT-GROUP
|
||||
@ -1032,7 +1199,7 @@
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Data type list group."
|
||||
"Command type list group."
|
||||
::= { resourceGroups 7}
|
||||
|
||||
alphaCommandGroup OBJECT-GROUP
|
||||
@ -1042,7 +1209,39 @@
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Data type list group."
|
||||
::= { resourceGroups 8}
|
||||
"Command list group."
|
||||
::= { resourceGroups 8}
|
||||
|
||||
alphaAlarmGroup OBJECT-GROUP
|
||||
OBJECTS {
|
||||
alarmTypeCount,
|
||||
alarmTypeName,
|
||||
alarmCount,
|
||||
alarmState
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Alarm list group."
|
||||
::= { resourceGroups 9}
|
||||
|
||||
alphaAlertGroup OBJECT-GROUP
|
||||
OBJECTS {
|
||||
alertCount,
|
||||
alertTypeName
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Alert type list group."
|
||||
::= { resourceGroups 10}
|
||||
|
||||
alphaConfigurationChoicesGroup OBJECT-GROUP
|
||||
OBJECTS {
|
||||
configurationChoiceListCount,
|
||||
configurationChoiceListIndex,
|
||||
configurationChoiceListName
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Data type list group."
|
||||
::= { resourceGroups 11}
|
||||
END
|
Reference in New Issue
Block a user