MIBs Depot

SITEBOSS-571-STD-MIB

Registered at
1.3.6.1.4.1.3052.14
Last updated
2014-12-30 01:44
Organization
Asentria Corporation
Revisions
2014-12-30 01:44, 2014-12-11 01:43, 2014-10-16 01:42, 2014-10-03 01:41, 2014-08-14 01:40, 2014-07-03 01:39, 2014-06-24 01:38, 2014-05-29 01:37, 2014-04-11 01:36, 2014-01-17 01:35, 2013-12-04 01:34, 2013-09-04 01:33, 2013-08-01 01:32, 2013-07-17 01:31, 2013-07-02 01:30, 2013-06-28 01:29, 2013-06-13 01:28, 2013-06-12 01:27, 2013-05-28 01:26, 2013-05-10 01:25, 2013-03-15 01:24, 2013-02-06 01:23, 2013-01-14 01:22, 2012-11-26 01:21, 2012-08-22 01:20, 2012-07-09 01:19, 2012-06-12 01:18, 2012-04-09 01:17, 2012-04-05 01:16, 2012-03-06 01:15, 2011-12-05 09:00, 2011-10-24 09:00, 2011-08-08 09:00, 2011-08-01 09:00, 2011-07-20 09:00, 2011-07-08 09:00, 2011-01-05 09:00, 2010-12-01 09:00, 2010-11-03 09:00, 2010-08-24 09:00, 2010-03-17 09:00, 2010-01-19 09:00, 2009-10-08 09:00, 2009-10-05 09:00, 2009-09-17 09:00
Namespace
asentria
Source file
SITEBOSS-571-STD-MIB
Digest
sha256:5cac5188af991d217adefefb98743a0a27e73f4fcd3a6435525ebc535a7f21b0

Description

MIB module for managing Asentria SiteBoss 571

Contact

Phone: 206-344-8800 Fax: 206-344-2116 Email: support@asentria.com

Imports

FromSymbols
ASENTRIA-ROOT-MIBasentria
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMIInteger32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

ASENTRIA-ROOT-MIB
SITEBOSS-571-STD-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
status
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.1
eventSensorStatus
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.1.1
esPointTable
OBJECT-TYPE
This table organizes 4 basic attributes of points. A point is a particular sensor on an EventSensor (e.g., temperature, humidity, contact closure 2, output 5, etc.). The 4 point attributes are its name, whether it's in its event state, the point's value as a number and its value as a string. Points are referenced by a point index. The point index is a string of 3 numbers separated by periods. It contains all the information necessary for getting a piece of data off an event sensor; namely, which EventSensor, point class, and which-sensor-of-that-class (a.k.a. point).
1.3.6.1.4.1.3052.14.1.1.1not-accessiblecurrent
esPointEntry
OBJECT-TYPE
Entry for EventSensor point table
1.3.6.1.4.1.3052.14.1.1.1.1not-accessiblecurrent
esIndexES
OBJECT-TYPE
The part of the point index that refers to an EventSensor. The point index is a string of 3 numbers separated by periods. It contains all the information necessary for getting a piece of data off an event sensor; namely, which EventSensor, point class, and which-sensor-of-that-class (a.k.a. point). This object's allowable values are 1 through 16, and 200. 200 always refers to the EventSensor inside the unit. 1 through 16 refer to additional attached EventSensors. The number corresponding to an EventSensor is determined by the user at the initial configuration time. If there is an internal sensor in the unit, it will always be the first item in the Sensor Events setup menu. For example, if a new EventSensor is configured as the 2nd entry AFTER the internal EventSensor (if one exists) in the Sensor Events Setup Menu, then that EventSensor will be known from then on as EventSensor 2. All point indeces with esIndexES=2 will now refer to that particular EventSensor.
1.3.6.1.4.1.3052.14.1.1.1.1.1Integer32 (1..200)read-onlycurrent
esIndexPC
OBJECT-TYPE
The part of the point index that refers to point class. The point index is a string of 3 numbers separated by periods. It contains all the information necessary for getting a piece of data off an event sensor; namely, which EventSensor, point class, and which-sensor-of-that-class (a.k.a. point). The values for this object are: 1=temperature sensor 2=contact closure 3=humidity sensor 4=noise sensor 5=analog input 6=output (relay output or power output)
1.3.6.1.4.1.3052.14.1.1.1.1.2Integer32 (1..6)read-onlycurrent
esIndexPoint
OBJECT-TYPE
The part of the point index that delineates which sensor on the EventSensor. So this combined with esIndexPC (Point Class or type) and esIndexES (which EventSensor) uniquely defines each point (sensor or output) attached to a unit. For example, if esIndexES is 3, esIndexPC is 1 and esIndexPoint is 4 then this is the Fourth Temperature Sensor on EventSensor number 3.
1.3.6.1.4.1.3052.14.1.1.1.1.3Integer32 (1..64)read-onlycurrent
esPointName
OBJECT-TYPE
The name of the point on an EventSensor. For example, 'AC temp' (in the case of the temperature sensor on an EventSensor). There can be multiple points of the same point class on an EventSensor (e.g., 8 contact closures) and multiple sensor classes on an EventSensor (e.g., temperature, contact closure, humidity). If the point referenced by a given point index is solitary (e.g., temperature sensor, because there can be only one on an EventSensor), then this object reads as '<EventSensor name>'. Setting this object for solitary point indices sets the EventSensor name only. On the other hand, if a given point is among other points of the same point class on an EventSensor, then this object reads as '<Sensor name>'. Setting this object for these NON- solitary point indices sets the sensor name only - not the EventSensor name.
1.3.6.1.4.1.3052.14.1.1.1.1.4DisplayStringread-writecurrent
esPointInEventState
OBJECT-TYPE
A number referring to the event state of a point on an EventSensor. This number can have different meanings depending on the point class. If the point class is temperature, humidity, or analog input, then the values of this object are: 1=very low 2=low 3=normal 4=high 5=very high For contact closures the values of this object are: 1=point in event state 2=point in normal state For outputs the values of this object is the numeric code for the logical state of the output: 1 or 2. The logical state of the output is either active/inactive for relay outputs or on/off for power outputs. The logical state of the output has different nomenclature depending on the type of the output (relay output or power output): 1=active (for relay output) or on (for power output) 2=inactive (for relay output) or off (for power output) This is not necessarily representative of physical state of the output. Physical state is energized/de-energized, for both relay and power outputs. For relay outputs, the active logical state corresponds to either the energized physical state or the de-energized physical state depending on how the relay output is configured. For power outputs, the on logical state always corresponds to the energized physical state. For any point class and any point, if the event state is undefined, then the value of this object is 0. For any point class except output, this object is read-only. For outputs, setting this object to 1 puts the output into its active logical state. Setting this object to 2 puts the output into its inactive logical state. Setting this object to any value greater than 2 puts the output into its active logical state for that many seconds (up to 3600), after which time it puts the output into its inactive logical state.
1.3.6.1.4.1.3052.14.1.1.1.1.5Integer32read-writecurrent
esPointValueInt
OBJECT-TYPE
A read-only number referring to the value of a point on an EventSensor. If the point class is temperature, then this object is the temperature in its configured scale (default is Fahrenheit). If the point class is contact closure, then this object is either 0 (open) or 1 (closed). If the point class is humidity, then this object is the percent relative humidity. If the point class is analog input, then this object is the signed input value in tenths of the configured units. If the point class is an output, then this object is the numeric code for the physical state of the output. 0=de-energized 1=energized This object cannot be used to control the output, i.e, change its logical or physical state (instead use the esPointInEventState object).
1.3.6.1.4.1.3052.14.1.1.1.1.6Integer32 (-2147483648..2147483647)read-writecurrent
esPointValueStr
OBJECT-TYPE
A string referring to the value of a point on an EventSensor. For contact closures this object is either 'Open' or 'Closed'. For outputs this object is a concatenation of the logical state and physical state, separated by '/'. For a relay output this object can be one of the following 4 possible values: Active/Energized Inactive/Energized Active/De-energized Inactve/De-energized For a power output this object can be one of the following 2 possible values: On/Energized Off/De-energized For temperature and humidity point classes, this object is the string representation of the esPointValueInt object. For temperature, 'C' or 'F' is including in the string to indicate scale. For analog inputs, this object is the string representation of the plus/minus input in the configured units appended with the unit name.
1.3.6.1.4.1.3052.14.1.1.1.1.7DisplayStringread-onlycurrent
esPointTimeLastChange
OBJECT-TYPE
The time of the last time an event was triggerred for a point on an EventSensor in MM/DD/YY HH:MM:SS format. For contact closures, the possible events are Active and Inactive. For temperature, humidity, and analog inputs, the possible events are Normal, High, Very High, Low, and Very Low. For outputs, this object is a null string.
1.3.6.1.4.1.3052.14.1.1.1.1.8DisplayStringread-onlycurrent
esPointTimetickLastChange
OBJECT-TYPE
The time of the last time an event was triggerred for a point on an EventSensor in 100ths of seconds since reset. For contact closures, the possible events are Active and Inactive. For temperature, humidity, and analog inputs, the possible events are Normal, High, Very High, Low, and Very Low. For outputs, this object is 0.
1.3.6.1.4.1.3052.14.1.1.1.1.9TimeTicksread-onlycurrent
dataEventStatus
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.1.2
deStatusTable
OBJECT-TYPE
Data Event Status Table
1.3.6.1.4.1.3052.14.1.2.1not-accessiblecurrent
deStatusEntry
OBJECT-TYPE
EventSensor status entry
1.3.6.1.4.1.3052.14.1.2.1.1not-accessiblecurrent
deStatusIndex
OBJECT-TYPE
Index for Data Events
1.3.6.1.4.1.3052.14.1.2.1.1.1Integer32 (1..100)read-onlycurrent
deStatusName
OBJECT-TYPE
Data Event name
1.3.6.1.4.1.3052.14.1.2.1.1.2DisplayStringread-onlycurrent
deStatusCounter
OBJECT-TYPE
Number of times a data record has matched this event's equation. Range: 1-999999999
1.3.6.1.4.1.3052.14.1.2.1.1.3Integer32read-onlycurrent
deStatusThreshold
OBJECT-TYPE
Number of times the equation is matched before an event is triggered. Range: 1-999999999
1.3.6.1.4.1.3052.14.1.2.1.1.4Integer32read-onlycurrent
modemStatus
OBJECT-TYPE
status of modem (idle, dialing, connected, etc.)
1.3.6.1.4.1.3052.14.1.3DisplayStringread-onlycurrent
modemCLIDLogTable
OBJECT-TYPE
Table of numbers of recent dialing parties
1.3.6.1.4.1.3052.14.1.4not-accessiblecurrent
modemCLIDLogEntry
OBJECT-TYPE
Entry for table of CLID log entries
1.3.6.1.4.1.3052.14.1.4.1not-accessiblecurrent
modemCLIDLogIndex
OBJECT-TYPE
Index for table of CLID log entries
1.3.6.1.4.1.3052.14.1.4.1.1Integer32 (1..8)read-onlycurrent
modemCLIDLogNumber
OBJECT-TYPE
recently logged number of dialing party
1.3.6.1.4.1.3052.14.1.4.1.2DisplayStringread-writecurrent
powerDistributionStatus
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.1.5
pdConfig
OBJECT-TYPE
Power Distribution output configuration
1.3.6.1.4.1.3052.14.1.5.1DisplayStringread-onlycurrent
pdMain
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.1.5.2
pdMainCurrent
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.1.5.2.1
pdMainCurrentInEventState
OBJECT-TYPE
Power Distribution main current event state
1.3.6.1.4.1.3052.14.1.5.2.1.2DisplayStringread-onlycurrent
pdMainCurrentValue
OBJECT-TYPE
Power Distribution main current value in mA
1.3.6.1.4.1.3052.14.1.5.2.1.3Integer32read-onlycurrent
pdMainCurrentValueStr
OBJECT-TYPE
Power Distribution main current value formatted as a string
1.3.6.1.4.1.3052.14.1.5.2.1.4DisplayStringread-onlycurrent
pdMainCurrentDeadband
OBJECT-TYPE
Power Distribution main current sensor deadband in mA
1.3.6.1.4.1.3052.14.1.5.2.1.10Integer32read-writecurrent
pdMainCurrentVHighCurrent
OBJECT-TYPE
Power Distribution main current sensor very high threshold in mA
1.3.6.1.4.1.3052.14.1.5.2.1.11Integer32read-writecurrent
pdMainCurrentHighCurrent
OBJECT-TYPE
Power Distribution main current sensor high threshold in mA
1.3.6.1.4.1.3052.14.1.5.2.1.12Integer32read-writecurrent
pdMainCurrentLowCurrent
OBJECT-TYPE
Power Distribution main current sensor low threshold in mA
1.3.6.1.4.1.3052.14.1.5.2.1.13Integer32read-writecurrent
pdMainCurrentVLowCurrent
OBJECT-TYPE
Power Distribution main current sensor very low threshold in mA
1.3.6.1.4.1.3052.14.1.5.2.1.14Integer32read-writecurrent
pdMainVoltage
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.1.5.2.2
pdMainVoltageInEventState
OBJECT-TYPE
Power Distribution main voltage event state
1.3.6.1.4.1.3052.14.1.5.2.2.2DisplayStringread-onlycurrent
pdMainVoltageValue
OBJECT-TYPE
Power Distribution main voltage value in mV
1.3.6.1.4.1.3052.14.1.5.2.2.3Integer32read-onlycurrent
pdMainVoltageValueStr
OBJECT-TYPE
Power Distribution main voltage value formatted as a string
1.3.6.1.4.1.3052.14.1.5.2.2.4DisplayStringread-onlycurrent
pdMainVoltageDeadband
OBJECT-TYPE
Power Distribution main voltage sensor deadband in mV
1.3.6.1.4.1.3052.14.1.5.2.2.10Integer32read-writecurrent
pdMainVoltageVHighVoltage
OBJECT-TYPE
Power Distribution main voltage sensor very high threshold in mV
1.3.6.1.4.1.3052.14.1.5.2.2.11Integer32read-writecurrent
pdMainVoltageHighVoltage
OBJECT-TYPE
Power Distribution main voltage sensor high threshold in mV
1.3.6.1.4.1.3052.14.1.5.2.2.12Integer32read-writecurrent
pdMainVoltageLowVoltage
OBJECT-TYPE
Power Distribution main voltage sensor low threshold in mV
1.3.6.1.4.1.3052.14.1.5.2.2.13Integer32read-writecurrent
pdMainVoltageVLowVoltage
OBJECT-TYPE
Power Distribution main voltage sensor very low threshold in mV
1.3.6.1.4.1.3052.14.1.5.2.2.14Integer32read-writecurrent
pdMainPower
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.1.5.2.3
pdMainPowerValue
OBJECT-TYPE
Power Distribution main power value in Watts
1.3.6.1.4.1.3052.14.1.5.2.3.3Integer32read-onlycurrent
pdMainPowerValueStr
OBJECT-TYPE
Power Distribution main power value formatted as a string
1.3.6.1.4.1.3052.14.1.5.2.3.4DisplayStringread-onlycurrent
pdOutput
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.1.5.3
pdOutputCurrent
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.1.5.3.1
pdOutputCurrentTable
OBJECT-TYPE
Table of power output current values
1.3.6.1.4.1.3052.14.1.5.3.1not-accessiblecurrent
pdOutputCurrentEntry
OBJECT-TYPE
Entry for table of output current values
1.3.6.1.4.1.3052.14.1.5.3.1.1not-accessiblecurrent
pdOutputCurrentIndex
OBJECT-TYPE
Index for table of power output current values
1.3.6.1.4.1.3052.14.1.5.3.1.1.1Integer32 (1..13)read-onlycurrent
pdOutputCurrentInEventState
OBJECT-TYPE
The event state of this power distribution output current (Very Low, Low, Normal, High, Very High)
1.3.6.1.4.1.3052.14.1.5.3.1.1.2DisplayStringread-onlycurrent
pdOutputCurrentValue
OBJECT-TYPE
Output current value in mA
1.3.6.1.4.1.3052.14.1.5.3.1.1.3Integer32read-onlycurrent
pdOutputCurrentValueStr
OBJECT-TYPE
Output current value formatted as a fixed-point string in Amps.
1.3.6.1.4.1.3052.14.1.5.3.1.1.4DisplayStringread-onlycurrent
pdOutputCurrentDeadband
OBJECT-TYPE
Deadband for this power output current sensor
1.3.6.1.4.1.3052.14.1.5.3.1.1.10Integer32read-writecurrent
pdOutputCurrentVHighCurrent
OBJECT-TYPE
Very high threshold for this power output current sensor
1.3.6.1.4.1.3052.14.1.5.3.1.1.11Integer32read-writecurrent
pdOutputCurrentHighCurrent
OBJECT-TYPE
High threshold for this power output current sensor
1.3.6.1.4.1.3052.14.1.5.3.1.1.12Integer32read-writecurrent
pdOutputCurrentVLowCurrent
OBJECT-TYPE
Very low threshold for this power output current sensor
1.3.6.1.4.1.3052.14.1.5.3.1.1.13Integer32read-writecurrent
pdOutputCurrentLowCurrent
OBJECT-TYPE
Low threshold for this power output current sensor
1.3.6.1.4.1.3052.14.1.5.3.1.1.14Integer32read-writecurrent
pdOutputFuse
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.1.5.3.4
pdOutputFuseTable
OBJECT-TYPE
Table of output fuse values
1.3.6.1.4.1.3052.14.1.5.3.4not-accessiblecurrent
pdOutputFuseEntry
OBJECT-TYPE
Entry for table of output fuse values
1.3.6.1.4.1.3052.14.1.5.3.4.1not-accessiblecurrent
pdOutputFuseIndex
OBJECT-TYPE
Index for table of output fuse values
1.3.6.1.4.1.3052.14.1.5.3.4.1.1Integer32 (1..13)read-onlycurrent
pdOutputFuseInEventState
OBJECT-TYPE
A number referring to the event state of a power distribution output fuse. 14=fuse blown 15=fuse ok
1.3.6.1.4.1.3052.14.1.5.3.4.1.2DisplayStringread-onlycurrent
pdOutputFuseValueStr
OBJECT-TYPE
Output fuse value formatted as a string. E.g., 'BLOWN' or 'OK'
1.3.6.1.4.1.3052.14.1.5.3.4.1.4DisplayStringread-onlycurrent
pdNextGen
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.1.5.4
pdnTable
OBJECT-TYPE
Table of power distribution objects arranged according to next-generation methodology (i.e., using multiple PowerBoss power distributors in addition to the on-board power distributor).
1.3.6.1.4.1.3052.14.1.5.4.1not-accessiblecurrent
pdnEntry
OBJECT-TYPE
Entry for table of power distribution objects arranged according to next-generation methodology (i.e., using multiple PowerBoss power distributors in addition to the on-board power distributor).
1.3.6.1.4.1.3052.14.1.5.4.1.1not-accessiblecurrent
pdnIndexPD
OBJECT-TYPE
Index for table of power distribution objects, specifically the index that refers to which power distributor. A value of 200 means the internal power distributor. A value from 1 to 16 refers to a PowerBoss external power distributor, and is the same value as esIndexES, which refers to the PowerBoss as an EventSensor in the eventSensorStatus object table. In other words, pdnIndexPD is the same as esIndexES: esIndexES is used to refer to the PowerBoss as an eventsensor (i.e., control outputs), while pdnIndexPD is used to refer to the PowerBoss when used for power distribution monitoring (i.e., to alarm on output current/voltage/fuse status).
1.3.6.1.4.1.3052.14.1.5.4.1.1.1Integer32 (1..200)read-onlycurrent
pdnIndexOutput
OBJECT-TYPE
Index for table of power distribution objects, specifically the index that refers to which output on the power distributor specified by pdnIndexPD. For objects where the output is irrelevant, this index should be 1.
1.3.6.1.4.1.3052.14.1.5.4.1.1.2Integer32 (1..12)read-onlycurrent
pdnConfig
OBJECT-TYPE
The number of outputs on the power distributor specified by pdnIndexPD. pdnIndexOutput should be 1 for this object.
1.3.6.1.4.1.3052.14.1.5.4.1.1.3DisplayStringread-onlycurrent
pdnMainCurrentInEventState
OBJECT-TYPE
The event state of the current (i.e. Amps) event of the power distributor specified by pdnIndexPD. pdnIndexOutput should be 1 for this object. Possible values for this object are: 'Very Low', 'Low', 'Normal', 'High', 'Very High'.
1.3.6.1.4.1.3052.14.1.5.4.1.1.4DisplayStringread-onlycurrent
pdnMainCurrentValue
OBJECT-TYPE
The current drawn, in mA, for the power distributor specified by pdnIndexPD. If pdnIndexPD is 200 then this is the internal power distributor and refers to the current drawn by the S571 (which is comprised of the internal power distributor and ancillary internal equipment) and all equipment powered by the S571's internal power outputs. If pdnIndexPD is 1-16 then this is an external power distributor (PowerBoss) and refers to the current drawn by that PowerBoss and all equipment powered by that PowerBoss. pdnIndexOutput should be 1 for this object.
1.3.6.1.4.1.3052.14.1.5.4.1.1.5Integer32read-onlycurrent
pdnMainCurrentValueStr
OBJECT-TYPE
Essentially pdnMainCurrentValue formatted as a string in units of Amps, with 3 decimal places. pdnIndexOutput should be 1 for this object.
1.3.6.1.4.1.3052.14.1.5.4.1.1.6DisplayStringread-onlycurrent
pdnMainCurrentDeadband
OBJECT-TYPE
The deadband, in mA, for the main current sensor for the power distributor specified by pdIndexPD. pdnIndexOutput should be 1 for this object.
1.3.6.1.4.1.3052.14.1.5.4.1.1.7Integer32read-onlycurrent
pdnMainCurrentVHighCurrent
OBJECT-TYPE
The current, in mA, for the main current sensor's Very High event threshold, for the power distributor specified by pdIndexPD. pdnIndexOutput should be 1 for this object.
1.3.6.1.4.1.3052.14.1.5.4.1.1.8Integer32read-onlycurrent
pdnMainCurrentHighCurrent
OBJECT-TYPE
The current, in mA, for the main current sensor's High event threshold, for the power distributor specified by pdIndexPD. pdnIndexOutput should be 1 for this object.
1.3.6.1.4.1.3052.14.1.5.4.1.1.9Integer32read-onlycurrent
pdnMainCurrentLowCurrent
OBJECT-TYPE
The current, in mA, for the main current sensor's Low event threshold, for the power distributor specified by pdIndexPD. pdnIndexOutput should be 1 for this object.
1.3.6.1.4.1.3052.14.1.5.4.1.1.10Integer32read-onlycurrent
pdnMainCurrentVLowCurrent
OBJECT-TYPE
The current, in mA, for the main current sensor's Very Low event threshold, for the power distributor specified by pdIndexPD. pdnIndexOutput should be 1 for this object.
1.3.6.1.4.1.3052.14.1.5.4.1.1.11Integer32read-onlycurrent
pdnMainVoltageInEventState
OBJECT-TYPE
The event state of the voltage event of the power distributor specified by pdnIndexPD. pdnIndexOutput should be 1 for this object. Possible values for this object are: 'Very Low', 'Low', 'Normal', 'High', 'Very High'.
1.3.6.1.4.1.3052.14.1.5.4.1.1.12DisplayStringread-onlycurrent
pdnMainVoltageValue
OBJECT-TYPE
The voltage, in mV, at the power distributor specified by pdnIndexPD. If pdnIndexPD is 200 then this is the internal power distributor and refers to the voltage at the S571 (which is comprised of the internal power distributor and ancillary internal equipment) and all equipment powered by the S571's internal power outputs. If pdnIndexPD is 1-16 then this is an external power distributor (PowerBoss) and refers to the voltage at that PowerBoss and all equipment powered by that PowerBoss. pdnIndexOutput should be 1 for this object.
1.3.6.1.4.1.3052.14.1.5.4.1.1.13Integer32read-onlycurrent
pdnMainVoltageValueStr
OBJECT-TYPE
Essentially pdnMainVoltageValue formatted as a string in units of Volts, with 3 decimal places. pdnIndexOutput should be 1 for this object.
1.3.6.1.4.1.3052.14.1.5.4.1.1.14DisplayStringread-onlycurrent
pdnMainVoltageDeadband
OBJECT-TYPE
The deadband, in mV, for the main voltage sensor for the power distributor specified by pdIndexPD. pdnIndexOutput should be 1 for this object.
1.3.6.1.4.1.3052.14.1.5.4.1.1.15Integer32read-onlycurrent
pdnMainVoltageVHighVoltage
OBJECT-TYPE
The voltage, in mA, for the main voltage sensor's Very High event threshold, for the power distributor specified by pdIndexPD. pdnIndexOutput should be 1 for this object.
1.3.6.1.4.1.3052.14.1.5.4.1.1.16Integer32read-onlycurrent
pdnMainVoltageHighVoltage
OBJECT-TYPE
The voltage, in mV, for the main voltage sensor's High event threshold, for the power distributor specified by pdIndexPD. pdnIndexOutput should be 1 for this object.
1.3.6.1.4.1.3052.14.1.5.4.1.1.17Integer32read-onlycurrent
pdnMainVoltageLowVoltage
OBJECT-TYPE
The voltage, in mV, for the main voltage sensor's Low event threshold, for the power distributor specified by pdIndexPD. pdnIndexOutput should be 1 for this object.
1.3.6.1.4.1.3052.14.1.5.4.1.1.18Integer32read-onlycurrent
pdnMainVoltageVLowVoltage
OBJECT-TYPE
The voltage, in mV, for the main voltage sensor's Very Low event threshold, for the power distributor specified by pdIndexPD. pdnIndexOutput should be 1 for this object.
1.3.6.1.4.1.3052.14.1.5.4.1.1.19Integer32read-onlycurrent
pdnMainPowerValue
OBJECT-TYPE
The power, in Watts, for the power distributor specified by pdIndexPD. pdnIndexOutput should be 1 for this object.
1.3.6.1.4.1.3052.14.1.5.4.1.1.20Integer32read-onlycurrent
pdnMainPowerValueStr
OBJECT-TYPE
The power, in Watts, for the power distributor specified by pdIndexPD, formatted as a string with the unit name 'Watts'. pdnIndexOutput should be 1 for this object.
1.3.6.1.4.1.3052.14.1.5.4.1.1.21DisplayStringread-onlycurrent
pdnOutputCurrentInEventState
OBJECT-TYPE
The event state of the current (i.e. Amps) event of the power distributor output specified by pdnIndexPD and pdnIndexOutput. E.g., for pdnIndexPD=200 and pdnIndexOutput=2, this refers to power output #2 of the internal power distributor. Possible values for this object are: 'Very Low', 'Low', 'Normal', 'High', 'Very High'.
1.3.6.1.4.1.3052.14.1.5.4.1.1.22DisplayStringread-onlycurrent
pdnOutputCurrentValue
OBJECT-TYPE
The current drawn, in mA, for the power distributor output specified by pdnIndexPD and pdIndexOutput. If pdnIndexPD is 200 then this is the internal power distributor and refers to the current drawn by a specific power output on the S571. If pdIndexPD is 3 then this is an external power distributor (PowerBoss) identified as 'power distributor 3' and refers to the current drawn by a specific power output on that PowerBoss. The specific power output is specified by pdIndexOutput.
1.3.6.1.4.1.3052.14.1.5.4.1.1.23Integer32read-onlycurrent
pdnOutputCurrentValueStr
OBJECT-TYPE
Essentially pdnOutputCurrentValue formatted as a string in units of Amps, with 3 decimal places.
1.3.6.1.4.1.3052.14.1.5.4.1.1.24DisplayStringread-onlycurrent
pdnOutputCurrentDeadband
OBJECT-TYPE
The deadband, in mA, for the main current sensor for the power distributor specified by pdIndexPD. The power output is specified by pdnIndexOutput.
1.3.6.1.4.1.3052.14.1.5.4.1.1.25Integer32read-onlycurrent
pdnOutputCurrentVHighCurrent
OBJECT-TYPE
The current, in mA, for a specific power output's current sensor Very High event threshold, for the power distributor specified by pdIndexPD. The power output is specified by pdnIndexOutput.
1.3.6.1.4.1.3052.14.1.5.4.1.1.26Integer32read-onlycurrent
pdnOutputCurrentHighCurrent
OBJECT-TYPE
The current, in mA, for a specific power output's current sensor High event threshold, for the power distributor specified by pdIndexPD. The power output is specified by pdnIndexOutput for this object.
1.3.6.1.4.1.3052.14.1.5.4.1.1.27Integer32read-onlycurrent
pdnOutputCurrentLowCurrent
OBJECT-TYPE
The current, in mA, for a specific power output's current sensor Low event threshold, for the power distributor specified by pdIndexPD. The power output is specified by pdnIndexOutput for this object.
1.3.6.1.4.1.3052.14.1.5.4.1.1.28Integer32read-onlycurrent
pdnOutputCurrentVLowCurrent
OBJECT-TYPE
The current, in mA, for a specific power output's current sensor Very Low event threshold, for the power distributor specified by pdIndexPD. The power output is specified by pdnIndexOutput for this object.
1.3.6.1.4.1.3052.14.1.5.4.1.1.29Integer32read-onlycurrent
pdnOutputFuseInEventState
OBJECT-TYPE
The event state of the fuse event of the power distributor output specified by pdnIndexPD and pdnIndexOutput. E.g., for pdnIndexPD=14 and pdnIndexOutput=2, this refers to power output #2 of the PowerBoss external power distributor, identified as 'power distributor 14'. Possible values for this object are: 'Very Low', 'Low', 'Normal', 'High', 'Very High'. This object exists only for power distributors with fuse monitoring support.
1.3.6.1.4.1.3052.14.1.5.4.1.1.30DisplayStringread-onlycurrent
pdnOutputFuseValueStr
OBJECT-TYPE
The state of the fuse of the power distributor output specified by pdnIndexPD and pdnIndexOutput. Possible values for this object are: 'BLOWN' and 'OK'. This object exists only for power distributors with fuse monitoring support.
1.3.6.1.4.1.3052.14.1.5.4.1.1.31DisplayStringread-onlycurrent
pdnMainCombinedStatus
OBJECT-TYPE
Combined status string intended to be parsed by NMS: format: voltageColorCode`voltageEventState`voltageValue`mainCurrentColorCode`mainCurrentEventState`mainCurrentValue`deviceCurrentValue`mainPowerValue
1.3.6.1.4.1.3052.14.1.5.4.1.1.32DisplayStringread-onlycurrent
pdnOutputCombinedStatusBlock1
OBJECT-TYPE
Combined status string intended to be parsed by NMS: format: numInBlock~outputCurrentColorCode1`outputCurrentEventState1`outputCurrentValue1`fuseColorCode1`fuseValue1~...
1.3.6.1.4.1.3052.14.1.5.4.1.1.33DisplayStringread-onlycurrent
pdnOutputCombinedStatusBlock2
OBJECT-TYPE
Combined status string intended to be parsed by NMS: format: numInBlock~outputCurrentColorCode1`outputCurrentEventState1`outputCurrentValue1`fuseColorCode1`fuseValue1~...
1.3.6.1.4.1.3052.14.1.5.4.1.1.34DisplayStringread-onlycurrent
pdnDeviceCurrentValue
OBJECT-TYPE
Current drawn by device in mA. For the internal power distributor device, this is the current drawn by the SiteBoss 571. For an external power distributor device (PowerBoss), this is the current drawn by the PowerBoss. This object exists only for power distributors with device current monitoring support.
1.3.6.1.4.1.3052.14.1.5.4.1.1.35Integer32read-onlycurrent
pdnDeviceCurrentValueStr
OBJECT-TYPE
Current drawn by device as a string with units (Amps). For the internal power distributor device, this is the current drawn by the SiteBoss 571. For an external power distributor device (PowerBoss), this is the current drawn by the PowerBoss. This object exists only for power distributors with device current monitoring support.
1.3.6.1.4.1.3052.14.1.5.4.1.1.36DisplayStringread-onlycurrent
pdSystem
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.1.5.5
pdSystemCurrent
OBJECT-TYPE
Total current drawn by all power distributors in system; that is, the sum of all pdnMainCurrentValue objects for all connected power distributors: internal and external.
1.3.6.1.4.1.3052.14.1.5.5.1DisplayStringread-onlycurrent
pdSystemPower
OBJECT-TYPE
Total power used by all power distributors in system; that is, the sum of all pdnMainPowerValue objects for all connected power distributors: internal and external.
1.3.6.1.4.1.3052.14.1.5.5.2DisplayStringread-onlycurrent
fuelSensorStatus
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.1.6
fsStatusTable
OBJECT-TYPE
Fuel sensor status table
1.3.6.1.4.1.3052.14.1.6.1not-accessiblecurrent
fsStatusEntry
OBJECT-TYPE
Fuel sensor status table entry
1.3.6.1.4.1.3052.14.1.6.1.1not-accessiblecurrent
fsStatusIndex
OBJECT-TYPE
Index for fuel sensors
1.3.6.1.4.1.3052.14.1.6.1.1.1Integer32 (1..3)read-onlycurrent
fsStatusName
OBJECT-TYPE
Fuel sensor name
1.3.6.1.4.1.3052.14.1.6.1.1.2DisplayStringread-onlycurrent
fsStatusDeviceState
OBJECT-TYPE
Fuel sensor device state
1.3.6.1.4.1.3052.14.1.6.1.1.3DisplayStringread-onlycurrent
fsStatusVolumeValueString
OBJECT-TYPE
Fuel volume. Range is -2,147,483,648 to 2,147,483,647. This value reads -999 when the fuel sensor is disconnected
1.3.6.1.4.1.3052.14.1.6.1.1.4DisplayStringread-onlycurrent
fsStatusVolumePercentLevel
OBJECT-TYPE
Height of the fluid in the tank expressed as a percentage of the tank height, in hundredths of a percent.
1.3.6.1.4.1.3052.14.1.6.1.1.7DisplayStringread-onlycurrent
fsStatusVolumeInEventState
OBJECT-TYPE
Current event status of the fuel sensor.
1.3.6.1.4.1.3052.14.1.6.1.1.8DisplayStringread-onlycurrent
fsStatusCombined
OBJECT-TYPE
Combined status string intended to be parsed by NMS: deviceState`deviceStateColorCode`percentRounded`valueAsFloat`volumeEventState`volumeEventStateColorCode`capacity`units`name
1.3.6.1.4.1.3052.14.1.6.1.1.9DisplayStringread-onlycurrent
wirelessModemStatus
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.1.7
wmsStatus
OBJECT-TYPE
Wireless modem status
1.3.6.1.4.1.3052.14.1.7.1DisplayStringread-onlycurrent
wmsSignal
OBJECT-TYPE
Wireless modem Signal strength
1.3.6.1.4.1.3052.14.1.7.2DisplayStringread-onlycurrent
wmsRSSI
OBJECT-TYPE
Wireless modem Signal strength (RSSI)
1.3.6.1.4.1.3052.14.1.7.3DisplayStringread-onlycurrent
wmsBER
OBJECT-TYPE
Wireless modem Bit Error Rate
1.3.6.1.4.1.3052.14.1.7.4DisplayStringread-onlycurrent
wmsUpdated
OBJECT-TYPE
Wireless modem info last update time
1.3.6.1.4.1.3052.14.1.7.5DisplayStringread-onlycurrent
wmsRegistration
OBJECT-TYPE
Wireless modem registration status
1.3.6.1.4.1.3052.14.1.7.6DisplayStringread-onlycurrent
wmsLAC
OBJECT-TYPE
Wireless modem Location Area Code
1.3.6.1.4.1.3052.14.1.7.7DisplayStringread-onlycurrent
wmsCellID
OBJECT-TYPE
Wireless modem Cell ID
1.3.6.1.4.1.3052.14.1.7.8DisplayStringread-onlycurrent
wmsIMSI
OBJECT-TYPE
Wireless modem Internation Mobile Subscriber Identity number
1.3.6.1.4.1.3052.14.1.7.9DisplayStringread-onlycurrent
wmsPhnum
OBJECT-TYPE
Wireless modem phone number
1.3.6.1.4.1.3052.14.1.7.10DisplayStringread-onlycurrent
wmsLocalIP
OBJECT-TYPE
Local IP address of modem on wireless network
1.3.6.1.4.1.3052.14.1.7.11DisplayStringread-onlycurrent
wmsMgfID
OBJECT-TYPE
Wireless modem manufacturer ID
1.3.6.1.4.1.3052.14.1.7.12DisplayStringread-onlycurrent
wmsModelID
OBJECT-TYPE
Wireless modem model ID
1.3.6.1.4.1.3052.14.1.7.13DisplayStringread-onlycurrent
wmsIMEI
OBJECT-TYPE
Wireless modem International Mobile Equipment Identity number
1.3.6.1.4.1.3052.14.1.7.14DisplayStringread-onlycurrent
wmsRevID
OBJECT-TYPE
Wireless modem revision ID
1.3.6.1.4.1.3052.14.1.7.15DisplayStringread-onlycurrent
wmsNetName
OBJECT-TYPE
Wireless modem network name
1.3.6.1.4.1.3052.14.1.7.16DisplayStringread-onlycurrent
wmsGPRSStatus
OBJECT-TYPE
Wireless modem (E)GPRS status
1.3.6.1.4.1.3052.14.1.7.17DisplayStringread-onlycurrent
wmsBand
OBJECT-TYPE
Wireless modem band
1.3.6.1.4.1.3052.14.1.7.18DisplayStringread-onlycurrent
wmsChannel
OBJECT-TYPE
Wireless modem channel
1.3.6.1.4.1.3052.14.1.7.19DisplayStringread-onlycurrent
wmsCountryCode
OBJECT-TYPE
Wireless modem country code
1.3.6.1.4.1.3052.14.1.7.20DisplayStringread-onlycurrent
wmsNetCode
OBJECT-TYPE
Wireless modem network code
1.3.6.1.4.1.3052.14.1.7.21DisplayStringread-onlycurrent
wmsPLMNColor
OBJECT-TYPE
Wireless modem PLMN color
1.3.6.1.4.1.3052.14.1.7.22DisplayStringread-onlycurrent
wmsBScolor
OBJECT-TYPE
Wireless modem BS color
1.3.6.1.4.1.3052.14.1.7.23DisplayStringread-onlycurrent
wmsMpRACH
OBJECT-TYPE
Wireless modem max power RACH
1.3.6.1.4.1.3052.14.1.7.24DisplayStringread-onlycurrent
wmsMinRxLevel
OBJECT-TYPE
Wireless modem minimum receive level
1.3.6.1.4.1.3052.14.1.7.25DisplayStringread-onlycurrent
wmsBaseCoeff
OBJECT-TYPE
Wireless modem base coefficient
1.3.6.1.4.1.3052.14.1.7.26DisplayStringread-onlycurrent
wmsSIMStatus
OBJECT-TYPE
WWireless modem SIM status
1.3.6.1.4.1.3052.14.1.7.27DisplayStringread-onlycurrent
wmsICCID
OBJECT-TYPE
Wireless modem SIM ICCID
1.3.6.1.4.1.3052.14.1.7.28DisplayStringread-onlycurrent
wmsModemType
OBJECT-TYPE
Wireless modem type
1.3.6.1.4.1.3052.14.1.7.29DisplayStringread-onlycurrent
acPowerMonitorStatus
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.1.8
acpmStatusTable
OBJECT-TYPE
AC power monitor status table
1.3.6.1.4.1.3052.14.1.8.1not-accessiblecurrent
acpmStatusEntry
OBJECT-TYPE
AC power monitor status table entry
1.3.6.1.4.1.3052.14.1.8.1.1not-accessiblecurrent
acpmsIndex
OBJECT-TYPE
Index for AC power monitors
1.3.6.1.4.1.3052.14.1.8.1.1.1Integer32 (1..6)read-onlycurrent
acpmsName
OBJECT-TYPE
Name for the AC power monitor device.
1.3.6.1.4.1.3052.14.1.8.1.1.2DisplayStringread-onlycurrent
acpmsAvgVoltageValueStr
OBJECT-TYPE
Average voltage, in volts. This is calculated using the formula (register * PT ratio * 0.1). This could be either the average of the phase voltages, or the sum of the phase voltages, depending on device configuration.
1.3.6.1.4.1.3052.14.1.8.1.1.3DisplayStringread-onlycurrent
acpmsAvgVoltageMinStr
OBJECT-TYPE
Minimum average voltage value since last reset, in volts.
1.3.6.1.4.1.3052.14.1.8.1.1.4DisplayStringread-onlycurrent
acpmsAvgVoltageMaxStr
OBJECT-TYPE
Maximum average voltage value since last reset, in volts.
1.3.6.1.4.1.3052.14.1.8.1.1.5DisplayStringread-onlycurrent
acpmsAvgVoltageAvgStr
OBJECT-TYPE
Average average voltage value since last reset, in volts. This is the unit's average of its measurements of the average voltage reported by the AC power monitor device.
1.3.6.1.4.1.3052.14.1.8.1.1.6DisplayStringread-onlycurrent
acpmsAvgVoltageInEventState
OBJECT-TYPE
Event state of this AC power monitor voltage (Low, Normal, High, etc.).
1.3.6.1.4.1.3052.14.1.8.1.1.7DisplayStringread-onlycurrent
acpmsVoltagePhaseAValueStr
OBJECT-TYPE
Phase A voltage, in volts. This is calculated using the formula (register * PT ratio * 0.1).
1.3.6.1.4.1.3052.14.1.8.1.1.8DisplayStringread-onlycurrent
acpmsVoltagePhaseBValueStr
OBJECT-TYPE
Phase B voltage, in volts. This is calculated using the formula (register * PT ratio * 0.1).
1.3.6.1.4.1.3052.14.1.8.1.1.9DisplayStringread-onlycurrent
acpmsVoltagePhaseCValueStr
OBJECT-TYPE
Phase C voltage, in volts. This is calculated using the formula (register * PT ratio * 0.1).
1.3.6.1.4.1.3052.14.1.8.1.1.10DisplayStringread-onlycurrent
acpmsAvgCurrentValueStr
OBJECT-TYPE
Average current, in amps. This is calculated using the formula (register * CT ratio * 0.001). This could be either the average of the phase currents, or the sum of the phase currents, depending on device configuration.
1.3.6.1.4.1.3052.14.1.8.1.1.11DisplayStringread-onlycurrent
acpmsAvgCurrentMinStr
OBJECT-TYPE
Minimum average current value since last reset, in amps.
1.3.6.1.4.1.3052.14.1.8.1.1.12DisplayStringread-onlycurrent
acpmsAvgCurrentMaxStr
OBJECT-TYPE
Maximum average current value since last reset, in amps.
1.3.6.1.4.1.3052.14.1.8.1.1.13DisplayStringread-onlycurrent
acpmsAvgCurrentAvgStr
OBJECT-TYPE
Average average current value since last reset, in amps. This is the unit's average of its measurements of the average current reported by the AC power monitor device.
1.3.6.1.4.1.3052.14.1.8.1.1.14DisplayStringread-onlycurrent
acpmsAvgCurrentInEventState
OBJECT-TYPE
Event state of this AC power monitor current (Low, Normal, High, etc.).
1.3.6.1.4.1.3052.14.1.8.1.1.15DisplayStringread-onlycurrent
acpmsCurrentPhaseAValueStr
OBJECT-TYPE
Phase A current, in amps. This is calculated using the formula (register * CT ratio * 0.001).
1.3.6.1.4.1.3052.14.1.8.1.1.16DisplayStringread-onlycurrent
acpmsCurrentPhaseBValueStr
OBJECT-TYPE
Phase B current, in amps. This is calculated using the formula (register * CT ratio * 0.001).
1.3.6.1.4.1.3052.14.1.8.1.1.17DisplayStringread-onlycurrent
acpmsCurrentPhaseCValueStr
OBJECT-TYPE
Phase C current, in amps. This is calculated using the formula (register * CT ratio * 0.001).
1.3.6.1.4.1.3052.14.1.8.1.1.18DisplayStringread-onlycurrent
acpmsAvgFreqValueStr
OBJECT-TYPE
Frequency, in hertz. On the YD2010, this is calculated using the formula (register * 0.00106813). On the WattsOn, this is calculated using the formula (register * 0.1).
1.3.6.1.4.1.3052.14.1.8.1.1.19DisplayStringread-onlycurrent
acpmsAvgFreqMinStr
OBJECT-TYPE
Minimum frequency value since last reset, in hertz.
1.3.6.1.4.1.3052.14.1.8.1.1.20DisplayStringread-onlycurrent
acpmsAvgFreqMaxStr
OBJECT-TYPE
Maximum frequency value since last reset, in hertz.
1.3.6.1.4.1.3052.14.1.8.1.1.21DisplayStringread-onlycurrent
acpmsAvgFreqAvgStr
OBJECT-TYPE
Average frequency value since last reset, in hertz. This is the unit's average of its measurements of the average frequency reported by the AC power monitor device.
1.3.6.1.4.1.3052.14.1.8.1.1.22DisplayStringread-onlycurrent
acpmsAvgFreqInEventState
OBJECT-TYPE
Event state of this AC power monitor frequency (Low, Normal, High, etc.).
1.3.6.1.4.1.3052.14.1.8.1.1.23DisplayStringread-onlycurrent
acpmsTRPValueStr
OBJECT-TYPE
Total real power, in watts. On the YD2010, this is calculated using the formula (register * PT ratio * CT ratio * Urg * 0.4), where Urg is the voltage range taken from register 0x30A. On the WattsOn models, this is calculated using the formula (register * PT * CT).
1.3.6.1.4.1.3052.14.1.8.1.1.24DisplayStringread-onlycurrent
acpmsTRPMinStr
OBJECT-TYPE
Minimum total real power value since last reset, in watts.
1.3.6.1.4.1.3052.14.1.8.1.1.25DisplayStringread-onlycurrent
acpmsTRPMaxStr
OBJECT-TYPE
Maximum total real power value since last reset, in watts.
1.3.6.1.4.1.3052.14.1.8.1.1.26DisplayStringread-onlycurrent
acpmsTRPAvgStr
OBJECT-TYPE
Average total real power value since last reset, in watts. This is the unit's average of its measurements of the average total real power reported by the AC power monitor device.
1.3.6.1.4.1.3052.14.1.8.1.1.27DisplayStringread-onlycurrent
acpmsTRPInEventState
OBJECT-TYPE
Event state of this AC power monitor total real power (Low, Normal, High, etc.).
1.3.6.1.4.1.3052.14.1.8.1.1.28DisplayStringread-onlycurrent
acpmsRPPhaseAValueStr
OBJECT-TYPE
Phase A real power, in watts. On the YD2010, this is calculated using the formula (register * PT ratio * CT ratio * Urg * 0.4), where Urg is the voltage range taken from register 0x30A. On the WattsOn, this is calculated using the formula (register * PT * CT).
1.3.6.1.4.1.3052.14.1.8.1.1.29DisplayStringread-onlycurrent
acpmsRPPhaseBValueStr
OBJECT-TYPE
Phase B real power, in watts. On the YD2010, this is calculated using the formula (register * PT ratio * CT ratio * Urg * 0.4), where Urg is the voltage range taken from register 0x30A. On the WattsOn, this is calculated using the formula (register * PT * CT).
1.3.6.1.4.1.3052.14.1.8.1.1.30DisplayStringread-onlycurrent
acpmsRPPhaseCValueStr
OBJECT-TYPE
Phase C real power, in watts. On the YD2010, this is calculated using the formula (register * PT ratio * CT ratio * Urg * 0.4), where Urg is the voltage range taken from register 0x30A. On the WattsOn, this is calculated using the formula (register * PT * CT).
1.3.6.1.4.1.3052.14.1.8.1.1.31DisplayStringread-onlycurrent
acpmsCombined
OBJECT-TYPE
Combined status string intended to be parsed by NMS: name`deviceState`deviceStateColorCode`voltage`current`frequency`power~voltageEventState`voltageColorCode`currentEventState`currentColorCode`frequencyEventState`freuencyColorCode`powerEventState`powerColorCode
1.3.6.1.4.1.3052.14.1.8.1.1.32DisplayStringread-onlycurrent
acpmsTPFValueStr
OBJECT-TYPE
Total power factor.
1.3.6.1.4.1.3052.14.1.8.1.1.33DisplayStringread-onlycurrent
acpmsTPFMinStr
OBJECT-TYPE
Total power factor minimum value since last reset.
1.3.6.1.4.1.3052.14.1.8.1.1.34DisplayStringread-onlycurrent
acpmsTPFMaxStr
OBJECT-TYPE
Total power factor maximum value since last reset.
1.3.6.1.4.1.3052.14.1.8.1.1.35DisplayStringread-onlycurrent
acpmsTPFAvgStr
OBJECT-TYPE
Total power factor average value since last reset.
1.3.6.1.4.1.3052.14.1.8.1.1.36DisplayStringread-onlycurrent
acpmsTPFInEventState
OBJECT-TYPE
Total power factor event state.
1.3.6.1.4.1.3052.14.1.8.1.1.37DisplayStringread-onlycurrent
acpmsPFPhaseAValueStr
OBJECT-TYPE
Phase A power factor.
1.3.6.1.4.1.3052.14.1.8.1.1.38DisplayStringread-onlycurrent
acpmsPFPhaseBValueStr
OBJECT-TYPE
Phase B power factor.
1.3.6.1.4.1.3052.14.1.8.1.1.39DisplayStringread-onlycurrent
acpmsPFPhaseCValueStr
OBJECT-TYPE
Phase C power factor.
1.3.6.1.4.1.3052.14.1.8.1.1.40DisplayStringread-onlycurrent
acpmsTRcPValueStr
OBJECT-TYPE
Total reactive power, in VAR.
1.3.6.1.4.1.3052.14.1.8.1.1.41DisplayStringread-onlycurrent
acpmsTRcPMinStr
OBJECT-TYPE
Total reactive power minimum value since last reset, in VAR.
1.3.6.1.4.1.3052.14.1.8.1.1.42DisplayStringread-onlycurrent
acpmsTRcPMaxStr
OBJECT-TYPE
Total reactive power maximum value since last reset, in VAR.
1.3.6.1.4.1.3052.14.1.8.1.1.43DisplayStringread-onlycurrent
acpmsTRcPAvgStr
OBJECT-TYPE
Total reactive power average value since last reset, in VAR.
1.3.6.1.4.1.3052.14.1.8.1.1.44DisplayStringread-onlycurrent
acpmsRcPPhaseAValueStr
OBJECT-TYPE
Phase A reactive power, in VAR.
1.3.6.1.4.1.3052.14.1.8.1.1.45DisplayStringread-onlycurrent
acpmsRcPPhaseBValueStr
OBJECT-TYPE
Phase B reactive power, in VAR.
1.3.6.1.4.1.3052.14.1.8.1.1.46DisplayStringread-onlycurrent
acpmsRcPPhaseCValueStr
OBJECT-TYPE
Phase C reactive power, in VAR.
1.3.6.1.4.1.3052.14.1.8.1.1.47DisplayStringread-onlycurrent
acpmsTAPValueStr
OBJECT-TYPE
Total apparent power, in VA.
1.3.6.1.4.1.3052.14.1.8.1.1.48DisplayStringread-onlycurrent
acpmsTAPMinStr
OBJECT-TYPE
Total apparent power minimum value since last reset, in VA.
1.3.6.1.4.1.3052.14.1.8.1.1.49DisplayStringread-onlycurrent
acpmsTAPMaxStr
OBJECT-TYPE
Total apparent power maximum value since last reset, in VA.
1.3.6.1.4.1.3052.14.1.8.1.1.50DisplayStringread-onlycurrent
acpmsTAPAvgStr
OBJECT-TYPE
Total apparent power average value since last reset, in VA.
1.3.6.1.4.1.3052.14.1.8.1.1.51DisplayStringread-onlycurrent
acpmsAPPhaseAValueStr
OBJECT-TYPE
Phase A apparent power, in VA.
1.3.6.1.4.1.3052.14.1.8.1.1.52DisplayStringread-onlycurrent
acpmsAPPhaseBValueStr
OBJECT-TYPE
Phase B apparent power, in VA.
1.3.6.1.4.1.3052.14.1.8.1.1.53DisplayStringread-onlycurrent
acpmsAPPhaseCValueStr
OBJECT-TYPE
Phase C apparent power, in VA.
1.3.6.1.4.1.3052.14.1.8.1.1.54DisplayStringread-onlycurrent
acpmsTotalEnergyWh
OBJECT-TYPE
Total energy, in Wh.
1.3.6.1.4.1.3052.14.1.8.1.1.55Integer32read-onlycurrent
acpmsTotalEnergyVAR
OBJECT-TYPE
Total reactive energy, in VAR.
1.3.6.1.4.1.3052.14.1.8.1.1.56Integer32read-onlycurrent
acpmsTotalEnergyVA
OBJECT-TYPE
Total apparent energy, in VA.
1.3.6.1.4.1.3052.14.1.8.1.1.57Integer32read-onlycurrent
aisgStatus
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.1.9
aisgsPower
OBJECT-TYPE
AISG power state
1.3.6.1.4.1.3052.14.1.9.1DisplayStringread-onlycurrent
aisgsBaseStationID
OBJECT-TYPE
AISG base station ID
1.3.6.1.4.1.3052.14.1.9.2DisplayStringread-onlycurrent
aisgsALDTable
OBJECT-TYPE
The table of what AISG ALDs (Antenna Line Devices) are attached to the unit.
1.3.6.1.4.1.3052.14.1.9.3not-accessiblecurrent
aisgsALDEntry
OBJECT-TYPE
Table entry for AISG ALD table
1.3.6.1.4.1.3052.14.1.9.3.1not-accessiblecurrent
aisgsALDIndex
OBJECT-TYPE
This number refers to an ALD; it is the ALD # as shown in the web UI and CLI.
1.3.6.1.4.1.3052.14.1.9.3.1.1Integer32 (1..18)read-onlycurrent
aisgsALDSectorID
OBJECT-TYPE
The sector ID of this ALD.
1.3.6.1.4.1.3052.14.1.9.3.1.2DisplayStringread-onlycurrent
aisgsALDType
OBJECT-TYPE
The type of ALD (SR or MR).
1.3.6.1.4.1.3052.14.1.9.3.1.3DisplayStringread-onlycurrent
aisgsALDDescription
OBJECT-TYPE
User-defined description for this ALD.
1.3.6.1.4.1.3052.14.1.9.3.1.4DisplayStringread-onlycurrent
aisgsALDStatus
OBJECT-TYPE
Status of this ALD (i.e., OFF, OK, UNRSP, ALARM).
1.3.6.1.4.1.3052.14.1.9.3.1.5DisplayStringread-onlycurrent
aisgsALDID
OBJECT-TYPE
The ID/serial number of this ALD.
1.3.6.1.4.1.3052.14.1.9.3.1.6DisplayStringread-onlycurrent
aisgsALDTilt
OBJECT-TYPE
The current tilt value of this ALD.
1.3.6.1.4.1.3052.14.1.9.3.1.7DisplayStringread-onlycurrent
aisgsALDHwVersion
OBJECT-TYPE
The hardware version of this ALD.
1.3.6.1.4.1.3052.14.1.9.3.1.8DisplayStringread-onlycurrent
aisgsALDSwVersion
OBJECT-TYPE
The software version of this ALD.
1.3.6.1.4.1.3052.14.1.9.3.1.9DisplayStringread-onlycurrent
aisgsALDModel
OBJECT-TYPE
The model number of this ALD.
1.3.6.1.4.1.3052.14.1.9.3.1.10DisplayStringread-onlycurrent
aisgsALDAntennaModel
OBJECT-TYPE
The model number of the antenna associated with this ALD. Note that not all ALDs have this.
1.3.6.1.4.1.3052.14.1.9.3.1.11DisplayStringread-onlycurrent
aisgsALDMinTilt
OBJECT-TYPE
The minimum tilt value of this ALD, as determined by the ALD's loaded configuration file. A nonsensical value here indicates that the ALD is not configured.
1.3.6.1.4.1.3052.14.1.9.3.1.12DisplayStringread-onlycurrent
aisgsALDMaxTilt
OBJECT-TYPE
The maximum tilt value of this ALD, as determined by the ALD's loaded configuration file. A nonsensical value here indicates that the ALD is not configured.
1.3.6.1.4.1.3052.14.1.9.3.1.13DisplayStringread-onlycurrent
aisgsALDAISGVersion
OBJECT-TYPE
The AISG version of this ALD. E.g., 1.1, 2.0.
1.3.6.1.4.1.3052.14.1.9.3.1.14DisplayStringread-onlycurrent
aisgsFileTable
OBJECT-TYPE
The table of what AISG files are currently loaded on the unit.
1.3.6.1.4.1.3052.14.1.9.4not-accessiblecurrent
aisgsFileEntry
OBJECT-TYPE
Table entry for AISG File table
1.3.6.1.4.1.3052.14.1.9.4.1not-accessiblecurrent
aisgsFileIndex
OBJECT-TYPE
Index for AISG File table. This defines the local store (local to the unit) of files residing on the unit that are available to be loaded onto ALDs.
1.3.6.1.4.1.3052.14.1.9.4.1.1Integer32 (1..10)read-onlycurrent
aisgsFileName
OBJECT-TYPE
Name of AISG file (specified by user).
1.3.6.1.4.1.3052.14.1.9.4.1.2DisplayStringread-onlycurrent
aisgsFileType
OBJECT-TYPE
Type of AISG file (e.g., SOFTWARE or CONFIG)
1.3.6.1.4.1.3052.14.1.9.4.1.3DisplayStringread-onlycurrent
aisgsFileVersion
OBJECT-TYPE
Version of AISG file as reported by the ALD running this software. This is for SOFTWARE files, so that the unit can know when (during auto config) it does not need to load software onto an ALD (i.e., if the ALD already has this software version loaded).
1.3.6.1.4.1.3052.14.1.9.4.1.4DisplayStringread-onlycurrent
aisgsAutoTable
OBJECT-TYPE
The table of AISG automatic configuration slots on the unit. These slots describe what the unit should do automatically (load software, load config, calibrate, tilt) upon finding the ALD during a scan, on the specific basis of any ALD matching the vendor and ALD model defined in a row of this table.
1.3.6.1.4.1.3052.14.1.9.5not-accessiblecurrent
aisgsAutoEntry
OBJECT-TYPE
Table entry for AISG Auto table
1.3.6.1.4.1.3052.14.1.9.5.1not-accessiblecurrent
aisgsAutoIndex
OBJECT-TYPE
Index for AISG Auto table.
1.3.6.1.4.1.3052.14.1.9.5.1.1Integer32 (1..10)read-onlycurrent
aisgsAutoVendor
OBJECT-TYPE
The two-letter vendor code for this automatic configuration table row.
1.3.6.1.4.1.3052.14.1.9.5.1.2DisplayStringread-onlycurrent
aisgsAutoALDModel
OBJECT-TYPE
The ALD model number this automatic configuration table row.
1.3.6.1.4.1.3052.14.1.9.5.1.3DisplayStringread-onlycurrent
aisgsAutoSoftware
OBJECT-TYPE
The software file name of this automatic configuration table row.
1.3.6.1.4.1.3052.14.1.9.5.1.4DisplayStringread-onlycurrent
aisgsAutoConfig
OBJECT-TYPE
The configuration file name of this automatic configuration table row.
1.3.6.1.4.1.3052.14.1.9.5.1.5DisplayStringread-onlycurrent
aisgsAutoTilt
OBJECT-TYPE
The tilt value for this automatic configuration table row. Any ALD not already auto-configured by the unit will be tilted to this value, if its vendor and model number match the vendor and ALD model number of this table row.
1.3.6.1.4.1.3052.14.1.9.5.1.6DisplayStringread-onlycurrent
aisgsAAATable
OBJECT-TYPE
The table of AISG antenna-ALD associations slots on the unit. These slots describe what antenna serial number and what sector ID the unit should assign to an ALD that is undergoing automatic configuration.
1.3.6.1.4.1.3052.14.1.9.6not-accessiblecurrent
aisgsAAAEntry
OBJECT-TYPE
Table entry for AISG AAA table
1.3.6.1.4.1.3052.14.1.9.6.1not-accessiblecurrent
aisgsAAAIndex
OBJECT-TYPE
Index for AISG AAA table.
1.3.6.1.4.1.3052.14.1.9.6.1.1Integer32 (1..10)read-onlycurrent
aisgsAAAALDID
OBJECT-TYPE
The ID/serial number of the ALD for this AAA table row.
1.3.6.1.4.1.3052.14.1.9.6.1.2DisplayStringread-onlycurrent
aisgsAAAAntennaSN
OBJECT-TYPE
The user-specified antenna serial number for this AAA table row. An ALD that the unit finds with this ID/serial number will be assigned this antenna serial number. This happens only during auto-configuration of the ALD, which happens only once for an ALD.
1.3.6.1.4.1.3052.14.1.9.6.1.3DisplayStringread-onlycurrent
aisgsAAASectorID
OBJECT-TYPE
The user-specified sector ID for this AAA table row. An ALD that the unit finds with this ID/serial number will be assigned this sector ID. This happens only during auto-configuration of the ALD, which happens only once for an ALD.
1.3.6.1.4.1.3052.14.1.9.6.1.4DisplayStringread-onlycurrent
config
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2
eventSensorBasics
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.1
esNumberEventSensors
OBJECT-TYPE
The number of EventSensors recognized by the unit, including the internal EventSensor. Range: 1-17
1.3.6.1.4.1.3052.14.2.1.1Integer32read-onlycurrent
esTable
OBJECT-TYPE
The table of what EventSensors are attached to the unit, including the internal EventSensor
1.3.6.1.4.1.3052.14.2.1.2not-accessiblecurrent
esEntry
OBJECT-TYPE
Table entry for EventSensor table
1.3.6.1.4.1.3052.14.2.1.2.1not-accessiblecurrent
esIndex
OBJECT-TYPE
This number refers to an EventSensor; it has the same meaning as the esIndexES object (see above), except that this object is used only within the esTable branch. This object's allowable values are 1 through 16, and 200. 200 always refers to the EventSensor inside the unit. 1 through 16 refer to additional attached EventSensors. The number corresponding to an EventSensor is determined by the user at the initial configuration time. If there is an internal sensor in the unit, it will always be the first item in the Sensor Events setup menu. For example, if a new EventSensor is configured as the 2nd entry AFTER the internal EventSensor (if one exists) in the Sensor Events Setup Menu, then that EventSensor will be known from then on as EventSensor 2. All point indeces with esIndex=2 will now refer to that particular EventSensor.
1.3.6.1.4.1.3052.14.2.1.2.1.1Integer32 (1..200)read-onlycurrent
esName
OBJECT-TYPE
The name of the EventSensor
1.3.6.1.4.1.3052.14.2.1.2.1.2DisplayStringread-onlycurrent
esID
OBJECT-TYPE
The factory-assigned ID of the EventSensor
1.3.6.1.4.1.3052.14.2.1.2.1.3DisplayStringread-onlycurrent
esNumberTempSensors
OBJECT-TYPE
The number of temperature sensors on the EventSensor
1.3.6.1.4.1.3052.14.2.1.2.1.4Integer32read-onlycurrent
esTempReportingMode
OBJECT-TYPE
Description of how temperature values should be interpreted.
1.3.6.1.4.1.3052.14.2.1.2.1.5DisplayStringread-onlycurrent
esNumberCCs
OBJECT-TYPE
The number of contact closures on the EventSensor.
1.3.6.1.4.1.3052.14.2.1.2.1.6Integer32read-onlycurrent
esCCReportingMode
OBJECT-TYPE
Description of how CC values should be interpreted.
1.3.6.1.4.1.3052.14.2.1.2.1.7DisplayStringread-onlycurrent
esNumberHumidSensors
OBJECT-TYPE
The number of humidity sensors on the EventSensor.
1.3.6.1.4.1.3052.14.2.1.2.1.8Integer32read-onlycurrent
esHumidReportingMode
OBJECT-TYPE
Description of how humidity sensor values should be interpreted.
1.3.6.1.4.1.3052.14.2.1.2.1.9DisplayStringread-onlycurrent
esNumberNoiseSensors
OBJECT-TYPE
The number of noise sensors on the EventSensor.
1.3.6.1.4.1.3052.14.2.1.2.1.10Integer32read-onlycurrent
esNoiseReportingMode
OBJECT-TYPE
Description of how noise sensor values should be interpreted.
1.3.6.1.4.1.3052.14.2.1.2.1.11DisplayStringread-onlycurrent
esNumberAirflowSensors
OBJECT-TYPE
The number of airflow sensors on the EventSensor.
1.3.6.1.4.1.3052.14.2.1.2.1.12Integer32read-onlycurrent
esAirflowReportingMode
OBJECT-TYPE
Description of how airflow sensor values should be interpreted.
1.3.6.1.4.1.3052.14.2.1.2.1.13DisplayStringread-onlycurrent
esNumberAnalog
OBJECT-TYPE
The number of analog inputs on the EventSensor.
1.3.6.1.4.1.3052.14.2.1.2.1.14Integer32read-onlycurrent
esAnalogReportingMode
OBJECT-TYPE
Description of how analog input values should be interpreted.
1.3.6.1.4.1.3052.14.2.1.2.1.15DisplayStringread-onlycurrent
esNumberOutputs
OBJECT-TYPE
The number of outputs (relay or power) on the EventSensor
1.3.6.1.4.1.3052.14.2.1.2.1.16Integer32read-onlycurrent
esOutputReportingMode
OBJECT-TYPE
Description of how output values should be interpreted.
1.3.6.1.4.1.3052.14.2.1.2.1.17DisplayStringread-onlycurrent
esTempCombinedStatus
OBJECT-TYPE
Combined status string intended to be parsed by NMS: name`value`scale`eventState`eventColorCode
1.3.6.1.4.1.3052.14.2.1.2.1.18DisplayStringread-onlycurrent
esCCCombinedStatusBlock1
OBJECT-TYPE
Combined status string intended to be parsed by NMS: numInBlock~name1`value1`eventColorCode1`alias1~name2`value2`eventColorCode2`alias2~...name8`value8`eventColorCode8`alias8
1.3.6.1.4.1.3052.14.2.1.2.1.19DisplayStringread-onlycurrent
esCCCombinedStatusBlock2
OBJECT-TYPE
Combined status string intended to be parsed by NMS: numInBlock~name9`value9`eventColorCode9`alias9~name10`value10`eventColorCode10`alias10~...name16`value16`eventColorCode16`alias16
1.3.6.1.4.1.3052.14.2.1.2.1.20DisplayStringread-onlycurrent
esCCCombinedStatusBlock3
OBJECT-TYPE
Combined status string intended to be parsed by NMS: numInBlock~name17`value17`eventColorCode17`alias17~name18`value18`eventColorCode18`alias18~...name24`value24`eventColorCode24`alias24
1.3.6.1.4.1.3052.14.2.1.2.1.21DisplayStringread-onlycurrent
esCCCombinedStatusBlock4
OBJECT-TYPE
Combined status string intended to be parsed by NMS: numInBlock~name25`value25`eventColorCode25`alias25~name26`value26`eventColorCode26`alias26~...name32`value32`eventColorCode32`alias32
1.3.6.1.4.1.3052.14.2.1.2.1.22DisplayStringread-onlycurrent
esCCCombinedStatusBlock5
OBJECT-TYPE
Combined status string intended to be parsed by NMS: numInBlock~name33`value33`eventColorCode33`alias33~name34`value34`eventColorCode34`alias35~...name40`value40`eventColorCode40`alias40
1.3.6.1.4.1.3052.14.2.1.2.1.23DisplayStringread-onlycurrent
esCCCombinedStatusBlock6
OBJECT-TYPE
Combined status string intended to be parsed by NMS: numInBlock~name41`value41`eventColorCode41`alias41~name42`value42`eventColorCode42`alias43~...name48`value48`eventColorCode48`alias48
1.3.6.1.4.1.3052.14.2.1.2.1.24DisplayStringread-onlycurrent
esCCCombinedStatusBlock7
OBJECT-TYPE
Combined status string intended to be parsed by NMS: numInBlock~name49`value49`eventColorCode49`alias49~name50`value50`eventColorCode50`alias50~...name56`value56`eventColorCode56`alias56
1.3.6.1.4.1.3052.14.2.1.2.1.25DisplayStringread-onlycurrent
esCCCombinedStatusBlock8
OBJECT-TYPE
Combined status string intended to be parsed by NMS: numInBlock~name57`value57`eventColorCode57`alias57~name57`value57`eventColorCode564`alias57~...name64`value64`eventColorCode64`alias64
1.3.6.1.4.1.3052.14.2.1.2.1.26DisplayStringread-onlycurrent
esHumidCombinedStatus
OBJECT-TYPE
Combined status string intended to be parsed by NMS: name`value`eventState`eventColorCode
1.3.6.1.4.1.3052.14.2.1.2.1.27DisplayStringread-onlycurrent
esAnalogCombinedStatusBlock1
OBJECT-TYPE
Combined status string intended to be parsed by NMS: numInBlock~name1`value1`units1`eventState`eventColorCode1~name2`value2`units2`eventState`eventColorCode2~...
1.3.6.1.4.1.3052.14.2.1.2.1.28DisplayStringread-onlycurrent
esAnalogCombinedStatusBlock2
OBJECT-TYPE
Combined status string intended to be parsed by NMS: numInBlock~name9`value9`units9`eventState9`eventColorCode9~...
1.3.6.1.4.1.3052.14.2.1.2.1.29DisplayStringread-onlycurrent
esAnalogCombinedStatusBlock3
OBJECT-TYPE
Combined status string intended to be parsed by NMS: numInBlock~namex`valuex`unitsx`eventStatex`eventColorCodex~...
1.3.6.1.4.1.3052.14.2.1.2.1.30DisplayStringread-onlycurrent
esAnalogCombinedStatusBlock4
OBJECT-TYPE
Combined status string intended to be parsed by NMS: numInBlock~namex`valuex`unitsx`eventStatex`eventColorCodex~...
1.3.6.1.4.1.3052.14.2.1.2.1.31DisplayStringread-onlycurrent
esAnalogCombinedStatusBlock5
OBJECT-TYPE
Combined status string intended to be parsed by NMS: numInBlock~namex`valuex`unitsx`eventStatex`eventColorCodex~...
1.3.6.1.4.1.3052.14.2.1.2.1.32DisplayStringread-onlycurrent
esAnalogCombinedStatusBlock6
OBJECT-TYPE
Combined status string intended to be parsed by NMS: numInBlock~namex`valuex`unitsx`eventStatex`eventColorCodex~...
1.3.6.1.4.1.3052.14.2.1.2.1.33DisplayStringread-onlycurrent
esOutputCombinedStatusBlock1
OBJECT-TYPE
Combined status string intended to be parsed by NMS: numInBlock~namex`valuex`unitsx`eventStatex`eventColorCodex~...
1.3.6.1.4.1.3052.14.2.1.2.1.34DisplayStringread-onlycurrent
esOutputCombinedStatusBlock2
OBJECT-TYPE
Combined status string intended to be parsed by NMS: numInBlock`namex`valuex`aliasx~namey`valuey`aliasy~...namez`valuez`aliasz
1.3.6.1.4.1.3052.14.2.1.2.1.35DisplayStringread-onlycurrent
esNewSensors
OBJECT-TYPE
String representing the number of new (attached but unconfigured) EventSensors
1.3.6.1.4.1.3052.14.2.1.3DisplayStringread-onlycurrent
eventSensorPointConfig
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.2
esPointConfigTempTable
OBJECT-TYPE
This table organizes 3 basic attributes of temperature sensor points. A point is a particular sensor on an EventSensor. The 3 point attributes organizes in this table are: 1. the configuration item (e.g., enable, name, etc.) 2. the eventsensor on which this point resides 3. the point number (always 1 for temp sensors) Points are referenced by a point config index. The point config index is a string of 2 numbers separated by periods. It contains all the information necessary for getting a piece of data off an event sensor within the context of this emperature point config table ; namely, which EventSensor, and which sensor (a.k.a. point) (always 1 for temperature sensors).
1.3.6.1.4.1.3052.14.2.2.1not-accessiblecurrent
esPointConfigTempEntry
OBJECT-TYPE
Entry for EventSensor point config temperature table
1.3.6.1.4.1.3052.14.2.2.1.1not-accessiblecurrent
espcTempIndexES
OBJECT-TYPE
The part of the point index that refers to an EventSensor. The point config index is a string of 2 numbers separated by a period. It contains all the information necessary for getting a piece of data off an event sensor within the the context of the eventsensor point config temperature table; namely, which EventSensor, and which sensor (a.k.a. point). This object's allowable values are 1 through 16, and 200. 200 always refers to the EventSensor inside the unit. 1 through 16 refer to additional attached EventSensors. The number corresponding to an EventSensor is determined by the user at the initial configuration time. If there is an internal sensor in the unit, it will always be the first item in the Sensor Events setup menu. For example, if a new EventSensor is configured as the 2nd entry AFTER the internal EventSensor (if one exists) in the Sensor Events Setup Menu, then that EventSensor will be known from then on as EventSensor 2. All point indeces with esIndexES=2 will now refer to that particular EventSensor.
1.3.6.1.4.1.3052.14.2.2.1.1.1Integer32 (1..200)read-onlycurrent
espcTempIndexPoint
OBJECT-TYPE
The part of the point index that delineates which sensor on the EventSensor. So this combined with espcTempIndexES (which EventSensor) uniquely defines each point attached to a unit within the context of temperature point configuration.
1.3.6.1.4.1.3052.14.2.2.1.1.2Integer32 (1..64)read-onlycurrent
espcTempEnable
OBJECT-TYPE
ON/OFF enable this temperature sensor
1.3.6.1.4.1.3052.14.2.2.1.1.3DisplayStringread-writecurrent
espcTempScale
OBJECT-TYPE
Scale (C/F) for this temperature sensor
1.3.6.1.4.1.3052.14.2.2.1.1.4DisplayStringread-writecurrent
espcTempDeadband
OBJECT-TYPE
Deadband for this temperature sensor (in floating-point format)
1.3.6.1.4.1.3052.14.2.2.1.1.5DisplayStringread-writecurrent
espcTempVHighTemp
OBJECT-TYPE
Very high temperature event threshold for this temperature sensor (in floating-point format)
1.3.6.1.4.1.3052.14.2.2.1.1.6DisplayStringread-writecurrent
espcTempVHighActions
OBJECT-TYPE
Very high temperature event actions for this temperature sensor
1.3.6.1.4.1.3052.14.2.2.1.1.7DisplayStringread-writecurrent
espcTempVHighTrapnum
OBJECT-TYPE
Very high temperature event trap number for this temperature sensor
1.3.6.1.4.1.3052.14.2.2.1.1.8Integer32read-writecurrent
espcTempVHighClass
OBJECT-TYPE
Very high temperature event class for this temperature sensor
1.3.6.1.4.1.3052.14.2.2.1.1.9DisplayStringread-writecurrent
espcTempHighTemp
OBJECT-TYPE
High temperature event threshold for this temperature sensor (in floating-point format)
1.3.6.1.4.1.3052.14.2.2.1.1.10DisplayStringread-writecurrent
espcTempHighActions
OBJECT-TYPE
High temperature event actions for this temperature sensor
1.3.6.1.4.1.3052.14.2.2.1.1.11DisplayStringread-writecurrent
espcTempHighTrapnum
OBJECT-TYPE
High temperature event trap number for this temperature sensor
1.3.6.1.4.1.3052.14.2.2.1.1.12Integer32read-writecurrent
espcTempHighClass
OBJECT-TYPE
High temperature event class for this temperature sensor
1.3.6.1.4.1.3052.14.2.2.1.1.13DisplayStringread-writecurrent
espcTempNormalActions
OBJECT-TYPE
Return-to-normal event actions for this temperature sensor
1.3.6.1.4.1.3052.14.2.2.1.1.14DisplayStringread-writecurrent
espcTempNormalTrapnum
OBJECT-TYPE
Return-to-normal event trap number for this temperature sensor
1.3.6.1.4.1.3052.14.2.2.1.1.15Integer32read-writecurrent
espcTempNormalClass
OBJECT-TYPE
Return-to-normal event class for this temperature sensor
1.3.6.1.4.1.3052.14.2.2.1.1.16DisplayStringread-writecurrent
espcTempLowTemp
OBJECT-TYPE
Low temperature event threshold for this temperature sensor (in floating-point format)
1.3.6.1.4.1.3052.14.2.2.1.1.17DisplayStringread-writecurrent
espcTempLowActions
OBJECT-TYPE
Low temperature event actions for this temperature sensor
1.3.6.1.4.1.3052.14.2.2.1.1.18DisplayStringread-writecurrent
espcTempLowTrapnum
OBJECT-TYPE
Low temperature event trap number for this temperature sensor
1.3.6.1.4.1.3052.14.2.2.1.1.19Integer32read-writecurrent
espcTempLowClass
OBJECT-TYPE
Low temperature event class for this temperature sensor
1.3.6.1.4.1.3052.14.2.2.1.1.20DisplayStringread-writecurrent
espcTempVLowTemp
OBJECT-TYPE
Very Low temperature event threshold for this temperature sensor (in floating-point format)
1.3.6.1.4.1.3052.14.2.2.1.1.21DisplayStringread-writecurrent
espcTempVLowActions
OBJECT-TYPE
Very Low temperature event actions for this temperature sensor
1.3.6.1.4.1.3052.14.2.2.1.1.22DisplayStringread-writecurrent
espcTempVLowTrapnum
OBJECT-TYPE
Very Low temperature event trap number for this temperature sensor
1.3.6.1.4.1.3052.14.2.2.1.1.23Integer32read-writecurrent
espcTempVLowClass
OBJECT-TYPE
Very Low temperature event class for this temperature sensor
1.3.6.1.4.1.3052.14.2.2.1.1.24DisplayStringread-writecurrent
esPointConfigCCTable
OBJECT-TYPE
This table organizes 3 basic attributes of contact closure points. A point is a particular sensor on an EventSensor. The 3 point attributes organizes in this table are: 1. the configuration item (e.g., enable, name, etc.) 2. the eventsensor on which this point resides 3. the point number Points are referenced by a point config index. The point config index is a string of 2 numbers separated by a period. It contains all the information necessary for getting a piece of data off an event sensor within the context of this contact closure point config table ; namely, which EventSensor and which sensor.
1.3.6.1.4.1.3052.14.2.2.2not-accessiblecurrent
esPointConfigCCEntry
OBJECT-TYPE
Entry for EventSensor point config contact closure table
1.3.6.1.4.1.3052.14.2.2.2.1not-accessiblecurrent
espcCCIndexES
OBJECT-TYPE
The part of the point index that refers to an EventSensor. The point config index is a string of 2 numbers separated by a period. It contains all the information necessary for getting a piece of data off an event sensor within the the context of the eventsensor point config contact closure table; namely, which EventSensor and which sensor (a.k.a. point). This object's allowable values are 1 through 16, and 200. 200 always refers to the EventSensor inside the unit. 1 through 16 refer to additional attached EventSensors.
1.3.6.1.4.1.3052.14.2.2.2.1.1Integer32 (1..200)read-onlycurrent
espcCCIndexPoint
OBJECT-TYPE
The part of the point index that delineates which sensor on the EventSensor. So this combined with espcCCIndexES (which EventSensor) uniquely defines each point attached to a unit within the context of contact closure point configuration.
1.3.6.1.4.1.3052.14.2.2.2.1.2Integer32 (1..64)read-onlycurrent
espcCCEnable
OBJECT-TYPE
ON/OFF enable for this contact closure
1.3.6.1.4.1.3052.14.2.2.2.1.3DisplayStringread-writecurrent
espcCCName
OBJECT-TYPE
Name for this contact closure
1.3.6.1.4.1.3052.14.2.2.2.1.4DisplayStringread-writecurrent
espcCCEventState
OBJECT-TYPE
Event state for this contact closure
1.3.6.1.4.1.3052.14.2.2.2.1.5DisplayStringread-writecurrent
espcCCThreshold
OBJECT-TYPE
Event threshold (seconds) for this contact closure
1.3.6.1.4.1.3052.14.2.2.2.1.6Integer32 (0..65535)read-writecurrent
espcCCEventActions
OBJECT-TYPE
Event actions for this contact closure
1.3.6.1.4.1.3052.14.2.2.2.1.7DisplayStringread-writecurrent
espcCCEventTrapnum
OBJECT-TYPE
Event trap number for this contact closure
1.3.6.1.4.1.3052.14.2.2.2.1.8Integer32read-writecurrent
espcCCEventClass
OBJECT-TYPE
Event class for this contact closure
1.3.6.1.4.1.3052.14.2.2.2.1.9DisplayStringread-writecurrent
espcCCNormalActions
OBJECT-TYPE
Return-to-normal actions for this contact closure
1.3.6.1.4.1.3052.14.2.2.2.1.10DisplayStringread-writecurrent
espcCCNormalTrapnum
OBJECT-TYPE
Return-to-normal trap number for this contact closure
1.3.6.1.4.1.3052.14.2.2.2.1.11Integer32read-writecurrent
espcCCNormalClass
OBJECT-TYPE
Return-to-normal class for this contact closure
1.3.6.1.4.1.3052.14.2.2.2.1.12DisplayStringread-writecurrent
espcCCAlarmAlias
OBJECT-TYPE
Event alias for this contact closure
1.3.6.1.4.1.3052.14.2.2.2.1.13DisplayStringread-writecurrent
espcCCNormalAlias
OBJECT-TYPE
Return-to-normal alias for this contact closure
1.3.6.1.4.1.3052.14.2.2.2.1.14DisplayStringread-writecurrent
espcCCNormalThreshold
OBJECT-TYPE
Event threshold (seconds) for this contact closure to return to normal
1.3.6.1.4.1.3052.14.2.2.2.1.15Integer32 (0..65535)read-writecurrent
espcCCOverrideGlobalReminder
OBJECT-TYPE
Override global reminder interval (evReminderInterval) for this CC.
1.3.6.1.4.1.3052.14.2.2.2.1.16DisplayStringread-writecurrent
espcCCReminderInterval
OBJECT-TYPE
Individual reminder interval for this CC, applicable when the global reminder is overriden.
1.3.6.1.4.1.3052.14.2.2.2.1.17Integer32read-writecurrent
esPointConfigHumidTable
OBJECT-TYPE
This table organizes 3 basic attributes of humidity points. A point is a particular sensor on an EventSensor. The 3 point attributes organizes in this table are: 1. the configuration item (e.g., enable, name, etc.) 2. the eventsensor on which this point resides 3. the point number (always 1 for humidity sensors) Points are referenced by a point config index. The point config index is a string of 2 numbers separated by a period. It contains all the information necessary for getting a piece of data off an event sensor within the context of this humidity point config table ; namely, which EventSensor and which sensor.
1.3.6.1.4.1.3052.14.2.2.3not-accessiblecurrent
esPointConfigHumidEntry
OBJECT-TYPE
Entry for EventSensor point config humidity table
1.3.6.1.4.1.3052.14.2.2.3.1not-accessiblecurrent
espcHumidIndexES
OBJECT-TYPE
The part of the point index that refers to an EventSensor. The point config index is a string of 2 numbers separated by a period. It contains all the information necessary for getting a piece of data off an event sensor within the the context of the eventsensor point config contact closure table; namely, which EventSensor and which sensor (a.k.a. point). This object's allowable values are 1 through 16, and 200. 200 always refers to the EventSensor inside the unit. 1 through 16 refer to additional attached EventSensors.
1.3.6.1.4.1.3052.14.2.2.3.1.1Integer32 (1..200)read-onlycurrent
espcHumidIndexPoint
OBJECT-TYPE
The part of the point index that delineates which sensor on the EventSensor. So this combined with espcHumidIndexES (which EventSensor) uniquely defines each point attached to a unit within the context of contact closure point configuration.
1.3.6.1.4.1.3052.14.2.2.3.1.2Integer32 (1..64)read-onlycurrent
espcHumidEnable
OBJECT-TYPE
ON/OFF enable for this humidity sensor
1.3.6.1.4.1.3052.14.2.2.3.1.3DisplayStringread-writecurrent
espcHumidDeadband
OBJECT-TYPE
Deadband for this humidity sensor
1.3.6.1.4.1.3052.14.2.2.3.1.4Integer32read-writecurrent
espcHumidVHighHumid
OBJECT-TYPE
Very high event threshold for this humidity sensor
1.3.6.1.4.1.3052.14.2.2.3.1.5Integer32read-writecurrent
espcHumidVHighActions
OBJECT-TYPE
Very high event actions for this humidity sensor
1.3.6.1.4.1.3052.14.2.2.3.1.6DisplayStringread-writecurrent
espcHumidVHighTrapnum
OBJECT-TYPE
Very high event trap number for this humidity sensor
1.3.6.1.4.1.3052.14.2.2.3.1.7Integer32read-writecurrent
espcHumidVHighClass
OBJECT-TYPE
Very high event class for this humidity sensor
1.3.6.1.4.1.3052.14.2.2.3.1.8DisplayStringread-writecurrent
espcHumidHighHumid
OBJECT-TYPE
High event threshold for this humidity sensor
1.3.6.1.4.1.3052.14.2.2.3.1.9Integer32read-writecurrent
espcHumidHighActions
OBJECT-TYPE
High event actions for this humidity sensor
1.3.6.1.4.1.3052.14.2.2.3.1.10DisplayStringread-writecurrent
espcHumidHighTrapnum
OBJECT-TYPE
High event trap number for this humidity sensor
1.3.6.1.4.1.3052.14.2.2.3.1.11Integer32read-writecurrent
espcHumidHighClass
OBJECT-TYPE
High event class for this humidity sensor
1.3.6.1.4.1.3052.14.2.2.3.1.12DisplayStringread-writecurrent
espcHumidNormalActions
OBJECT-TYPE
Return-to-normal actions for this humidity sensor
1.3.6.1.4.1.3052.14.2.2.3.1.13DisplayStringread-writecurrent
espcHumidNormalTrapnum
OBJECT-TYPE
Return-to-normal trap number for this humidity sensor
1.3.6.1.4.1.3052.14.2.2.3.1.14Integer32read-writecurrent
espcHumidNormalClass
OBJECT-TYPE
Return-to-normal class for this humidity sensor
1.3.6.1.4.1.3052.14.2.2.3.1.15DisplayStringread-writecurrent
espcHumidLowHumid
OBJECT-TYPE
Low event threshold for this humidity sensor
1.3.6.1.4.1.3052.14.2.2.3.1.16Integer32read-writecurrent
espcHumidLowActions
OBJECT-TYPE
Low event actions for this humidity sensor
1.3.6.1.4.1.3052.14.2.2.3.1.17DisplayStringread-writecurrent
espcHumidLowTrapnum
OBJECT-TYPE
Low event trap number for this humidity sensor
1.3.6.1.4.1.3052.14.2.2.3.1.18Integer32read-writecurrent
espcHumidLowClass
OBJECT-TYPE
Low event class for this humidity sensor
1.3.6.1.4.1.3052.14.2.2.3.1.19DisplayStringread-writecurrent
espcHumidVLowHumid
OBJECT-TYPE
Very low event threshold for this humidity sensor
1.3.6.1.4.1.3052.14.2.2.3.1.20Integer32read-writecurrent
espcHumidVLowActions
OBJECT-TYPE
Very low event actions for this humidity sensor
1.3.6.1.4.1.3052.14.2.2.3.1.21DisplayStringread-writecurrent
espcHumidVLowTrapnum
OBJECT-TYPE
Very low event trap number for this humidity sensor
1.3.6.1.4.1.3052.14.2.2.3.1.22Integer32read-writecurrent
espcHumidVLowClass
OBJECT-TYPE
Very low event class for this humidity sensor
1.3.6.1.4.1.3052.14.2.2.3.1.23DisplayStringread-writecurrent
esPointConfigAITable
OBJECT-TYPE
This table organizes 3 basic attributes of analog input points. A point is a particular sensor on an EventSensor. The 3 point attributes organizes in this table are: 1. the configuration item (e.g., enable, name, etc.) 2. the eventsensor on which this point resides 3. the point number Points are referenced by a point config index. The point config index is a string of 2 numbers separated by a period. It contains all the information necessary for getting a piece of data off an event sensor within the context of this analog input point config table ; namely, which EventSensor and which sensor.
1.3.6.1.4.1.3052.14.2.2.5not-accessiblecurrent
esPointConfigAIEntry
OBJECT-TYPE
Entry for EventSensor point config analog input table
1.3.6.1.4.1.3052.14.2.2.5.1not-accessiblecurrent
espcAIIndexES
OBJECT-TYPE
The part of the point index that refers to an EventSensor. The point config index is a string of 2 numbers separated by a period. It contains all the information necessary for getting a piece of data off an event sensor within the the context of the eventsensor point config contact closure table; namely, which EventSensor and which sensor (a.k.a. point). This object's allowable values are 1 through 16, and 200. 200 always refers to the EventSensor inside the unit. 1 through 16 refer to additional attached EventSensors.
1.3.6.1.4.1.3052.14.2.2.5.1.1Integer32 (1..200)read-onlycurrent
espcAIIndexPoint
OBJECT-TYPE
The part of the point index that delineates which sensor on the EventSensor. So this combined with espcAIIndexES (which EventSensor) uniquely defines each point attached to a unit within the context of contact closure point configuration.
1.3.6.1.4.1.3052.14.2.2.5.1.2Integer32 (1..64)read-onlycurrent
espcAIEnable
OBJECT-TYPE
ON/OFF for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.3DisplayStringread-writecurrent
espcAIDeadband
OBJECT-TYPE
Deadband for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.5DisplayStringread-writecurrent
espcAIVhighValue
OBJECT-TYPE
Very high event threshold (decivolts or tenths of milliamps) for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.6DisplayStringread-writecurrent
espcAIVhighActions
OBJECT-TYPE
Very high event actions for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.7DisplayStringread-writecurrent
espcAIVhighTrapnum
OBJECT-TYPE
Very high event trap number for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.8Integer32read-writecurrent
espcAIVhighClass
OBJECT-TYPE
Very high event class for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.9DisplayStringread-writecurrent
espcAIHighValue
OBJECT-TYPE
High event threshold (decivolts or tenths of milliamps) for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.10DisplayStringread-writecurrent
espcAIHighActions
OBJECT-TYPE
High event actions for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.11DisplayStringread-writecurrent
espcAIHighTrapnum
OBJECT-TYPE
High event trap number for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.12Integer32read-writecurrent
espcAIHighClass
OBJECT-TYPE
High event class for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.13DisplayStringread-writecurrent
espcAINormalActions
OBJECT-TYPE
Return-to-normal actions for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.14DisplayStringread-writecurrent
espcAINormalTrapnum
OBJECT-TYPE
Return-to-normal trap number for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.15Integer32read-writecurrent
espcAINormalClass
OBJECT-TYPE
Return-to-normal class for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.16DisplayStringread-writecurrent
espcAILowValue
OBJECT-TYPE
Low event threshold (decivolts or tenths of milliamps) for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.17DisplayStringread-writecurrent
espcAILowActions
OBJECT-TYPE
Low event actions for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.18DisplayStringread-writecurrent
espcAILowTrapnum
OBJECT-TYPE
Low event trap number for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.19Integer32read-writecurrent
espcAILowClass
OBJECT-TYPE
Low event class for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.20DisplayStringread-writecurrent
espcAIVlowValue
OBJECT-TYPE
Very low event threshold (decivolts or tenths of milliamps) for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.21DisplayStringread-writecurrent
espcAIVlowActions
OBJECT-TYPE
Very low event actions for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.22DisplayStringread-writecurrent
espcAIVlowTrapnum
OBJECT-TYPE
Very low event actions for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.23Integer32read-writecurrent
espcAIVlowClass
OBJECT-TYPE
Very low event class for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.24DisplayStringread-writecurrent
espcAIConvUnitName
OBJECT-TYPE
Converstion unit name for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.25DisplayStringread-writecurrent
espcAIConvHighValue
OBJECT-TYPE
Conversion high value for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.26DisplayStringread-writecurrent
espcAIConvHighUnit
OBJECT-TYPE
Conversion high unit value for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.27DisplayStringread-writecurrent
espcAIConvLowValue
OBJECT-TYPE
Conversion low value for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.29DisplayStringread-writecurrent
espcAIConvLowUnit
OBJECT-TYPE
Conversion unit low unit value for this analog input sensor
1.3.6.1.4.1.3052.14.2.2.5.1.30DisplayStringread-writecurrent
espcAIDisplayFormat
OBJECT-TYPE
Analog input display format
1.3.6.1.4.1.3052.14.2.2.5.1.32DisplayStringread-writecurrent
esPointConfigOutputTable
OBJECT-TYPE
This table organizes configuration items for output points. A point is a particular sensor on an EventSensor. The 3 point attributes organized in this table are: 1. the configuration item (e.g., enable, name, etc.) 2. the eventsensor on which this point resides 3. the point number Points are referenced by a point config index. The point config index is a string of 2 numbers separated by a period. It contains all the information necessary for getting a piece of data off an event sensor within the context of this output config table ; namely, which EventSensor and which sensor.
1.3.6.1.4.1.3052.14.2.2.6not-accessiblecurrent
esPointConfigOutputEntry
OBJECT-TYPE
Entry for EventSensor point config output table
1.3.6.1.4.1.3052.14.2.2.6.1not-accessiblecurrent
espcOutputIndexES
OBJECT-TYPE
The part of the point index that refers to an EventSensor. The point config index is a string of 2 numbers separated by a period. It contains all the information necessary for getting a piece of data off an event sensor within the the context of the eventsensor point config contact closure table; namely, which EventSensor and which sensor (a.k.a. point). This object's allowable values are 1 through 16, and 200. 200 always refers to the EventSensor inside the unit. 1 through 16 refer to additional attached EventSensors.
1.3.6.1.4.1.3052.14.2.2.6.1.1Integer32 (1..200)read-onlycurrent
espcOutputIndexPoint
OBJECT-TYPE
The part of the point index that delineates which sensor on the EventSensor. So this combined with espcOutputIndexES (which EventSensor) uniquely defines each point attached to a unit within the context of output point configuration.
1.3.6.1.4.1.3052.14.2.2.6.1.2Integer32 (1..64)read-onlycurrent
espcOutputEnable
OBJECT-TYPE
Enables the output event for this output. This has no effect on whether the relay changes state, only on whether a state change triggers an event.
1.3.6.1.4.1.3052.14.2.2.6.1.3DisplayStringread-writecurrent
espcOutputActiveState
OBJECT-TYPE
Which state is considered the active state: energized/de-energized.
1.3.6.1.4.1.3052.14.2.2.6.1.4DisplayStringread-writecurrent
espcOutputType
OBJECT-TYPE
Output type: RELAY, POWER, SSR, TTL.
1.3.6.1.4.1.3052.14.2.2.6.1.5DisplayStringread-onlycurrent
espcOutputAliasValue
OBJECT-TYPE
Output alias corresponding to its event state.
1.3.6.1.4.1.3052.14.2.2.6.1.6DisplayStringread-onlycurrent
espcOutputAliasColor
OBJECT-TYPE
Output color corresponding to its event state.
1.3.6.1.4.1.3052.14.2.2.6.1.7DisplayStringread-onlycurrent
espcOutputActiveAlias
OBJECT-TYPE
Alias for the output active state.
1.3.6.1.4.1.3052.14.2.2.6.1.10DisplayStringread-writecurrent
espcOutputActiveColor
OBJECT-TYPE
Output color (as rendered in the web UI, in RGB hex format) corresponding to the output active state.
1.3.6.1.4.1.3052.14.2.2.6.1.11DisplayStringread-writecurrent
espcOutputActiveActions
OBJECT-TYPE
Actions for the output active event.
1.3.6.1.4.1.3052.14.2.2.6.1.12DisplayStringread-writecurrent
espcOutputActiveTrapnum
OBJECT-TYPE
Actions for the output active event.
1.3.6.1.4.1.3052.14.2.2.6.1.13Integer32 (150..1199)read-writecurrent
espcOutputActiveClass
OBJECT-TYPE
Class (severity) for the output active event.
1.3.6.1.4.1.3052.14.2.2.6.1.14DisplayStringread-writecurrent
espcOutputInactiveAlias
OBJECT-TYPE
Alias for the output inactive state.
1.3.6.1.4.1.3052.14.2.2.6.1.20DisplayStringread-writecurrent
espcOutputInactiveColor
OBJECT-TYPE
Output color (as rendered in the web UI, in RGB hex format) corresponding to the output inactive state.
1.3.6.1.4.1.3052.14.2.2.6.1.21DisplayStringread-writecurrent
espcOutputInactiveActions
OBJECT-TYPE
Actions for the output inactive event.
1.3.6.1.4.1.3052.14.2.2.6.1.22DisplayStringread-writecurrent
espcOutputInactiveTrapnum
OBJECT-TYPE
Actions for the output inactive event.
1.3.6.1.4.1.3052.14.2.2.6.1.23Integer32 (150..1199)read-writecurrent
espcOutputInactiveClass
OBJECT-TYPE
Class (severity) for the output inactive event.
1.3.6.1.4.1.3052.14.2.2.6.1.24DisplayStringread-writecurrent
serialPorts
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.3
numberPorts
OBJECT-TYPE
Number of RS-232 ports found. Range: 2 or 4
1.3.6.1.4.1.3052.14.2.3.1Integer32read-onlycurrent
portConfigTable
OBJECT-TYPE
Port config table
1.3.6.1.4.1.3052.14.2.3.2not-accessiblecurrent
portConfigEntry
OBJECT-TYPE
Port config entry
1.3.6.1.4.1.3052.14.2.3.2.1not-accessiblecurrent
portConfigIndex
OBJECT-TYPE
Index for ports
1.3.6.1.4.1.3052.14.2.3.2.1.1Integer32 (1..16)read-onlycurrent
portConfigBaud
OBJECT-TYPE
Baud rate, 19200, 9600, etc.
1.3.6.1.4.1.3052.14.2.3.2.1.2Integer32read-writecurrent
portConfigDataFormat
OBJECT-TYPE
Value representing word length, parity, and stop bits: 0=8N1, 1=7E1, 2=7O1, 3=7N1, 4=8O2
1.3.6.1.4.1.3052.14.2.3.2.1.3Integer32read-writecurrent
portConfigStripPtOutputLfs
OBJECT-TYPE
Strip passthrough LFs sent to device on this port: 1=yes, 0=no.
1.3.6.1.4.1.3052.14.2.3.2.1.4Integer32read-writecurrent
portConfigStripPtInputLfs
OBJECT-TYPE
Strip passthrough LFs received from device on this port: 1=yes, 0=no.
1.3.6.1.4.1.3052.14.2.3.2.1.5Integer32read-writecurrent
portConfigMaskEnable
OBJECT-TYPE
1=Use the character mask on this port. 0=Do not use the mask. When the mask is enabled, the following ASCII characters are ignored on the port: 0, 1, 4-9, 11, 12, 14-31, 128-255. When the mask is disabled, all characters are accepted on the port.
1.3.6.1.4.1.3052.14.2.3.2.1.7Integer32read-writecurrent
portConfigDAEnable
OBJECT-TYPE
1=Enable the Data Alarm Evaluator for data on this port. 0=Do not evaluate data on this port.
1.3.6.1.4.1.3052.14.2.3.2.1.8Integer32read-writecurrent
portConfigStoreAlarmsDPT
OBJECT-TYPE
ON/OFF: store alarms received during passthrough
1.3.6.1.4.1.3052.14.2.3.2.1.9DisplayStringread-writecurrent
portConfigRecordTimeout
OBJECT-TYPE
Timeout after last unterminated data received upon which data collected so far is stored as a record.
1.3.6.1.4.1.3052.14.2.3.2.1.10Integer32read-writecurrent
portConfigDataType
OBJECT-TYPE
How the port interprets incoming data: ASCII/BINARY
1.3.6.1.4.1.3052.14.2.3.2.1.11DisplayStringread-writecurrent
portConfigEtxToCRLF
OBJECT-TYPE
ON/OFF whether the port translates incoming ETX to CRLF
1.3.6.1.4.1.3052.14.2.3.2.1.12DisplayStringread-writecurrent
portConfigMLREnable
OBJECT-TYPE
ON/OFF Whether Multiline Records are collected on this port.
1.3.6.1.4.1.3052.14.2.3.2.1.13DisplayStringread-writecurrent
portConfigMLRStartField1Pos
OBJECT-TYPE
Position of MLR start field 1
1.3.6.1.4.1.3052.14.2.3.2.1.14Integer32read-writecurrent
portConfigMLRStartField1Text
OBJECT-TYPE
Text to match MLR start field 1
1.3.6.1.4.1.3052.14.2.3.2.1.15DisplayStringread-writecurrent
portConfigMLRStartField2Pos
OBJECT-TYPE
Position of MLR start field 2
1.3.6.1.4.1.3052.14.2.3.2.1.16Integer32read-writecurrent
portConfigMLRStartField2Text
OBJECT-TYPE
Text to match MLR start field 2
1.3.6.1.4.1.3052.14.2.3.2.1.17DisplayStringread-writecurrent
portConfigMLRNumLinesBefore
OBJECT-TYPE
Number of lines before the starting line which should be included in the MLR
1.3.6.1.4.1.3052.14.2.3.2.1.18Integer32read-writecurrent
portConfigMLREndDetection
OBJECT-TYPE
How the MLR parser determines what ends an MLR: by FORMULA, number of lines received so far (COUNT), or number of blank lines received so far (BLANKS)
1.3.6.1.4.1.3052.14.2.3.2.1.19DisplayStringread-writecurrent
portConfigMLRLineCount
OBJECT-TYPE
Number of lines in the MLR (used by the end detection mode)
1.3.6.1.4.1.3052.14.2.3.2.1.20Integer32read-writecurrent
portConfigMLREndField1Pos
OBJECT-TYPE
Position of MLR end field 1
1.3.6.1.4.1.3052.14.2.3.2.1.21Integer32read-writecurrent
portConfigMLREndField1Text
OBJECT-TYPE
Text to match MLR end field 1
1.3.6.1.4.1.3052.14.2.3.2.1.22DisplayStringread-writecurrent
portConfigMLREndField2Pos
OBJECT-TYPE
Position of MLR end field 2
1.3.6.1.4.1.3052.14.2.3.2.1.23Integer32read-writecurrent
portConfigMLREndField2Text
OBJECT-TYPE
Text to match MLR end field 2
1.3.6.1.4.1.3052.14.2.3.2.1.24DisplayStringread-writecurrent
portConfigMLRUseComplexRules
OBJECT-TYPE
ON/OFF MLR parser uses complex rules (field possitions/ formulas, etc.)
1.3.6.1.4.1.3052.14.2.3.2.1.25DisplayStringread-writecurrent
portConfigBufferPT
OBJECT-TYPE
ON/OFF records received during passthrough mode are buffered/stored in the database
1.3.6.1.4.1.3052.14.2.3.2.1.26DisplayStringread-writecurrent
portConfigId
OBJECT-TYPE
The text identifer for the port
1.3.6.1.4.1.3052.14.2.3.2.1.27DisplayStringread-writecurrent
portConfigMode
OBJECT-TYPE
Mode of the serial port.
1.3.6.1.4.1.3052.14.2.3.2.1.28DisplayStringread-writecurrent
portConfigHsk
OBJECT-TYPE
Handshaking mode of the serial port.
1.3.6.1.4.1.3052.14.2.3.2.1.29DisplayStringread-writecurrent
network
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4
interface
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.1
ethernet
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.1.1
ethernet1
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.1.1.1
eth1Mode
OBJECT-TYPE
Mode of the Ethernet1 interface: STATIC,DHCP,VLAN
1.3.6.1.4.1.3052.14.2.4.1.1.1.1DisplayStringread-onlycurrent
eth1Address
OBJECT-TYPE
Ethernet1 IP address
1.3.6.1.4.1.3052.14.2.4.1.1.1.2IpAddressread-writecurrent
eth1SubnetMask
OBJECT-TYPE
Ethernet1 subnet mask
1.3.6.1.4.1.3052.14.2.4.1.1.1.3IpAddressread-writecurrent
eth1Router
OBJECT-TYPE
Ethernet1 router
1.3.6.1.4.1.3052.14.2.4.1.1.1.4IpAddressread-writecurrent
eth1VLAN
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.1.1.1.5
eth1VLAN1
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.1
eth1VLAN1ID
OBJECT-TYPE
Ethernet1 VLAN1 ID
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.1.1Integer32read-writecurrent
eth1VLAN1Priority
OBJECT-TYPE
Ethernet1 VLAN1 priority
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.1.2Integer32read-writecurrent
eth1VLAN1Address
OBJECT-TYPE
Ethernet1 VLAN1 IP address
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.1.3IpAddressread-writecurrent
eth1VLAN1SubnetMask
OBJECT-TYPE
Ethernet1 VLAN1 subnet mask
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.1.4IpAddressread-writecurrent
eth1VLAN1Router
OBJECT-TYPE
Ethernet1 VLAN1 router
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.1.5IpAddressread-writecurrent
eth1VLAN2
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.2
eth1VLAN2ID
OBJECT-TYPE
Ethernet1 VLAN2 ID
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.2.1Integer32read-writecurrent
eth1VLAN2Priority
OBJECT-TYPE
Ethernet1 VLAN2 priority
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.2.2Integer32read-writecurrent
eth1VLAN2Address
OBJECT-TYPE
Ethernet1 VLAN2 IP address
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.2.3IpAddressread-writecurrent
eth1VLAN2SubnetMask
OBJECT-TYPE
Ethernet1 VLAN2 subnet mask
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.2.4IpAddressread-writecurrent
eth1VLAN2Router
OBJECT-TYPE
Ethernet1 VLAN2 router
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.2.5IpAddressread-writecurrent
eth1VLAN3
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.3
eth1VLAN3ID
OBJECT-TYPE
Ethernet1 VLAN3 ID
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.3.1Integer32read-writecurrent
eth1VLAN3Priority
OBJECT-TYPE
Ethernet1 VLAN3 priority
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.3.2Integer32read-writecurrent
eth1VLAN3Address
OBJECT-TYPE
Ethernet1 VLAN3 IP address
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.3.3IpAddressread-writecurrent
eth1VLAN3SubnetMask
OBJECT-TYPE
Ethernet1 VLAN3 subnet mask
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.3.4IpAddressread-writecurrent
eth1VLAN3Router
OBJECT-TYPE
Ethernet1 VLAN3 router
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.3.5IpAddressread-writecurrent
eth1VLAN4
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.4
eth1VLAN4ID
OBJECT-TYPE
Ethernet1 VLAN4 ID
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.4.1Integer32read-writecurrent
eth1VLAN4Priority
OBJECT-TYPE
Ethernet1 VLAN4 priority
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.4.2Integer32read-writecurrent
eth1VLAN4Address
OBJECT-TYPE
Ethernet1 VLAN4 IP address
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.4.3IpAddressread-writecurrent
eth1VLAN4SubnetMask
OBJECT-TYPE
Ethernet1 VLAN4 subnet mask
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.4.4IpAddressread-writecurrent
eth1VLAN4Router
OBJECT-TYPE
Ethernet1 VLAN4 router
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.4.5IpAddressread-writecurrent
eth1VLAN5
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.5
eth1VLAN5ID
OBJECT-TYPE
Ethernet1 VLAN5 ID
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.5.1Integer32read-writecurrent
eth1VLAN5Priority
OBJECT-TYPE
Ethernet1 VLAN5 priority
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.5.2Integer32read-writecurrent
eth1VLAN5Address
OBJECT-TYPE
Ethernet1 VLAN5 IP address
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.5.3IpAddressread-writecurrent
eth1VLAN5SubnetMask
OBJECT-TYPE
Ethernet1 VLAN5 subnet mask
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.5.4IpAddressread-writecurrent
eth1VLAN5Router
OBJECT-TYPE
Ethernet1 VLAN5 router
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.5.5IpAddressread-writecurrent
eth1VLAN6
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.6
eth1VLAN6ID
OBJECT-TYPE
Ethernet1 VLAN6 ID
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.6.1Integer32read-writecurrent
eth1VLAN6Priority
OBJECT-TYPE
Ethernet1 VLAN6 priority
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.6.2Integer32read-writecurrent
eth1VLAN6Address
OBJECT-TYPE
Ethernet1 VLAN6 IP address
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.6.3IpAddressread-writecurrent
eth1VLAN6SubnetMask
OBJECT-TYPE
Ethernet1 VLAN6 subnet mask
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.6.4IpAddressread-writecurrent
eth1VLAN6Router
OBJECT-TYPE
Ethernet1 VLAN6 router
1.3.6.1.4.1.3052.14.2.4.1.1.1.5.6.5IpAddressread-writecurrent
eth1MAC
OBJECT-TYPE
Ethernet1 MAC
1.3.6.1.4.1.3052.14.2.4.1.1.1.6DisplayStringread-onlycurrent
eth1IPv6
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.1.1.1.7
eth1IPv6Mode
OBJECT-TYPE
Controls IPv6 operation for this Ethernet interface.
1.3.6.1.4.1.3052.14.2.4.1.1.1.7.1DisplayStringread-writecurrent
eth1IPv6Static
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.1.1.1.7.2
eth1IPv6StaticAddress
OBJECT-TYPE
he static IPv6 address to use for this interface when in operating in STATIC mode.
1.3.6.1.4.1.3052.14.2.4.1.1.1.7.2.1DisplayStringread-writecurrent
eth1IPv6StaticRouter
OBJECT-TYPE
The IPv6 router to engage as the default router when this interface operates in STATIC mode.
1.3.6.1.4.1.3052.14.2.4.1.1.1.7.2.2DisplayStringread-writecurrent
eth1IPv6Auto
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.1.1.1.7.3
eth1IPv6AutoAddress1
OBJECT-TYPE
One of the automatically-acquired IPv6 addresses.
1.3.6.1.4.1.3052.14.2.4.1.1.1.7.3.1DisplayStringread-onlycurrent
eth1IPv6AutoAddress2
OBJECT-TYPE
One of the automatically-acquired IPv6 addresses.
1.3.6.1.4.1.3052.14.2.4.1.1.1.7.3.2DisplayStringread-onlycurrent
eth1IPv6AutoAddress3
OBJECT-TYPE
One of the automatically-acquired IPv6 addresses.
1.3.6.1.4.1.3052.14.2.4.1.1.1.7.3.3DisplayStringread-onlycurrent
eth1IPv6AutoAddress4
OBJECT-TYPE
One of the automatically-acquired IPv6 addresses.
1.3.6.1.4.1.3052.14.2.4.1.1.1.7.3.4DisplayStringread-onlycurrent
eth1IPv6LinkLocalAddress
OBJECT-TYPE
The link local IPv6 address for this interface. This is present when the IPv6 mode is not OFF.
1.3.6.1.4.1.3052.14.2.4.1.1.1.7.4DisplayStringread-onlycurrent
ethernet2
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.1.1.2
eth2Mode
OBJECT-TYPE
Mode of the Ethernet2 interface: STATIC,DHCP,VLAN
1.3.6.1.4.1.3052.14.2.4.1.1.2.1DisplayStringread-onlycurrent
eth2Address
OBJECT-TYPE
Ethernet2 IP address
1.3.6.1.4.1.3052.14.2.4.1.1.2.2IpAddressread-writecurrent
eth2SubnetMask
OBJECT-TYPE
Ethernet2 subnet mask
1.3.6.1.4.1.3052.14.2.4.1.1.2.3IpAddressread-writecurrent
eth2Router
OBJECT-TYPE
Ethernet2 router
1.3.6.1.4.1.3052.14.2.4.1.1.2.4IpAddressread-writecurrent
eth2VLAN
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.1.1.2.5
eth2VLAN1
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.1
eth2VLAN1ID
OBJECT-TYPE
Ethernet2 VLAN1 ID
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.1.1Integer32read-writecurrent
eth2VLAN1Priority
OBJECT-TYPE
Ethernet2 VLAN1 priority
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.1.2Integer32read-writecurrent
eth2VLAN1Address
OBJECT-TYPE
Ethernet2 VLAN1 IP address
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.1.3IpAddressread-writecurrent
eth2VLAN1SubnetMask
OBJECT-TYPE
Ethernet2 VLAN1 subnet mask
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.1.4IpAddressread-writecurrent
eth2VLAN1Router
OBJECT-TYPE
Ethernet2 VLAN1 router
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.1.5IpAddressread-writecurrent
eth2VLAN2
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.2
eth2VLAN2ID
OBJECT-TYPE
Ethernet2 VLAN2 ID
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.2.1Integer32read-writecurrent
eth2VLAN2Priority
OBJECT-TYPE
Ethernet2 VLAN2 priority
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.2.2Integer32read-writecurrent
eth2VLAN2Address
OBJECT-TYPE
Ethernet2 VLAN2 IP address
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.2.3IpAddressread-writecurrent
eth2VLAN2SubnetMask
OBJECT-TYPE
Ethernet2 VLAN2 subnet mask
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.2.4IpAddressread-writecurrent
eth2VLAN2Router
OBJECT-TYPE
Ethernet2 VLAN2 router
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.2.5IpAddressread-writecurrent
eth2VLAN3
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.3
eth2VLAN3ID
OBJECT-TYPE
Ethernet2 VLAN3 ID
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.3.1Integer32read-writecurrent
eth2VLAN3Priority
OBJECT-TYPE
Ethernet2 VLAN3 priority
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.3.2Integer32read-writecurrent
eth2VLAN3Address
OBJECT-TYPE
Ethernet2 VLAN3 IP address
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.3.3IpAddressread-writecurrent
eth2VLAN3SubnetMask
OBJECT-TYPE
Ethernet2 VLAN3 subnet mask
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.3.4IpAddressread-writecurrent
eth2VLAN3Router
OBJECT-TYPE
Ethernet2 VLAN3 router
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.3.5IpAddressread-writecurrent
eth2VLAN4
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.4
eth2VLAN4ID
OBJECT-TYPE
Ethernet2 VLAN4 ID
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.4.1Integer32read-writecurrent
eth2VLAN4Priority
OBJECT-TYPE
Ethernet2 VLAN4 priority
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.4.2Integer32read-writecurrent
eth2VLAN4Address
OBJECT-TYPE
Ethernet2 VLAN4 IP address
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.4.3IpAddressread-writecurrent
eth2VLAN4SubnetMask
OBJECT-TYPE
Ethernet2 VLAN4 subnet mask
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.4.4IpAddressread-writecurrent
eth2VLAN4Router
OBJECT-TYPE
Ethernet2 VLAN4 router
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.4.5IpAddressread-writecurrent
eth2VLAN5
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.5
eth2VLAN5ID
OBJECT-TYPE
Ethernet2 VLAN5 ID
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.5.1Integer32read-writecurrent
eth2VLAN5Priority
OBJECT-TYPE
Ethernet2 VLAN5 priority
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.5.2Integer32read-writecurrent
eth2VLAN5Address
OBJECT-TYPE
Ethernet2 VLAN5 IP address
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.5.3IpAddressread-writecurrent
eth2VLAN5SubnetMask
OBJECT-TYPE
Ethernet2 VLAN5 subnet mask
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.5.4IpAddressread-writecurrent
eth2VLAN5Router
OBJECT-TYPE
Ethernet2 VLAN5 router
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.5.5IpAddressread-writecurrent
eth2VLAN6
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.6
eth2VLAN6ID
OBJECT-TYPE
Ethernet2 VLAN6 ID
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.6.1Integer32read-writecurrent
eth2VLAN6Priority
OBJECT-TYPE
Ethernet2 VLAN6 priority
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.6.2Integer32read-writecurrent
eth2VLAN6Address
OBJECT-TYPE
Ethernet2 VLAN6 IP address
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.6.3IpAddressread-writecurrent
eth2VLAN6SubnetMask
OBJECT-TYPE
Ethernet2 VLAN6 subnet mask
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.6.4IpAddressread-writecurrent
eth2VLAN6Router
OBJECT-TYPE
Ethernet2 VLAN6 router
1.3.6.1.4.1.3052.14.2.4.1.1.2.5.6.5IpAddressread-writecurrent
eth2MAC
OBJECT-TYPE
Ethernet2 MAC
1.3.6.1.4.1.3052.14.2.4.1.1.2.6DisplayStringread-onlycurrent
eth2IPv6
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.1.1.2.7
eth2IPv6Mode
OBJECT-TYPE
Controls IPv6 operation for this Ethernet interface.
1.3.6.1.4.1.3052.14.2.4.1.1.2.7.1DisplayStringread-writecurrent
eth2IPv6Static
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.1.1.2.7.2
eth2IPv6StaticAddress
OBJECT-TYPE
he static IPv6 address to use for this interface when in operating in STATIC mode.
1.3.6.1.4.1.3052.14.2.4.1.1.2.7.2.1DisplayStringread-writecurrent
eth2IPv6StaticRouter
OBJECT-TYPE
The IPv6 router to engage as the default router when this interface operates in STATIC mode.
1.3.6.1.4.1.3052.14.2.4.1.1.2.7.2.2DisplayStringread-writecurrent
eth2IPv6Auto
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.1.1.2.7.3
eth2IPv6AutoAddress1
OBJECT-TYPE
One of the automatically-acquired IPv6 addresses.
1.3.6.1.4.1.3052.14.2.4.1.1.2.7.3.1DisplayStringread-onlycurrent
eth2IPv6AutoAddress2
OBJECT-TYPE
One of the automatically-acquired IPv6 addresses.
1.3.6.1.4.1.3052.14.2.4.1.1.2.7.3.2DisplayStringread-onlycurrent
eth2IPv6AutoAddress3
OBJECT-TYPE
One of the automatically-acquired IPv6 addresses.
1.3.6.1.4.1.3052.14.2.4.1.1.2.7.3.3DisplayStringread-onlycurrent
eth2IPv6AutoAddress4
OBJECT-TYPE
One of the automatically-acquired IPv6 addresses.
1.3.6.1.4.1.3052.14.2.4.1.1.2.7.3.4DisplayStringread-onlycurrent
eth2IPv6LinkLocalAddress
OBJECT-TYPE
The link local IPv6 address for this interface. This is present when the IPv6 mode is not OFF.
1.3.6.1.4.1.3052.14.2.4.1.1.2.7.4DisplayStringread-onlycurrent
defaultRouter
OBJECT-TYPE
The default router/gateway
1.3.6.1.4.1.3052.14.2.4.2DisplayStringread-writecurrent
dnsTable
OBJECT-TYPE
DNS server address table
1.3.6.1.4.1.3052.14.2.4.3not-accessiblecurrent
dnsEntry
OBJECT-TYPE
DNS server address entry
1.3.6.1.4.1.3052.14.2.4.3.1not-accessiblecurrent
dnsIndex
OBJECT-TYPE
Index for DNS server address
1.3.6.1.4.1.3052.14.2.4.3.1.1Integer32 (1..2)read-onlycurrent
dnsAddress
OBJECT-TYPE
DNS server address
1.3.6.1.4.1.3052.14.2.4.3.1.2IpAddressread-writecurrent
hostname
OBJECT-TYPE
The hostname of the unit
1.3.6.1.4.1.3052.14.2.4.4DisplayStringread-writecurrent
hostTable
OBJECT-TYPE
Static host table
1.3.6.1.4.1.3052.14.2.4.5not-accessiblecurrent
hostEntry
OBJECT-TYPE
Static host entry
1.3.6.1.4.1.3052.14.2.4.5.1not-accessiblecurrent
hostIndex
OBJECT-TYPE
Index for static host
1.3.6.1.4.1.3052.14.2.4.5.1.1Integer32 (1..2)read-onlycurrent
hostDeclaration
OBJECT-TYPE
Static host declaration string (i.e. 'address hostname')
1.3.6.1.4.1.3052.14.2.4.5.1.2DisplayStringread-writecurrent
ncpDuplex
OBJECT-TYPE
For network command processor: 1=Input characters are echoed; 0=no echo.
1.3.6.1.4.1.3052.14.2.4.6Integer32read-writecurrent
ncpTimeout
OBJECT-TYPE
Network command processor inactivity timeout
1.3.6.1.4.1.3052.14.2.4.7Integer32read-writecurrent
snmp
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.8
snmpAgentEnable
OBJECT-TYPE
ON/OFF for snmp agent
1.3.6.1.4.1.3052.14.2.4.8.1DisplayStringread-writecurrent
snmpNotificationCaptureEnable
OBJECT-TYPE
ON/OFF unit receives and stores SNMP traps/informs
1.3.6.1.4.1.3052.14.2.4.8.5DisplayStringread-writecurrent
snmpNotificationCaptureFile
OBJECT-TYPE
File to which unit stores received SNMP traps/informs
1.3.6.1.4.1.3052.14.2.4.8.6DisplayStringread-writecurrent
snmpNotificationTx
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.8.7
snmpNtfnAttempts
OBJECT-TYPE
Maximum of times the unit attempts to send a notification (trap/inform) in 1 cycle
1.3.6.1.4.1.3052.14.2.4.8.7.1Integer32read-writecurrent
snmpNtfnTimeout
OBJECT-TYPE
Number of seconds between retries of sending a notification
1.3.6.1.4.1.3052.14.2.4.8.7.2Integer32read-writecurrent
snmpNtfnCycles
OBJECT-TYPE
Number of times the unit attempts a group of attempts to send a notification (a cycle)
1.3.6.1.4.1.3052.14.2.4.8.7.3Integer32read-writecurrent
snmpNtfnSnooze
OBJECT-TYPE
Minutes between cycles
1.3.6.1.4.1.3052.14.2.4.8.7.4Integer32read-writecurrent
snmpPoll
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.8.9
snmpPMode
OBJECT-TYPE
Mode of poll operation: OFF, POLL ONLY (just make the results available to view), or POLL BUFFER (store the results).
1.3.6.1.4.1.3052.14.2.4.8.9.1DisplayStringread-writecurrent
snmpPBufferFile
OBJECT-TYPE
CRDB file in which data is stored.
1.3.6.1.4.1.3052.14.2.4.8.9.2DisplayStringread-writecurrent
snmpPBufferAllPeriod
OBJECT-TYPE
Period (in seconds) that, if non-zero, all results are buffered in the CRDB regardless of the threshold.
1.3.6.1.4.1.3052.14.2.4.8.9.3Integer32read-writecurrent
snmpPRequestTable
OBJECT-TYPE
Table of SNMP Poll requests.
1.3.6.1.4.1.3052.14.2.4.8.9.4not-accessiblecurrent
snmpPRequestEntry
OBJECT-TYPE
Entry for table pf SNMP Poll requests.
1.3.6.1.4.1.3052.14.2.4.8.9.4.1not-accessiblecurrent
snmpPRequestIndex
OBJECT-TYPE
Index for table of SNMP Poll requests.
1.3.6.1.4.1.3052.14.2.4.8.9.4.1.1Integer32 (1..64)read-onlycurrent
snmpPRequestDescription
OBJECT-TYPE
A description for this single telemetry request; no functional effect.
1.3.6.1.4.1.3052.14.2.4.8.9.4.1.2DisplayStringread-writecurrent
snmpPRequestAgent
OBJECT-TYPE
SNMP Agent IP address or hostname for this single telemetry request.
1.3.6.1.4.1.3052.14.2.4.8.9.4.1.3DisplayStringread-writecurrent
snmpPRequestReadcom
OBJECT-TYPE
SNMP read community for this single telemetry request.
1.3.6.1.4.1.3052.14.2.4.8.9.4.1.4DisplayStringread-writecurrent
snmpPRequestOID
OBJECT-TYPE
SNMP object identifier for this single telemetry request.
1.3.6.1.4.1.3052.14.2.4.8.9.4.1.5DisplayStringread-writecurrent
snmpPRequestPeriod
OBJECT-TYPE
How many seconds between periodic SNMP polls of this single telemetry request.
1.3.6.1.4.1.3052.14.2.4.8.9.4.1.6Integer32 (1..255)read-writecurrent
snmpPRequestID
OBJECT-TYPE
A textual field that is part of the record containing the telemetry result.
1.3.6.1.4.1.3052.14.2.4.8.9.4.1.7DisplayStringread-writecurrent
snmpPRequestThreshold
OBJECT-TYPE
Controls when new data is stored upon a successful telemetry request.
1.3.6.1.4.1.3052.14.2.4.8.9.4.1.8DisplayStringread-writecurrent
snmpPRequestResultStatus
OBJECT-TYPE
Status of the last attempt for this telemetry request.
1.3.6.1.4.1.3052.14.2.4.8.9.4.1.10DisplayStringread-onlycurrent
snmpPRequestResultValue
OBJECT-TYPE
The telemetry value if the last request was successful.
1.3.6.1.4.1.3052.14.2.4.8.9.4.1.11DisplayStringread-onlycurrent
snmpPRequestResultTime
OBJECT-TYPE
The timestamp of the last telemetry request.
1.3.6.1.4.1.3052.14.2.4.8.9.4.1.12DisplayStringread-onlycurrent
snmpPRequestResultType
OBJECT-TYPE
The type of the telemetry as reported by the agent.
1.3.6.1.4.1.3052.14.2.4.8.9.4.1.13DisplayStringread-onlycurrent
ftpPush
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.9
ftpPushEnable
OBJECT-TYPE
Enable FTP push for REGULAR (protocol: FTP) or SECURE (protocol: SFTP) operation, or disable it (OFF)
1.3.6.1.4.1.3052.14.2.4.9.1DisplayStringread-writecurrent
ftpPushServer
OBJECT-TYPE
FTP server to which data should be pushed
1.3.6.1.4.1.3052.14.2.4.9.2DisplayStringread-writecurrent
ftpPushAccount
OBJECT-TYPE
FTP push account
1.3.6.1.4.1.3052.14.2.4.9.5DisplayStringread-writecurrent
ftpPushDirectory
OBJECT-TYPE
FTP push directory
1.3.6.1.4.1.3052.14.2.4.9.6DisplayStringread-writecurrent
ftpPushperiod
OBJECT-TYPE
Minutes between pushes
1.3.6.1.4.1.3052.14.2.4.9.7Integer32read-writecurrent
ftpPushPushFileTable
OBJECT-TYPE
Table of files to push
1.3.6.1.4.1.3052.14.2.4.9.8not-accessiblecurrent
ftpPushPushFileEntry
OBJECT-TYPE
Entry for table of files to push
1.3.6.1.4.1.3052.14.2.4.9.8.1not-accessiblecurrent
ftpPushPushFileIndex
OBJECT-TYPE
Index for table of files to push
1.3.6.1.4.1.3052.14.2.4.9.8.1.1Integer32 (1..16)read-onlycurrent
ftpPushPushFile
OBJECT-TYPE
ON/OFF push this local FILEx
1.3.6.1.4.1.3052.14.2.4.9.8.1.2DisplayStringread-writecurrent
ftpPushPushAudit
OBJECT-TYPE
ON/OFF push the audit log
1.3.6.1.4.1.3052.14.2.4.9.9DisplayStringread-writecurrent
ftpPushPushAlarms
OBJECT-TYPE
ON/OFF push the alarms/events file
1.3.6.1.4.1.3052.14.2.4.9.10DisplayStringread-writecurrent
ftpPushRemoteFileTable
OBJECT-TYPE
Table of remote names of files to push
1.3.6.1.4.1.3052.14.2.4.9.11not-accessiblecurrent
ftpPushRemoteFileEntry
OBJECT-TYPE
Entry for table of remote names of files to push
1.3.6.1.4.1.3052.14.2.4.9.11.1not-accessiblecurrent
ftpPushRemoteFileIndex
OBJECT-TYPE
Index for table of remote names of files to push
1.3.6.1.4.1.3052.14.2.4.9.11.1.1Integer32 (1..16)read-onlycurrent
ftpPushRemoteFileName
OBJECT-TYPE
remote name of pushed FILEx (name on server)
1.3.6.1.4.1.3052.14.2.4.9.11.1.2DisplayStringread-writecurrent
ftpPushRemoteAlarmName
OBJECT-TYPE
Filename on server for alarms
1.3.6.1.4.1.3052.14.2.4.9.12DisplayStringread-writecurrent
ftpPushPassive
OBJECT-TYPE
ON/OFF use ftp passive mode
1.3.6.1.4.1.3052.14.2.4.9.13DisplayStringread-writecurrent
ftpPushIncludeDate
OBJECT-TYPE
ON/OFF include the date in the name of the pushed file
1.3.6.1.4.1.3052.14.2.4.9.14DisplayStringread-writecurrent
ftpPushIncludeTime
OBJECT-TYPE
ON/OFF include the time in the name of the pushed file
1.3.6.1.4.1.3052.14.2.4.9.15DisplayStringread-writecurrent
ftpPushIncludeSeq
OBJECT-TYPE
ON/OFF include a sequence number in the name of the pushed file
1.3.6.1.4.1.3052.14.2.4.9.16DisplayStringread-writecurrent
ftpPushPermissions
OBJECT-TYPE
Unix permissions to apply to pushed files (octal notation).
1.3.6.1.4.1.3052.14.2.4.9.17DisplayStringread-writecurrent
ppp
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.10
pppDial
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.10.1
pppDialEnable
OBJECT-TYPE
ON/OFF PPP dialout enabled
1.3.6.1.4.1.3052.14.2.4.10.1.1DisplayStringread-writecurrent
pppDialNumber
OBJECT-TYPE
phone number to dial
1.3.6.1.4.1.3052.14.2.4.10.1.2DisplayStringread-writecurrent
pppDialIdleTimeout
OBJECT-TYPE
Seconds of inactivity after which the unit disconnects
1.3.6.1.4.1.3052.14.2.4.10.1.5Integer32read-writecurrent
pppDialRetries
OBJECT-TYPE
Number of dialing retries for PPP
1.3.6.1.4.1.3052.14.2.4.10.1.6Integer32read-writecurrent
pppDialCDTimeout
OBJECT-TYPE
Number of seconds to wait after dialing for CD before giving up
1.3.6.1.4.1.3052.14.2.4.10.1.7Integer32read-writecurrent
pppDialLoginTimeout
OBJECT-TYPE
Seconds to wait to negotiate PPP after connecting
1.3.6.1.4.1.3052.14.2.4.10.1.8Integer32read-writecurrent
pppDialMdmInit
OBJECT-TYPE
Modem init string to use when dialing PPP
1.3.6.1.4.1.3052.14.2.4.10.1.9DisplayStringread-writecurrent
pppDialSuggestIP
OBJECT-TYPE
IP address to suggest as the unit's end (local end) of the PPP link
1.3.6.1.4.1.3052.14.2.4.10.1.10IpAddressread-writecurrent
pppDialPlainLogin
OBJECT-TYPE
ON/OFF look for login/password prompt before negotiating PPP
1.3.6.1.4.1.3052.14.2.4.10.1.11DisplayStringread-writecurrent
pppHost
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.10.2
pppHostEnable
OBJECT-TYPE
ON/OFF Unit accepts PPP negotiation
1.3.6.1.4.1.3052.14.2.4.10.2.1DisplayStringread-writecurrent
pppHostIdleTimeout
OBJECT-TYPE
Seconds of inactivity after which PPP-hosted link will terminate
1.3.6.1.4.1.3052.14.2.4.10.2.2Integer32read-writecurrent
pppHostLocalIP
OBJECT-TYPE
Local IP address to negotiate
1.3.6.1.4.1.3052.14.2.4.10.2.3IpAddressread-writecurrent
pppHostRemoteIP
OBJECT-TYPE
Remote IP address to hand out to PPP peer
1.3.6.1.4.1.3052.14.2.4.10.2.4IpAddressread-writecurrent
routing
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.11
pppRoutingEnable
OBJECT-TYPE
ON/OFF unit routes IP traffic from PPP/Wireless to Ethernet
1.3.6.1.4.1.3052.14.2.4.11.1DisplayStringread-writecurrent
ethRoutingEnable
OBJECT-TYPE
ON/OFF unit routes IP traffic from Ethernet to PPP/Wireless
1.3.6.1.4.1.3052.14.2.4.11.2DisplayStringread-writecurrent
ethRoutingNATEnable
OBJECT-TYPE
ON/OFF unit applies NAT on routed IP frames egressing the unit on its PPP interface
1.3.6.1.4.1.3052.14.2.4.11.3DisplayStringread-writecurrent
routingInterface
OBJECT-TYPE
When Ethernet routing is enabled (routing.1), this is the Ethernet interface to which IP frames received on PPP are routed
1.3.6.1.4.1.3052.14.2.4.11.4DisplayStringread-writecurrent
eth2WanRoutingEnable
OBJECT-TYPE
Make ETH2 operate as a WAN port to route outbound traffic arriving on ETH1.
1.3.6.1.4.1.3052.14.2.4.11.5DisplayStringread-writecurrent
netSecurity
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.12
ipRestriction
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.12.1
ipRestrictionTable
OBJECT-TYPE
Table of IP restrictions
1.3.6.1.4.1.3052.14.2.4.12.1.1not-accessiblecurrent
ipRestrictionEntry
OBJECT-TYPE
Entry for table of IP restrictions
1.3.6.1.4.1.3052.14.2.4.12.1.1.1not-accessiblecurrent
ipRestrictionIndex
OBJECT-TYPE
Index for table of IP restrictions
1.3.6.1.4.1.3052.14.2.4.12.1.1.1.1Integer32 (1..8)read-onlycurrent
ipRestrictionEnable
OBJECT-TYPE
ON/OFF enable this IP restriction
1.3.6.1.4.1.3052.14.2.4.12.1.1.1.2DisplayStringread-writecurrent
ipRestrictionMask
OBJECT-TYPE
IP restriction mask
1.3.6.1.4.1.3052.14.2.4.12.1.1.1.3DisplayStringread-writecurrent
rts
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.13
rtsFileTable
OBJECT-TYPE
Table of RTS files
1.3.6.1.4.1.3052.14.2.4.13.1not-accessiblecurrent
rtsFileEntry
OBJECT-TYPE
Entry for table of RTS files
1.3.6.1.4.1.3052.14.2.4.13.1.1not-accessiblecurrent
rtsFileIndex
OBJECT-TYPE
Index for table of RTS files
1.3.6.1.4.1.3052.14.2.4.13.1.1.1Integer32 (1..16)read-onlycurrent
rtsFileMode
OBJECT-TYPE
RTS mode (OFF,LISTEN,PUSH) for FILEx
1.3.6.1.4.1.3052.14.2.4.13.1.1.2DisplayStringread-writecurrent
rtsFileShowAnswer
OBJECT-TYPE
Show answer string upon RTS connect for FILEx
1.3.6.1.4.1.3052.14.2.4.13.1.1.3DisplayStringread-writecurrent
rtsFileReqXON
OBJECT-TYPE
ON/OFF require XON to start flow for FILEx
1.3.6.1.4.1.3052.14.2.4.13.1.1.4DisplayStringread-writecurrent
rtsFileTimeout
OBJECT-TYPE
Idle connection close timer (0 means no timeout) for FILEx
1.3.6.1.4.1.3052.14.2.4.13.1.1.5Integer32read-writecurrent
rtsFileEmptyClose
OBJECT-TYPE
ON/OFF close the socket when FILEx is empty
1.3.6.1.4.1.3052.14.2.4.13.1.1.6DisplayStringread-writecurrent
rtsFilePushHost
OBJECT-TYPE
Host to which FILEx should be pushed via RTS
1.3.6.1.4.1.3052.14.2.4.13.1.1.7DisplayStringread-writecurrent
rtsFilePushPort
OBJECT-TYPE
TCP port to which FILEx should be pushed via RTS
1.3.6.1.4.1.3052.14.2.4.13.1.1.8Integer32read-writecurrent
rtsFilePushRetryTimer
OBJECT-TYPE
Retry timer (seconds) for retrying failed RTS push connect attempts
1.3.6.1.4.1.3052.14.2.4.13.1.1.9Integer32read-writecurrent
rtsAlarms
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.13.2
rtsAlarmsMode
OBJECT-TYPE
RTS mode (OFF,LISTEN,PUSH) for alarms file
1.3.6.1.4.1.3052.14.2.4.13.2.1DisplayStringread-writecurrent
rtsAlarmsShowAnswer
OBJECT-TYPE
Show answer string upon RTS connect for alarms file
1.3.6.1.4.1.3052.14.2.4.13.2.2DisplayStringread-writecurrent
rtsAlarmsReqXON
OBJECT-TYPE
ON/OFF require XON to start flow for alarms file
1.3.6.1.4.1.3052.14.2.4.13.2.3DisplayStringread-writecurrent
rtsAlarmsTimeout
OBJECT-TYPE
Idle connection close timer (0 means no timeout) for alarms file
1.3.6.1.4.1.3052.14.2.4.13.2.4Integer32read-writecurrent
rtsAlarmsEmptyClose
OBJECT-TYPE
ON/OFF close the socket when this file is empty for alarms file
1.3.6.1.4.1.3052.14.2.4.13.2.5DisplayStringread-writecurrent
rtsAlarmsPushHost
OBJECT-TYPE
Host to which alarms file should be pushed via RTS
1.3.6.1.4.1.3052.14.2.4.13.2.6DisplayStringread-writecurrent
rtsAlarmsPushPort
OBJECT-TYPE
TCP port to which alarms file should be pushed via RTS
1.3.6.1.4.1.3052.14.2.4.13.2.7Integer32read-writecurrent
rtsAlarmsPushRetryTimer
OBJECT-TYPE
Retry timer (seconds) for retrying failed RTS push connect attempts
1.3.6.1.4.1.3052.14.2.4.13.2.8Integer32read-writecurrent
trap
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.14
trapInclude
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.14.1
trapIncludeDateTime
OBJECT-TYPE
ON/OFF include date and time in stock trap message
1.3.6.1.4.1.3052.14.2.4.14.1.1DisplayStringread-writecurrent
trapIncludeSiteName
OBJECT-TYPE
ON/OFF include site name in stock trap message
1.3.6.1.4.1.3052.14.2.4.14.1.2DisplayStringread-writecurrent
trapIncludeSensorID
OBJECT-TYPE
ON/OFF include sensor ID in stock trap message
1.3.6.1.4.1.3052.14.2.4.14.1.3DisplayStringread-writecurrent
trapIncludeUDName
OBJECT-TYPE
ON/OFF include user defined name in stock trap message
1.3.6.1.4.1.3052.14.2.4.14.1.4DisplayStringread-writecurrent
trapIncludeUDState
OBJECT-TYPE
ON/OFF include user defined state in stock trap message
1.3.6.1.4.1.3052.14.2.4.14.1.5DisplayStringread-writecurrent
trapIncludeSourceAddress
OBJECT-TYPE
ON/OFF include source IP address in stock trap message
1.3.6.1.4.1.3052.14.2.4.14.1.6IpAddressread-writecurrent
trapAuthFailEnable
OBJECT-TYPE
ON/OFF enable trap sent upon SNMP authentication failure
1.3.6.1.4.1.3052.14.2.4.14.2DisplayStringread-writecurrent
routeTest
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.15
routeTestEnable
OBJECT-TYPE
ON/OFF enable route testing
1.3.6.1.4.1.3052.14.2.4.15.1DisplayStringread-writecurrent
routeTestPeriod
OBJECT-TYPE
The period which a route is considered valid
1.3.6.1.4.1.3052.14.2.4.15.2Integer32read-writecurrent
routeTestAddressTable
OBJECT-TYPE
Table of route testing addresses
1.3.6.1.4.1.3052.14.2.4.15.3not-accessiblecurrent
routeTestAddressEntry
OBJECT-TYPE
Entry for table of RTS files
1.3.6.1.4.1.3052.14.2.4.15.3.1not-accessiblecurrent
routeTestAddressIndex
OBJECT-TYPE
Index for table of RTS files
1.3.6.1.4.1.3052.14.2.4.15.3.1.1Integer32 (1..3)read-onlycurrent
routeTestAddress
OBJECT-TYPE
Address to ping to see if the route to it is valid
1.3.6.1.4.1.3052.14.2.4.15.3.1.2DisplayStringread-writecurrent
wireless
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.16
wirelessMode
OBJECT-TYPE
Wireless mode (OFF,PERMANENT-EDGE)
1.3.6.1.4.1.3052.14.2.4.16.1DisplayStringread-writecurrent
wirelessAPN
OBJECT-TYPE
Wireless access point name
1.3.6.1.4.1.3052.14.2.4.16.2DisplayStringread-writecurrent
wirelessIdleTimeout
OBJECT-TYPE
Wireless idle timeout
1.3.6.1.4.1.3052.14.2.4.16.3Integer32read-writecurrent
wirelessDRE
OBJECT-TYPE
Default route enable for wireless network interface. When this is ON, the wireless link, if up, becomes the default route, overriding the default route setting (defaultRouter object). When OFF, the default route setting controls the default route and the wireless link does not become the default route.
1.3.6.1.4.1.3052.14.2.4.16.9DisplayStringread-writecurrent
wirelessPPPUsername
OBJECT-TYPE
Username for PPP-based wireless modem connections.
1.3.6.1.4.1.3052.14.2.4.16.10DisplayStringread-writecurrent
wirelessFirewall
OBJECT-TYPE
Enable wireless modem firewall.
1.3.6.1.4.1.3052.14.2.4.16.11DisplayStringread-writecurrent
wirelessKeepaliveThreshold
OBJECT-TYPE
Minutes of no RX activity before sending keep-alive.
1.3.6.1.4.1.3052.14.2.4.16.12Integer32read-writecurrent
wirelessPPPDebug
OBJECT-TYPE
Enable wireless modem PPP debug.
1.3.6.1.4.1.3052.14.2.4.16.13DisplayStringread-writecurrent
wirelessConnectivity
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.16.20
wirelessConnEnable
OBJECT-TYPE
Enable wireless modem connectivity check.
1.3.6.1.4.1.3052.14.2.4.16.20.1DisplayStringread-writecurrent
wirelessConnCheckInterval
OBJECT-TYPE
Wireless connectivity check interval in minutes.
1.3.6.1.4.1.3052.14.2.4.16.20.2Integer32read-writecurrent
wirelessConnFailThreshold
OBJECT-TYPE
Wireless connectivity fail threshold.
1.3.6.1.4.1.3052.14.2.4.16.20.3Integer32read-writecurrent
wirelessConnIP1
OBJECT-TYPE
Wireless connectivity check IP address 1.
1.3.6.1.4.1.3052.14.2.4.16.20.10IpAddressread-writecurrent
wirelessConnIP2
OBJECT-TYPE
Wireless connectivity check IP address 2.
1.3.6.1.4.1.3052.14.2.4.16.20.11IpAddressread-writecurrent
email
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.17
emailServer
OBJECT-TYPE
SMTP server to which the unit sends email
1.3.6.1.4.1.3052.14.2.4.17.1DisplayStringread-writecurrent
emailDomain
OBJECT-TYPE
Domain to use in recipient address
1.3.6.1.4.1.3052.14.2.4.17.2DisplayStringread-writecurrent
emailAuthEnable
OBJECT-TYPE
ON/OFF enable SMTP authentication
1.3.6.1.4.1.3052.14.2.4.17.3DisplayStringread-writecurrent
netAdvanced
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.18
arpFilter
OBJECT-TYPE
ARP filter code
1.3.6.1.4.1.3052.14.2.4.18.1Integer32read-writecurrent
web
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.19
webEnable
OBJECT-TYPE
ON/OFF for the web interface
1.3.6.1.4.1.3052.14.2.4.19.1DisplayStringread-writecurrent
webPort
OBJECT-TYPE
TCP port on which web interface listens
1.3.6.1.4.1.3052.14.2.4.19.2Integer32read-writecurrent
webTimeout
OBJECT-TYPE
Web interface session timeout (seconds)
1.3.6.1.4.1.3052.14.2.4.19.3Integer32read-writecurrent
ipv6
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.21
ipv6DefaultRouter
OBJECT-TYPE
The IPv6 default router in use.
1.3.6.1.4.1.3052.14.2.4.21.1DisplayStringread-writecurrent
cpe
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.4.22
cpeTable
OBJECT-TYPE
Table of CPEs
1.3.6.1.4.1.3052.14.2.4.22.1not-accessiblecurrent
cpeEntry
OBJECT-TYPE
Entry for table of CPEs
1.3.6.1.4.1.3052.14.2.4.22.1.1not-accessiblecurrent
cpeIndex
OBJECT-TYPE
Index for table of CPEs
1.3.6.1.4.1.3052.14.2.4.22.1.1.1Integer32 (1..16)read-onlycurrent
cpeHost
OBJECT-TYPE
CPE host (IP address or DNS name)
1.3.6.1.4.1.3052.14.2.4.22.1.1.2DisplayStringread-writecurrent
cpeName
OBJECT-TYPE
CPE name, informational only
1.3.6.1.4.1.3052.14.2.4.22.1.1.3DisplayStringread-writecurrent
cpeDescription
OBJECT-TYPE
CPE description, informational only
1.3.6.1.4.1.3052.14.2.4.22.1.1.4DisplayStringread-writecurrent
cpeKeepalive
OBJECT-TYPE
Number of seconds between each successful ping request.
1.3.6.1.4.1.3052.14.2.4.22.1.1.5Integer32read-writecurrent
cpeThreshold
OBJECT-TYPE
Number of unsuccessful pings that triggers the CPE event.
1.3.6.1.4.1.3052.14.2.4.22.1.1.6Integer32read-writecurrent
cpeEventReminderInterval
OBJECT-TYPE
CPE event reminder interval (minutes).
1.3.6.1.4.1.3052.14.2.4.22.1.1.7Integer32read-writecurrent
cpeKeepaliveTicks
OBJECT-TYPE
CPE ping period in 16ths of a second (nonzero overrides keepalive).
1.3.6.1.4.1.3052.14.2.4.22.1.1.20Integer32read-writecurrent
cpePingSize
OBJECT-TYPE
Number of bytes in CPE ping payload
1.3.6.1.4.1.3052.14.2.4.22.1.1.21Integer32read-writecurrent
cpeInfoReset
OBJECT-TYPE
Set any number to reset CPE ping stats.
1.3.6.1.4.1.3052.14.2.4.22.1.1.30Integer32read-onlycurrent
cpeInfoNumReq
OBJECT-TYPE
Total number of requests transmitted.
1.3.6.1.4.1.3052.14.2.4.22.1.1.31Integer32read-onlycurrent
cpeInfoNumGoodResp
OBJECT-TYPE
Total number of non-corrupt responses.
1.3.6.1.4.1.3052.14.2.4.22.1.1.32Integer32read-onlycurrent
cpeInfoNumBadResp
OBJECT-TYPE
Total number of corrupt responses.
1.3.6.1.4.1.3052.14.2.4.22.1.1.33Integer32read-onlycurrent
cpeInfoNumLostResp
OBJECT-TYPE
Total number of requests with no response.
1.3.6.1.4.1.3052.14.2.4.22.1.1.34Integer32read-onlycurrent
cpeInfoPercentLoss
OBJECT-TYPE
Percent loss (missing responses / total requests).
1.3.6.1.4.1.3052.14.2.4.22.1.1.35DisplayStringread-onlycurrent
cpeInfoPercentBad
OBJECT-TYPE
Percent corrupt (corrupt responses / total requests).
1.3.6.1.4.1.3052.14.2.4.22.1.1.36DisplayStringread-onlycurrent
modem
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.5
modemFormat
OBJECT-TYPE
Modem data format (8N1,7E1,7O1,7N1)
1.3.6.1.4.1.3052.14.2.5.1DisplayStringread-writecurrent
modemInitString
OBJECT-TYPE
Init string for modem
1.3.6.1.4.1.3052.14.2.5.2DisplayStringread-writecurrent
modemCallAttempts
OBJECT-TYPE
Max mumber of times the modem should try to call out until successful connect
1.3.6.1.4.1.3052.14.2.5.4Integer32read-writecurrent
modemCallDelay
OBJECT-TYPE
Minimum delay (seconds) between callouts
1.3.6.1.4.1.3052.14.2.5.5Integer32read-writecurrent
modemCmdTimout
OBJECT-TYPE
Number of minutes after which an idle command session via modem is terminated
1.3.6.1.4.1.3052.14.2.5.6Integer32read-writecurrent
modemGoto
OBJECT-TYPE
When a user connects, where that user is routed (command session, passthrough to port 1, passthrough to port 2, etc.)
1.3.6.1.4.1.3052.14.2.5.7DisplayStringread-writecurrent
modemClid
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.5.8
modemCLIDEnable
OBJECT-TYPE
ON/OFF Calling Line Identification security
1.3.6.1.4.1.3052.14.2.5.8.1DisplayStringread-writecurrent
modemCLIDNumberTable
OBJECT-TYPE
Table of authorized callers identified by phone number
1.3.6.1.4.1.3052.14.2.5.8.2not-accessiblecurrent
modemCLIDNumberEntry
OBJECT-TYPE
Entry for table of CLID numbers
1.3.6.1.4.1.3052.14.2.5.8.2.1not-accessiblecurrent
modemCLIDNumberIndex
OBJECT-TYPE
Index for table of CLID numbers
1.3.6.1.4.1.3052.14.2.5.8.2.1.1Integer32 (1..20)read-onlycurrent
modemCLIDNumber
OBJECT-TYPE
auhorized CLID number
1.3.6.1.4.1.3052.14.2.5.8.2.1.2DisplayStringread-writecurrent
modemTAPInitString
OBJECT-TYPE
Init string to use for TAP (pager) connections
1.3.6.1.4.1.3052.14.2.5.9DisplayStringread-writecurrent
modemTAP8N1
OBJECT-TYPE
ON/OFF: use 8N1 data/parity/stop for TAP connections
1.3.6.1.4.1.3052.14.2.5.10DisplayStringread-writecurrent
time
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.8
clock
OBJECT-TYPE
Text string for date and time; e.g. 'SUN 01/02/98 12:34:27'. When setting this object, only the date and time are required; the unit will ignore a specified day of week because it is calculated from the date and time. When this object is included in a notification as a varbind, it represents the time that the triggering event occurred.
1.3.6.1.4.1.3052.14.2.8.1DisplayStringread-writecurrent
console
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.10
consoleDuplex
OBJECT-TYPE
ON/OFF characters echoed on telnet command session
1.3.6.1.4.1.3052.14.2.10.1DisplayStringread-writecurrent
consoleTimeout
OBJECT-TYPE
Minutes of inactivity after which telnet command session is terminated
1.3.6.1.4.1.3052.14.2.10.2Integer32read-writecurrent
consoleBaud
OBJECT-TYPE
Console baud rate
1.3.6.1.4.1.3052.14.2.10.4Integer32read-writecurrent
consoleFormat
OBJECT-TYPE
Console data format (8N1,7E1,7O1,7N1,8O2)
1.3.6.1.4.1.3052.14.2.10.5DisplayStringread-writecurrent
consoleHsk
OBJECT-TYPE
Console handshaking mode
1.3.6.1.4.1.3052.14.2.10.6DisplayStringread-writecurrent
consoleConfirm
OBJECT-TYPE
ON/OFF Prompt to confirm certain actions
1.3.6.1.4.1.3052.14.2.10.7DisplayStringread-writecurrent
unitSecurity
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.11
secCore
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.11.1
scShowPasswordPrompt
OBJECT-TYPE
ON/OFF show password prompt upon login
1.3.6.1.4.1.3052.14.2.11.1.1DisplayStringread-writecurrent
scConsoleLoginRequired
OBJECT-TYPE
ON/OFF login required upon connecting via console
1.3.6.1.4.1.3052.14.2.11.1.2DisplayStringread-writecurrent
scModemLoginRequired
OBJECT-TYPE
ON/OFF login required upon connecting via modem
1.3.6.1.4.1.3052.14.2.11.1.3DisplayStringread-writecurrent
scTelnetLoginRequired
OBJECT-TYPE
ON/OFF login required upon connecting via Telnet
1.3.6.1.4.1.3052.14.2.11.1.4DisplayStringread-writecurrent
scTelnetPTLoginRequired
OBJECT-TYPE
ON/OFF login required upon connecting via Telnet to pass- through ports (TCP ports 210x)
1.3.6.1.4.1.3052.14.2.11.1.5DisplayStringread-writecurrent
scRTSLoginRequired
OBJECT-TYPE
ON/OFF login required upon connecting to RTS (TCP ports 220x)
1.3.6.1.4.1.3052.14.2.11.1.6DisplayStringread-writecurrent
scAuthMode
OBJECT-TYPE
Authentication mode (USERNAME/PW,PW/USERNAME,PASSWORD ONLY)
1.3.6.1.4.1.3052.14.2.11.1.7DisplayStringread-writecurrent
scRightsGroup
OBJECT-TYPE
The set of aliases used for the 8 available rights levels
1.3.6.1.4.1.3052.14.2.11.1.8DisplayStringread-writecurrent
secUserTable
OBJECT-TYPE
Table of users
1.3.6.1.4.1.3052.14.2.11.2not-accessiblecurrent
secUserEntry
OBJECT-TYPE
Entry for table of users
1.3.6.1.4.1.3052.14.2.11.2.1not-accessiblecurrent
secUserIndex
OBJECT-TYPE
Index for table of users
1.3.6.1.4.1.3052.14.2.11.2.1.1Integer32 (1..12)read-onlycurrent
secUserEnable
OBJECT-TYPE
ON/OFF enable user
1.3.6.1.4.1.3052.14.2.11.2.1.2DisplayStringread-writecurrent
secUserConnectVia
OBJECT-TYPE
Methods by which user is allowed to connect: L=local (console) T=Telnet M=modem F=FTP R=RTS S=SSH
1.3.6.1.4.1.3052.14.2.11.2.1.5DisplayStringread-writecurrent
secUserLoginTo
OBJECT-TYPE
The function presented to the user upon login (COMMAND, PASSTHROUGH,MENU)
1.3.6.1.4.1.3052.14.2.11.2.1.6DisplayStringread-writecurrent
secUserAccessFile
OBJECT-TYPE
The default access file associated with the user
1.3.6.1.4.1.3052.14.2.11.2.1.7DisplayStringread-writecurrent
secUserPTEscapeTo
OBJECT-TYPE
The function presented to the user upon escaping pass- through: currently only MENU
1.3.6.1.4.1.3052.14.2.11.2.1.9DisplayStringread-writecurrent
secUserPPPType
OBJECT-TYPE
The kind of PPP access allowed to this user cannot connect via PPP (NONE), can connect but only to the unit (LOCAL), or can connect and route to Ethernet (ROUTING)
1.3.6.1.4.1.3052.14.2.11.2.1.10DisplayStringread-writecurrent
secUserRights
OBJECT-TYPE
The rights level granted to this user
1.3.6.1.4.1.3052.14.2.11.2.1.11DisplayStringread-writecurrent
secUserEventsReadAccess
OBJECT-TYPE
DENY/ALLOW user to read the events/alarms file
1.3.6.1.4.1.3052.14.2.11.2.1.13DisplayStringread-writecurrent
secUserAuditReadAccess
OBJECT-TYPE
DENY/ALLOW user to read the audit log
1.3.6.1.4.1.3052.14.2.11.2.1.14DisplayStringread-writecurrent
secUserEventsWriteAccess
OBJECT-TYPE
DENY/ALLOW user to delete the events file
1.3.6.1.4.1.3052.14.2.11.2.1.16DisplayStringread-writecurrent
secUserAuditWriteAccess
OBJECT-TYPE
DENY/ALLOW user to write to the audit log
1.3.6.1.4.1.3052.14.2.11.2.1.17DisplayStringread-writecurrent
secUserExpiration
OBJECT-TYPE
Expiration date/time of this user
1.3.6.1.4.1.3052.14.2.11.2.1.18DisplayStringread-writecurrent
secUserCallbackNumber1
OBJECT-TYPE
Number slot 1 the unit calls for dialback
1.3.6.1.4.1.3052.14.2.11.2.1.19DisplayStringread-writecurrent
secUserCallbackNumber2
OBJECT-TYPE
Number slot 2 the unit calls for dialback
1.3.6.1.4.1.3052.14.2.11.2.1.20DisplayStringread-writecurrent
secUserCallbackNumber3
OBJECT-TYPE
Number slot 3 the unit calls for dialback
1.3.6.1.4.1.3052.14.2.11.2.1.21DisplayStringread-writecurrent
secUserChallengeTelnetMode
OBJECT-TYPE
Telnet challenge mode: when user logs in via telnet, unit allows access (OFF), presents a challenge (CHALLENGE), or unit sends a one-time-password (SEND PASSWORD) to a destination configured by secUserChallengeTelnetSendTo
1.3.6.1.4.1.3052.14.2.11.2.1.22DisplayStringread-writecurrent
secUserChallengeModemMode
OBJECT-TYPE
Modem challenge mode: when user logs in via modem, unit allows access (OFF), presents a challenge (CHALLENGE), sends a one-time-password (SEND PASSWORD) to a destination configured by secUserChallengeTelnetSendTo, or dials a number (CALLBACK) configured with secUserCallbackNumberx
1.3.6.1.4.1.3052.14.2.11.2.1.23DisplayStringread-writecurrent
secUserChallengeConsoleMode
OBJECT-TYPE
Console challenge mode: when user logs in via console, unit allows access (OFF), or presents a challenge (CHALLENGE)
1.3.6.1.4.1.3052.14.2.11.2.1.24DisplayStringread-writecurrent
secUserChallengeTelnetSendTo
OBJECT-TYPE
Email action used as the destination address for one-time- password when a user logs in with a challenge mode of SEND PASSWORD
1.3.6.1.4.1.3052.14.2.11.2.1.25DisplayStringread-writecurrent
secUserChallengeModemSendTo
OBJECT-TYPE
Modem action used as the destination phone number for one- time-password when a user logs in with a challenge mode of SEND PASSWORD
1.3.6.1.4.1.3052.14.2.11.2.1.26DisplayStringread-writecurrent
secUserChallengeExpiration
OBJECT-TYPE
Time (in minutes) after which a one-time-password is sent that it can be used to log in
1.3.6.1.4.1.3052.14.2.11.2.1.27Integer32 (0..180)read-writecurrent
secFactory
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.11.3
sfEnable
OBJECT-TYPE
ON/OFF enable factory access
1.3.6.1.4.1.3052.14.2.11.3.1DisplayStringread-writecurrent
sfSecret
OBJECT-TYPE
Secret used for factory access
1.3.6.1.4.1.3052.14.2.11.3.2DisplayStringread-writecurrent
secSSH
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.11.4
secVPN
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.11.5
event
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.12
evCore
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.12.1
evClassNameTable
OBJECT-TYPE
Table of classes
1.3.6.1.4.1.3052.14.2.12.1.1not-accessiblecurrent
evClassNameEntry
OBJECT-TYPE
Entry for table of classes
1.3.6.1.4.1.3052.14.2.12.1.1.1not-accessiblecurrent
evClassNameIndex
OBJECT-TYPE
Index for table of classes
1.3.6.1.4.1.3052.14.2.12.1.1.1.1Integer32 (1..12)read-onlycurrent
evClassName
OBJECT-TYPE
Class name for this slot
1.3.6.1.4.1.3052.14.2.12.1.1.1.2DisplayStringread-writecurrent
evReminderInterval
OBJECT-TYPE
Interval (minutes) between EventSensor reminder events
1.3.6.1.4.1.3052.14.2.12.1.2Integer32 (0..65535)read-writecurrent
evLog
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.12.1.3
evLogEnable
OBJECT-TYPE
ON/OFF enable event log
1.3.6.1.4.1.3052.14.2.12.1.3.1DisplayStringread-writecurrent
evLogStoreAlarm
OBJECT-TYPE
ON/OFF store data alarms in event log
1.3.6.1.4.1.3052.14.2.12.1.3.2DisplayStringread-writecurrent
evLogMaxSize
OBJECT-TYPE
max size (in KB) of event log
1.3.6.1.4.1.3052.14.2.12.1.3.3Integer32read-writecurrent
evLogStoreSensor
OBJECT-TYPE
ON/OFF store EventSensor events in event log
1.3.6.1.4.1.3052.14.2.12.1.3.4DisplayStringread-writecurrent
evLogTimeStampAlarms
OBJECT-TYPE
ON/OFF put timestamps on event log entries
1.3.6.1.4.1.3052.14.2.12.1.3.5DisplayStringread-writecurrent
evLogPrependName
OBJECT-TYPE
ON/OFF prepend data event name to data alarm records in event log
1.3.6.1.4.1.3052.14.2.12.1.3.6DisplayStringread-writecurrent
evMgmt
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.12.1.4
evMgmtReprocess
OBJECT-TYPE
Number of sensors that have generated events since reset. Write this to reprocess each sensor's last generated event since reset. The value to write determines what kind of events should be reprocessed: 'all': all sensor events 'cc': cc events 'temperature': temperature events 'humidity': humidity events 'analog': analog input events
1.3.6.1.4.1.3052.14.2.12.1.4.3DisplayStringread-writecurrent
evData
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.12.2
evdCore
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.12.2.1
evdExitOnTrue
OBJECT-TYPE
ON/OFF: Data alarm evaluator stops checking record against alarm equations when it finds an equation that matches
1.3.6.1.4.1.3052.14.2.12.2.1.1DisplayStringread-writecurrent
evdFilterAction
OBJECT-TYPE
What happens to a record that matches an equation: REJECT/ACCEPT
1.3.6.1.4.1.3052.14.2.12.2.1.2DisplayStringread-writecurrent
evdWildCardChar
OBJECT-TYPE
Character (in decimal ASCII code format) used to indicate wildcards in data alarm equation
1.3.6.1.4.1.3052.14.2.12.2.1.3Integer32read-writecurrent
evdTable
OBJECT-TYPE
Table of data events
1.3.6.1.4.1.3052.14.2.12.2.2not-accessiblecurrent
evdEntry
OBJECT-TYPE
Entry for table of data events
1.3.6.1.4.1.3052.14.2.12.2.2.1not-accessiblecurrent
evdIndex
OBJECT-TYPE
Index for table of data events
1.3.6.1.4.1.3052.14.2.12.2.2.1.1Integer32 (1..1000)read-onlycurrent
evdEnable
OBJECT-TYPE
ON/OFF enable this data event
1.3.6.1.4.1.3052.14.2.12.2.2.1.2DisplayStringread-writecurrent
evdName
OBJECT-TYPE
Name for this data event
1.3.6.1.4.1.3052.14.2.12.2.2.1.3DisplayStringread-writecurrent
evdEquation
OBJECT-TYPE
Equation for this data event
1.3.6.1.4.1.3052.14.2.12.2.2.1.4DisplayStringread-writecurrent
evdThreshold
OBJECT-TYPE
Number of equation matches that must happen to trigger this data event
1.3.6.1.4.1.3052.14.2.12.2.2.1.5Integer32read-writecurrent
evdAutoClear
OBJECT-TYPE
ON/OFF this data alarm is automatically cleared (re-armed) upon reaching the threshold number of matches
1.3.6.1.4.1.3052.14.2.12.2.2.1.6DisplayStringread-writecurrent
evdClearInterval
OBJECT-TYPE
Interval at which this alarm is automatically cleared (no bearing with evdAutoClear)
1.3.6.1.4.1.3052.14.2.12.2.2.1.7DisplayStringread-writecurrent
evdClearTime
OBJECT-TYPE
Tie of day (HH:MM) at which this data alarm is cleared (no bearing with evdAutoClear)
1.3.6.1.4.1.3052.14.2.12.2.2.1.8DisplayStringread-writecurrent
evdActions
OBJECT-TYPE
Actions for this data event
1.3.6.1.4.1.3052.14.2.12.2.2.1.9DisplayStringread-writecurrent
evdClass
OBJECT-TYPE
Class for this data event
1.3.6.1.4.1.3052.14.2.12.2.2.1.10DisplayStringread-writecurrent
evdTrapNum
OBJECT-TYPE
Trap number for this event
1.3.6.1.4.1.3052.14.2.12.2.2.1.11Integer32read-writecurrent
evdMode
OBJECT-TYPE
ALARM/FILTER: what is happens when this data event triggers: either generate actions (mode=ALARM) )or ACCEPT/REJECT (via evdFilterAction) the record (mode=FILTER)
1.3.6.1.4.1.3052.14.2.12.2.2.1.12DisplayStringread-writecurrent
evdFieldTable
OBJECT-TYPE
Table of data event fields
1.3.6.1.4.1.3052.14.2.12.2.3not-accessiblecurrent
evdFieldEntry
OBJECT-TYPE
Entry for table of data event fields
1.3.6.1.4.1.3052.14.2.12.2.3.1not-accessiblecurrent
evdFieldIndex
OBJECT-TYPE
Index for table of data event fields
1.3.6.1.4.1.3052.14.2.12.2.3.1.1Integer32 (1..16)read-onlycurrent
evdFieldStart
OBJECT-TYPE
Start position (1-based) for this data event field
1.3.6.1.4.1.3052.14.2.12.2.3.1.2Integer32read-writecurrent
evdFieldLength
OBJECT-TYPE
Number of characters this data event field occupies
1.3.6.1.4.1.3052.14.2.12.2.3.1.3Integer32read-writecurrent
evdFieldName
OBJECT-TYPE
Start position (1-based) for this data event field
1.3.6.1.4.1.3052.14.2.12.2.3.1.4DisplayStringread-writecurrent
evdFieldLine
OBJECT-TYPE
Line number (1-based, for multiline records) for this data event field
1.3.6.1.4.1.3052.14.2.12.2.3.1.5Integer32read-writecurrent
evdFieldType
OBJECT-TYPE
Alpha/Numeric type for this data event field
1.3.6.1.4.1.3052.14.2.12.2.3.1.6DisplayStringread-writecurrent
evdMacroTable
OBJECT-TYPE
Table of data event macros
1.3.6.1.4.1.3052.14.2.12.2.4not-accessiblecurrent
evdMacroEntry
OBJECT-TYPE
Entry for table of data event macros
1.3.6.1.4.1.3052.14.2.12.2.4.1not-accessiblecurrent
evdMacroIndex
OBJECT-TYPE
Index for table of data event macros
1.3.6.1.4.1.3052.14.2.12.2.4.1.1Integer32 (1..100)read-onlycurrent
evdMacroName
OBJECT-TYPE
Name of this macro for use in data event equations
1.3.6.1.4.1.3052.14.2.12.2.4.1.2DisplayStringread-writecurrent
evdMacroEquation
OBJECT-TYPE
Equation for this data event macro
1.3.6.1.4.1.3052.14.2.12.2.4.1.3DisplayStringread-writecurrent
evNoData1
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.12.3
evNoData1Enable
OBJECT-TYPE
ON/OFF enable this no data event
1.3.6.1.4.1.3052.14.2.12.3.1DisplayStringread-writecurrent
evNoData1Actions
OBJECT-TYPE
Actions for this no data event
1.3.6.1.4.1.3052.14.2.12.3.2DisplayStringread-writecurrent
evNoData1Message
OBJECT-TYPE
Message for this no data event
1.3.6.1.4.1.3052.14.2.12.3.3DisplayStringread-writecurrent
evNoData1TrapNum
OBJECT-TYPE
Trap number for this no data event
1.3.6.1.4.1.3052.14.2.12.3.4Integer32 (0..65535)read-writecurrent
evNoData1Class
OBJECT-TYPE
Class for this no data event
1.3.6.1.4.1.3052.14.2.12.3.5DisplayStringread-writecurrent
evNoData1Sched1Begin
OBJECT-TYPE
Schedule 1 begin time (HH:MM) for this no data event
1.3.6.1.4.1.3052.14.2.12.3.6DisplayStringread-writecurrent
evNoData1Sched1End
OBJECT-TYPE
Schedule 1 end time (HH:MM) for this no data event
1.3.6.1.4.1.3052.14.2.12.3.7DisplayStringread-writecurrent
evNoData1Sched1Duration
OBJECT-TYPE
Duration (minutes) for schedule 1 of this no data event
1.3.6.1.4.1.3052.14.2.12.3.8Integer32 (0..65535)read-writecurrent
evNoData1Sched2Begin
OBJECT-TYPE
Schedule 2 begin time (HH:MM) for this no data event
1.3.6.1.4.1.3052.14.2.12.3.9DisplayStringread-writecurrent
evNoData1Sched2End
OBJECT-TYPE
Schedule 2 end time (HH:MM) for this no data event
1.3.6.1.4.1.3052.14.2.12.3.10DisplayStringread-writecurrent
evNoData1Sched2Duration
OBJECT-TYPE
Duration (minutes) for schedule 2 of this no data event
1.3.6.1.4.1.3052.14.2.12.3.11Integer32 (0..65535)read-writecurrent
evNoData1PortEnableTable
OBJECT-TYPE
Table of no data event 1 port enables
1.3.6.1.4.1.3052.14.2.12.3.12not-accessiblecurrent
evNoData1PortEnableEntry
OBJECT-TYPE
Entry for table of no data event 1 port enables
1.3.6.1.4.1.3052.14.2.12.3.12.1not-accessiblecurrent
evNoData1PortEnableIndex
OBJECT-TYPE
Index for table of no data event 1 port enables
1.3.6.1.4.1.3052.14.2.12.3.12.1.1Integer32 (1..16)read-onlycurrent
evNoData1PortEnable
OBJECT-TYPE
ON/OFF: no data event 1 observes this port
1.3.6.1.4.1.3052.14.2.12.3.12.1.2DisplayStringread-writecurrent
evNoData1Exclusions
OBJECT-TYPE
Exclusions (space-separated MM/DD-formatted dates) for this no data event
1.3.6.1.4.1.3052.14.2.12.3.13DisplayStringread-writecurrent
evNoData1Days
OBJECT-TYPE
Days of the week on which this no event is active
1.3.6.1.4.1.3052.14.2.12.3.14DisplayStringread-writecurrent
evNoData2
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.12.4
evNoData2Enable
OBJECT-TYPE
ON/OFF enable this no data event
1.3.6.1.4.1.3052.14.2.12.4.1DisplayStringread-writecurrent
evNoData2Actions
OBJECT-TYPE
Actions for this no data event
1.3.6.1.4.1.3052.14.2.12.4.2DisplayStringread-writecurrent
evNoData2Message
OBJECT-TYPE
Message for this no data event
1.3.6.1.4.1.3052.14.2.12.4.3DisplayStringread-writecurrent
evNoData2TrapNum
OBJECT-TYPE
Trap number for this no data event
1.3.6.1.4.1.3052.14.2.12.4.4Integer32 (505..1199)read-writecurrent
evNoData2Class
OBJECT-TYPE
Class for this no data event
1.3.6.1.4.1.3052.14.2.12.4.5DisplayStringread-writecurrent
evNoData2Sched1Begin
OBJECT-TYPE
Schedule 1 begin time (HH:MM) for this no data event
1.3.6.1.4.1.3052.14.2.12.4.6DisplayStringread-writecurrent
evNoData2Sched1End
OBJECT-TYPE
Schedule 1 end time (HH:MM) for this no data event
1.3.6.1.4.1.3052.14.2.12.4.7DisplayStringread-writecurrent
evNoData2Sched1Duration
OBJECT-TYPE
Duration (minutes) for schedule 1 of this no data event
1.3.6.1.4.1.3052.14.2.12.4.8Integer32 (0..65535)read-writecurrent
evNoData2Sched2Begin
OBJECT-TYPE
Schedule 2 begin time (HH:MM) for this no data event
1.3.6.1.4.1.3052.14.2.12.4.9DisplayStringread-writecurrent
evNoData2Sched2End
OBJECT-TYPE
Schedule 2 end time (HH:MM) for this no data event
1.3.6.1.4.1.3052.14.2.12.4.10DisplayStringread-writecurrent
evNoData2Sched2Duration
OBJECT-TYPE
Duration (minutes) for schedule 2 of this no data event
1.3.6.1.4.1.3052.14.2.12.4.11Integer32 (0..65535)read-writecurrent
evNoData2PortEnableTable
OBJECT-TYPE
Table of no data event 2 port enables
1.3.6.1.4.1.3052.14.2.12.4.12not-accessiblecurrent
evNoData2PortEnableEntry
OBJECT-TYPE
Entry for table of no data event 2 port enables
1.3.6.1.4.1.3052.14.2.12.4.12.1not-accessiblecurrent
evNoData2PortEnableIndex
OBJECT-TYPE
Index for table of no data event 2 port enables
1.3.6.1.4.1.3052.14.2.12.4.12.1.1Integer32 (1..16)read-onlycurrent
evNoData2PortEnable
OBJECT-TYPE
ON/OFF: no data event 2 observes this port
1.3.6.1.4.1.3052.14.2.12.4.12.1.2DisplayStringread-writecurrent
evNoData2Exclusions
OBJECT-TYPE
Exclusions (space-separated MM/DD-formatted dates) for this no data event
1.3.6.1.4.1.3052.14.2.12.4.13DisplayStringread-writecurrent
evNoData2Days
OBJECT-TYPE
Days of the week on which this no event is active
1.3.6.1.4.1.3052.14.2.12.4.14DisplayStringread-writecurrent
evSched1
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.12.5
evSched1Enable
OBJECT-TYPE
ON/OFF enable this scheduled event
1.3.6.1.4.1.3052.14.2.12.5.1DisplayStringread-writecurrent
evSched1Actions
OBJECT-TYPE
Actions for this scheduled event
1.3.6.1.4.1.3052.14.2.12.5.2DisplayStringread-writecurrent
evSched1Message
OBJECT-TYPE
Message for this scheduled event
1.3.6.1.4.1.3052.14.2.12.5.3DisplayStringread-writecurrent
evSched1TrapNum
OBJECT-TYPE
Trap number for this scheduled event
1.3.6.1.4.1.3052.14.2.12.5.4Integer32read-writecurrent
evSched1Class
OBJECT-TYPE
Class for this scheduled event
1.3.6.1.4.1.3052.14.2.12.5.5DisplayStringread-writecurrent
evSched1Sunday
OBJECT-TYPE
Time on Sunday (HH:MM) when this scheduled event triggers
1.3.6.1.4.1.3052.14.2.12.5.6DisplayStringread-writecurrent
evSched1Monday
OBJECT-TYPE
Time on Monday (HH:MM) when this scheduled event triggers
1.3.6.1.4.1.3052.14.2.12.5.7DisplayStringread-writecurrent
evSched1Tuesday
OBJECT-TYPE
Time on Tuesday (HH:MM) when this scheduled event triggers
1.3.6.1.4.1.3052.14.2.12.5.8DisplayStringread-writecurrent
evSched1Wednesday
OBJECT-TYPE
Time on Wednesday (HH:MM) when this scheduled event triggers
1.3.6.1.4.1.3052.14.2.12.5.9DisplayStringread-writecurrent
evSched1Thursday
OBJECT-TYPE
Time on Thursday (HH:MM) when this scheduled event triggers
1.3.6.1.4.1.3052.14.2.12.5.10DisplayStringread-writecurrent
evSched1Friday
OBJECT-TYPE
Time on Friday (HH:MM) when this scheduled event triggers
1.3.6.1.4.1.3052.14.2.12.5.11DisplayStringread-writecurrent
evSched1Saturday
OBJECT-TYPE
Time on Saturday (HH:MM) when this scheduled event triggers
1.3.6.1.4.1.3052.14.2.12.5.12DisplayStringread-writecurrent
evSched1Exclusions
OBJECT-TYPE
Exclusions (space-separated MM/DD-formatted dates) for this scheduled event
1.3.6.1.4.1.3052.14.2.12.5.13DisplayStringread-writecurrent
evSched2
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.12.6
evSched2Enable
OBJECT-TYPE
ON/OFF enable this scheduled event
1.3.6.1.4.1.3052.14.2.12.6.1DisplayStringread-writecurrent
evSched2Actions
OBJECT-TYPE
Actions for this scheduled event
1.3.6.1.4.1.3052.14.2.12.6.2DisplayStringread-writecurrent
evSched2Message
OBJECT-TYPE
Message for this scheduled event
1.3.6.1.4.1.3052.14.2.12.6.3DisplayStringread-writecurrent
evSched2TrapNum
OBJECT-TYPE
Trap number for this scheduled event
1.3.6.1.4.1.3052.14.2.12.6.4Integer32read-writecurrent
evSched2Class
OBJECT-TYPE
Class for this scheduled event
1.3.6.1.4.1.3052.14.2.12.6.5DisplayStringread-writecurrent
evSched2Sunday
OBJECT-TYPE
Time on Sunday (HH:MM) when this scheduled event triggers
1.3.6.1.4.1.3052.14.2.12.6.6DisplayStringread-writecurrent
evSched2Monday
OBJECT-TYPE
Time on Monday (HH:MM) when this scheduled event triggers
1.3.6.1.4.1.3052.14.2.12.6.7DisplayStringread-writecurrent
evSched2Tuesday
OBJECT-TYPE
Time on Tuesday (HH:MM) when this scheduled event triggers
1.3.6.1.4.1.3052.14.2.12.6.8DisplayStringread-writecurrent
evSched2Wednesday
OBJECT-TYPE
Time on Wednesday (HH:MM) when this scheduled event triggers
1.3.6.1.4.1.3052.14.2.12.6.9DisplayStringread-writecurrent
evSched2Thursday
OBJECT-TYPE
Time on Thursday (HH:MM) when this scheduled event triggers
1.3.6.1.4.1.3052.14.2.12.6.10DisplayStringread-writecurrent
evSched2Friday
OBJECT-TYPE
Time on Friday (HH:MM) when this scheduled event triggers
1.3.6.1.4.1.3052.14.2.12.6.11DisplayStringread-writecurrent
evSched2Saturday
OBJECT-TYPE
Time on Saturday (HH:MM) when this scheduled event triggers
1.3.6.1.4.1.3052.14.2.12.6.12DisplayStringread-writecurrent
evSched2Exclusions
OBJECT-TYPE
Exclusions (space-separated MM/DD-formatted dates) for this scheduled event
1.3.6.1.4.1.3052.14.2.12.6.13DisplayStringread-writecurrent
evShskLowTable
OBJECT-TYPE
Table of serial handshaking low events
1.3.6.1.4.1.3052.14.2.12.7not-accessiblecurrent
evShskLowEntry
OBJECT-TYPE
Entry for table of serial handshaking low events
1.3.6.1.4.1.3052.14.2.12.7.1not-accessiblecurrent
evShskLowIndex
OBJECT-TYPE
Index for table of serial handshaking low events
1.3.6.1.4.1.3052.14.2.12.7.1.1Integer32 (1..16)read-onlycurrent
evShskLowEnable
OBJECT-TYPE
ON/OFF: enable the serial handshaking low event for this port
1.3.6.1.4.1.3052.14.2.12.7.1.2DisplayStringread-writecurrent
evShskLowActions
OBJECT-TYPE
Actions for the serial handshaking low event for this port
1.3.6.1.4.1.3052.14.2.12.7.1.3DisplayStringread-writecurrent
evShskLowMessage
OBJECT-TYPE
Message for the serial handshaking low event for this port
1.3.6.1.4.1.3052.14.2.12.7.1.4DisplayStringread-writecurrent
evShskLowClass
OBJECT-TYPE
Class for the serial handshaking low event for this port
1.3.6.1.4.1.3052.14.2.12.7.1.5DisplayStringread-writecurrent
evShskLowTrapNum
OBJECT-TYPE
Trap number for the serial handshaking low event for this port
1.3.6.1.4.1.3052.14.2.12.7.1.6Integer32read-writecurrent
evShskHighTable
OBJECT-TYPE
Table of serial handshaking high events
1.3.6.1.4.1.3052.14.2.12.8not-accessiblecurrent
evShskHighEntry
OBJECT-TYPE
Entry for table of serial handshaking high events
1.3.6.1.4.1.3052.14.2.12.8.1not-accessiblecurrent
evShskHighIndex
OBJECT-TYPE
Index for table of serial handshaking high events
1.3.6.1.4.1.3052.14.2.12.8.1.1Integer32 (1..16)read-onlycurrent
evShskHighEnable
OBJECT-TYPE
ON/OFF: enable the serial handshaking high event for this port
1.3.6.1.4.1.3052.14.2.12.8.1.2DisplayStringread-writecurrent
evShskHighActions
OBJECT-TYPE
Actions for the serial handshaking high event for this port
1.3.6.1.4.1.3052.14.2.12.8.1.3DisplayStringread-writecurrent
evShskHighMessage
OBJECT-TYPE
Message for the serial handshaking high event for this port
1.3.6.1.4.1.3052.14.2.12.8.1.4DisplayStringread-writecurrent
evShskHighClass
OBJECT-TYPE
Class for the serial handshaking high event for this port
1.3.6.1.4.1.3052.14.2.12.8.1.5DisplayStringread-writecurrent
evShskHighTrapNum
OBJECT-TYPE
Trap number for the serial handshaking high event for this port
1.3.6.1.4.1.3052.14.2.12.8.1.6Integer32read-writecurrent
evNoSensor
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.12.9
evNoSensorTimeout
OBJECT-TYPE
Timeout (seconds) after which an EventSensor becomes unresponsive that this event is triggered
1.3.6.1.4.1.3052.14.2.12.9.1Integer32read-writecurrent
evNoSensorActions
OBJECT-TYPE
Actions for no sensor event
1.3.6.1.4.1.3052.14.2.12.9.2DisplayStringread-writecurrent
evNoSensorTrapNum
OBJECT-TYPE
Trap number for no sensor event
1.3.6.1.4.1.3052.14.2.12.9.3Integer32read-writecurrent
evNoSensorClass
OBJECT-TYPE
Class for no sensor event
1.3.6.1.4.1.3052.14.2.12.9.4DisplayStringread-writecurrent
fuelSensor
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.12.11
fuelSensorGeneralTable
OBJECT-TYPE
This table organizes general fuel sensor attributes.
1.3.6.1.4.1.3052.14.2.12.11.1not-accessiblecurrent
fsGenEntry
OBJECT-TYPE
Entry for fuel sensor general config table.
1.3.6.1.4.1.3052.14.2.12.11.1.1not-accessiblecurrent
fsGenIndex
OBJECT-TYPE
Which fuel sensor in the fuel sensor general config table.
1.3.6.1.4.1.3052.14.2.12.11.1.1.1Integer32 (1..3)read-onlycurrent
fsGenName
OBJECT-TYPE
Fuel sensor name.
1.3.6.1.4.1.3052.14.2.12.11.1.1.2DisplayStringread-writecurrent
fsGenSensorType
OBJECT-TYPE
Type of fuel sensor in use; NONE disables the fuel sensor.
1.3.6.1.4.1.3052.14.2.12.11.1.1.3DisplayStringread-writecurrent
fsGenDistanceUnit
OBJECT-TYPE
Distance units in use when setting and indicating tank dimensions.
1.3.6.1.4.1.3052.14.2.12.11.1.1.4DisplayStringread-writecurrent
fsGenRawValueTop
OBJECT-TYPE
Analog input reading corresponding to the SENSOR FULL point.
1.3.6.1.4.1.3052.14.2.12.11.1.1.5DisplayStringread-writecurrent
fsGenTopOffset
OBJECT-TYPE
Distance, in the specified distance unit, between the SENSOR FULL point and the TANK FULL point. The value is positive if the SENSOR FULL point is above the TANK FULL point, and negative if it is below.
1.3.6.1.4.1.3052.14.2.12.11.1.1.6DisplayStringread-writecurrent
fsGenRawValueBottom
OBJECT-TYPE
Analog input reading corresponding to the minimum fluid height measurable by the fuel sensor.
1.3.6.1.4.1.3052.14.2.12.11.1.1.7DisplayStringread-writecurrent
fsGenBottomOffset
OBJECT-TYPE
Distance, in the specified distance unit, between the SENSOR EMPTY point and the TANK EMPTY point. The value is positive if the SENSOR EMPTY point is above the TANK EMPTY point, and negative if it is below.
1.3.6.1.4.1.3052.14.2.12.11.1.1.8DisplayStringread-writecurrent
fsGenInputES
OBJECT-TYPE
Which eventsensor contains the analog input associated with this fuel sensor. Allowed values are 200 (for internal ES), or 1-16.
1.3.6.1.4.1.3052.14.2.12.11.1.1.9Integer32 (1..200)read-writecurrent
fsGenInputPoint
OBJECT-TYPE
Which analog input point, on the specified eventsensor, that is associated with the fuel sensor.
1.3.6.1.4.1.3052.14.2.12.11.1.1.10Integer32 (1..16)read-writecurrent
fsGenFilterAveraging
OBJECT-TYPE
Fuel sensor filter averaging factor.
1.3.6.1.4.1.3052.14.2.12.11.1.1.11Integer32read-writecurrent
fsGenSysrepEnable
OBJECT-TYPE
Fuel sensor System Reporting enable.
1.3.6.1.4.1.3052.14.2.12.11.1.1.12DisplayStringread-writecurrent
fsGenSysrepThreshold
OBJECT-TYPE
Fuel sensor System Reporting threshold (floating point value).
1.3.6.1.4.1.3052.14.2.12.11.1.1.13DisplayStringread-writecurrent
fsGenSysrepLimit
OBJECT-TYPE
Fuel sensor System Reporting limit.
1.3.6.1.4.1.3052.14.2.12.11.1.1.14Integer32read-writecurrent
fsGenSysrepPackage
OBJECT-TYPE
Fuel sensor System Reporting package number.
1.3.6.1.4.1.3052.14.2.12.11.1.1.15Integer32 (0..10)read-writecurrent
fsGenSysrepType
OBJECT-TYPE
Fuel sensor ASM profile type.
1.3.6.1.4.1.3052.14.2.12.11.1.1.16DisplayStringread-writecurrent
fsGenEnable
OBJECT-TYPE
Fuel sensor enable.
1.3.6.1.4.1.3052.14.2.12.11.1.1.17DisplayStringread-writecurrent
fuelSensorTankTable
OBJECT-TYPE
This table organizes tank-specific fuel sensor attributes.
1.3.6.1.4.1.3052.14.2.12.11.2not-accessiblecurrent
fsTankEntry
OBJECT-TYPE
Entry for fuel sensor tank config table.
1.3.6.1.4.1.3052.14.2.12.11.2.1not-accessiblecurrent
fsTankIndex
OBJECT-TYPE
Which fuel sensor in the fuel sensor tank config table.
1.3.6.1.4.1.3052.14.2.12.11.2.1.1Integer32 (1..3)read-onlycurrent
fsTankHeight
OBJECT-TYPE
Height of the tank, from the TANK EMPTY point to the TANK FULL point, in the specified distance unit (i.e. TANK HEIGHT). This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.11.2.1.2DisplayStringread-writecurrent
fsTankDimA
OBJECT-TYPE
Tank dimension measurement A for certain tank profiles. For HORIZ OVAL, this is the length of the straight section. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.11.2.1.3DisplayStringread-writecurrent
fsTankDimB
OBJECT-TYPE
Tank dimension measurement B for certain tank profiles. For HORIZ OVAL, this is the radius of the curved section. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.11.2.1.4DisplayStringread-writecurrent
fsTankVolume
OBJECT-TYPE
How many volume units the tank contains, when full. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.11.2.1.5DisplayStringread-writecurrent
fsTankVolumeUnit
OBJECT-TYPE
Name of the unit representing fluid volume in the tank. This is only used for display purposes; it does not affect the volume calculation.
1.3.6.1.4.1.3052.14.2.12.11.2.1.6DisplayStringread-writecurrent
fsTankShape
OBJECT-TYPE
The shape of the fuel tank. A value of LINEAR produces a fluid volume reading that is directly proportional to fluid height. The HORIZ CYL and HORIZ OVAL settings use a hard-coded formula to calculate the volume. The CUSTOM setting uses a strapping table that must be configured as well (see fuelSensorCustomTankTable).
1.3.6.1.4.1.3052.14.2.12.11.2.1.7DisplayStringread-writecurrent
fuelSensorCustomTankTable
OBJECT-TYPE
This table organizes the custom tank strapping table. Each fuel sensor has a table of height/volume pairs in service only when the tank shape (fsTankShape) in CUSTOM. This allows the unit to calculate volumes for nonstandard tank shapes, to the degree that accurate height/volume measurements can be configured. This SNMP table has two indexes: the first for which fuel sensor and the second for which height/volume pair.
1.3.6.1.4.1.3052.14.2.12.11.3not-accessiblecurrent
fsCustomTankEntry
OBJECT-TYPE
Entry for fuel sensor custom tank config table.
1.3.6.1.4.1.3052.14.2.12.11.3.1not-accessiblecurrent
fsCustomTankIndexFS
OBJECT-TYPE
Which fuel sensor in the fuel sensor tank config table. This is the first of two indexes for this SNMP table.
1.3.6.1.4.1.3052.14.2.12.11.3.1.1Integer32 (1..3)read-onlycurrent
fsCustomTankIndexDatum
OBJECT-TYPE
Which hight/volume pair: there are 32 pairs per fuel sensor. This is the second of two indexes for this SNMP table.
1.3.6.1.4.1.3052.14.2.12.11.3.1.2Integer32 (1..32)read-onlycurrent
fsCustomTankHeight
OBJECT-TYPE
Height of custom tank height/volume pair. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.11.3.1.3DisplayStringread-writecurrent
fsCustomTankVolume
OBJECT-TYPE
Volume of custom tank height/volume pair. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.11.3.1.4DisplayStringread-writecurrent
fuelSensorVolumeTable
OBJECT-TYPE
This table organizes volume-event-specific fuel sensor attributes.
1.3.6.1.4.1.3052.14.2.12.11.4not-accessiblecurrent
fsVolumeEntry
OBJECT-TYPE
Entry for fuel sensor volume event config table.
1.3.6.1.4.1.3052.14.2.12.11.4.1not-accessiblecurrent
fsVolumeIndex
OBJECT-TYPE
Which fuel sensor in the fuel sensor volume event config table.
1.3.6.1.4.1.3052.14.2.12.11.4.1.1Integer32 (1..3)read-onlycurrent
fsVolumeEnable
OBJECT-TYPE
Enable fuel sensor volume events.
1.3.6.1.4.1.3052.14.2.12.11.4.1.2DisplayStringread-writecurrent
fsVolumeDeadband
OBJECT-TYPE
Fuel sensor deadband (hysteresis). This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.11.4.1.3DisplayStringread-writecurrent
fsVolumeVHighValue
OBJECT-TYPE
Fuel sensor volume very high event threshold value. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.11.4.1.4DisplayStringread-writecurrent
fsVolumeVHighActions
OBJECT-TYPE
Fuel sensor volume very high event threshold actions.
1.3.6.1.4.1.3052.14.2.12.11.4.1.5DisplayStringread-writecurrent
fsVolumeVHighTrapNum
OBJECT-TYPE
Fuel sensor volume very high event threshold trap number.
1.3.6.1.4.1.3052.14.2.12.11.4.1.6Integer32 (519..1199)read-writecurrent
fsVolumeVHighClass
OBJECT-TYPE
Fuel sensor volume very high event threshold class (severity).
1.3.6.1.4.1.3052.14.2.12.11.4.1.7DisplayStringread-writecurrent
fsVolumeHighValue
OBJECT-TYPE
Fuel sensor volume high event threshold value. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.11.4.1.8DisplayStringread-writecurrent
fsVolumeHighActions
OBJECT-TYPE
Fuel sensor volume high event threshold actions.
1.3.6.1.4.1.3052.14.2.12.11.4.1.9DisplayStringread-writecurrent
fsVolumeHighTrapNum
OBJECT-TYPE
Fuel sensor volume high event threshold trap number.
1.3.6.1.4.1.3052.14.2.12.11.4.1.10Integer32 (519..1199)read-writecurrent
fsVolumeHighClass
OBJECT-TYPE
Fuel sensor volume high event threshold class (severity).
1.3.6.1.4.1.3052.14.2.12.11.4.1.11DisplayStringread-writecurrent
fsVolumeNormalActions
OBJECT-TYPE
Fuel sensor volume return to normal actions.
1.3.6.1.4.1.3052.14.2.12.11.4.1.12DisplayStringread-writecurrent
fsVolumeNormalTrapNum
OBJECT-TYPE
Fuel sensor volume return to normal trap number.
1.3.6.1.4.1.3052.14.2.12.11.4.1.13Integer32 (519..1199)read-writecurrent
fsVolumeNormalClass
OBJECT-TYPE
Fuel sensor volume return to normal class (severity).
1.3.6.1.4.1.3052.14.2.12.11.4.1.14DisplayStringread-writecurrent
fsVolumeLowValue
OBJECT-TYPE
Fuel sensor volume low event threshold value. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.11.4.1.15DisplayStringread-writecurrent
fsVolumeLowActions
OBJECT-TYPE
Fuel sensor volume low event threshold actions.
1.3.6.1.4.1.3052.14.2.12.11.4.1.16DisplayStringread-writecurrent
fsVolumeLowTrapNum
OBJECT-TYPE
Fuel sensor volume low event threshold trap number.
1.3.6.1.4.1.3052.14.2.12.11.4.1.17Integer32 (519..1199)read-writecurrent
fsVolumeLowClass
OBJECT-TYPE
Fuel sensor volume low event threshold class (severity).
1.3.6.1.4.1.3052.14.2.12.11.4.1.18DisplayStringread-writecurrent
fsVolumeVLowValue
OBJECT-TYPE
Fuel sensor volume very low event threshold value. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.11.4.1.19DisplayStringread-writecurrent
fsVolumeVLowActions
OBJECT-TYPE
Fuel sensor volume very low event threshold actions.
1.3.6.1.4.1.3052.14.2.12.11.4.1.20DisplayStringread-writecurrent
fsVolumeVLowTrapNum
OBJECT-TYPE
Fuel sensor volume very low event threshold trap number.
1.3.6.1.4.1.3052.14.2.12.11.4.1.21Integer32 (519..1199)read-writecurrent
fsVolumeVLowClass
OBJECT-TYPE
Fuel sensor volume very low event threshold class (severity).
1.3.6.1.4.1.3052.14.2.12.11.4.1.22DisplayStringread-writecurrent
fuelSensorDisconnectTable
OBJECT-TYPE
This table organizes disconnect-event-specific fuel sensor attributes.
1.3.6.1.4.1.3052.14.2.12.11.5not-accessiblecurrent
fsDiscEntry
OBJECT-TYPE
Entry for fuel sensor disconnect event config table.
1.3.6.1.4.1.3052.14.2.12.11.5.1not-accessiblecurrent
fsDiscIndex
OBJECT-TYPE
Which fuel sensor in the fuel sensor disconnect event config table.
1.3.6.1.4.1.3052.14.2.12.11.5.1.1Integer32 (1..3)read-onlycurrent
fsDiscEnable
OBJECT-TYPE
Fuel sensor disconnect event enable.
1.3.6.1.4.1.3052.14.2.12.11.5.1.2DisplayStringread-writecurrent
fsDiscHighValue
OBJECT-TYPE
High end of input value range when fuel sensor is disconnected. This is in the units of the analog input value.
1.3.6.1.4.1.3052.14.2.12.11.5.1.3DisplayStringread-writecurrent
fsDiscLowValue
OBJECT-TYPE
Low end of input value range when fuel sensor is disconnected. This is in the units of the analog input value.
1.3.6.1.4.1.3052.14.2.12.11.5.1.4DisplayStringread-writecurrent
fsDiscActions
OBJECT-TYPE
Fuel sensor disconnect event actions.
1.3.6.1.4.1.3052.14.2.12.11.5.1.5DisplayStringread-writecurrent
fsDiscTrapNum
OBJECT-TYPE
Fuel sensor disconnect event trap number.
1.3.6.1.4.1.3052.14.2.12.11.5.1.6Integer32 (515..1199)read-writecurrent
fsDiscClass
OBJECT-TYPE
Fuel sensor disconnect event class (severity).
1.3.6.1.4.1.3052.14.2.12.11.5.1.7DisplayStringread-writecurrent
fsDiscNormalActions
OBJECT-TYPE
Fuel sensor disconnect return to normal actions.
1.3.6.1.4.1.3052.14.2.12.11.5.1.8DisplayStringread-writecurrent
fsDiscNormalTrapNum
OBJECT-TYPE
Fuel sensor disconnect return to normal trap number.
1.3.6.1.4.1.3052.14.2.12.11.5.1.9Integer32 (515..1199)read-writecurrent
fsDiscNormalClass
OBJECT-TYPE
Fuel sensor disconnect return to normal class (severity).
1.3.6.1.4.1.3052.14.2.12.11.5.1.10DisplayStringread-writecurrent
acPowerMonitor
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.12.12
acpmGeneralTable
OBJECT-TYPE
This table organizes general AC power monitor attributes.
1.3.6.1.4.1.3052.14.2.12.12.1not-accessiblecurrent
acpmGenEntry
OBJECT-TYPE
Entry for AC power monitor general config table.
1.3.6.1.4.1.3052.14.2.12.12.1.1not-accessiblecurrent
acpmGenIndex
OBJECT-TYPE
Which AC power monitor in the AC power monitor general config table.
1.3.6.1.4.1.3052.14.2.12.12.1.1.1Integer32 (1..6)read-onlycurrent
acpmGenDevice
OBJECT-TYPE
Model of the AC power monitor device. The unit needs this setting to know which registers to poll for the various data items, among other things.
1.3.6.1.4.1.3052.14.2.12.12.1.1.2DisplayStringread-writecurrent
acpmGenName
OBJECT-TYPE
Name for the AC power monitor device.
1.3.6.1.4.1.3052.14.2.12.12.1.1.3DisplayStringread-writecurrent
acpmGenAddress
OBJECT-TYPE
Modbus address of the AC power monitor device.
1.3.6.1.4.1.3052.14.2.12.12.1.1.4Integer32 (1..247)read-writecurrent
acpmGenPtRatio
OBJECT-TYPE
Ratio of secondary turns to primary turns on potential transformers (PT).
1.3.6.1.4.1.3052.14.2.12.12.1.1.5Integer32 (1..10000)read-writecurrent
acpmGenCtRatio
OBJECT-TYPE
Ratio of secondary turns to primary turns on current transformers (CT).
1.3.6.1.4.1.3052.14.2.12.12.1.1.6Integer32 (1..10000)read-writecurrent
acpmGenPowerType
OBJECT-TYPE
Type of power being monitored.
1.3.6.1.4.1.3052.14.2.12.12.1.1.7DisplayStringread-writecurrent
acpmGenSysrepPackage
OBJECT-TYPE
System reporting package number.
1.3.6.1.4.1.3052.14.2.12.12.1.1.8Integer32 (0..10)read-writecurrent
acpmGenSysrepType
OBJECT-TYPE
ASM profile type.
1.3.6.1.4.1.3052.14.2.12.12.1.1.9DisplayStringread-writecurrent
acpmGenEnable
OBJECT-TYPE
AC power monitor enable.
1.3.6.1.4.1.3052.14.2.12.12.1.1.10DisplayStringread-writecurrent
acpmAvgVoltageTable
OBJECT-TYPE
This table organizes AC power monitor average voltage attributes.
1.3.6.1.4.1.3052.14.2.12.12.2not-accessiblecurrent
acpmAvgVoltageEntry
OBJECT-TYPE
Entry for AC power monitor average voltage config table.
1.3.6.1.4.1.3052.14.2.12.12.2.1not-accessiblecurrent
acpmAvgVoltageIndex
OBJECT-TYPE
Which AC power monitor in the AC power monitor average voltage config table.
1.3.6.1.4.1.3052.14.2.12.12.2.1.1Integer32 (1..6)read-onlycurrent
acpmAvgVoltageEnable
OBJECT-TYPE
Enable AC power monitor average voltage events.
1.3.6.1.4.1.3052.14.2.12.12.2.1.2DisplayStringread-writecurrent
acpmAvgVoltageDeadband
OBJECT-TYPE
Deadband (hysteresis) for average voltage event. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.12.2.1.3DisplayStringread-writecurrent
acpmAvgVoltageVHighValue
OBJECT-TYPE
Very high event threshold. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.12.2.1.4DisplayStringread-writecurrent
acpmAvgVoltageVHighActions
OBJECT-TYPE
Very high event actions.
1.3.6.1.4.1.3052.14.2.12.12.2.1.5DisplayStringread-writecurrent
acpmAvgVoltageVHighTrapNum
OBJECT-TYPE
Very high event trap number.
1.3.6.1.4.1.3052.14.2.12.12.2.1.6Integer32 (520..1199)read-writecurrent
acpmAvgVoltageVHighClass
OBJECT-TYPE
Very high event class.
1.3.6.1.4.1.3052.14.2.12.12.2.1.7DisplayStringread-writecurrent
acpmAvgVoltageHighValue
OBJECT-TYPE
High event threshold. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.12.2.1.8DisplayStringread-writecurrent
acpmAvgVoltageHighActions
OBJECT-TYPE
High event actions.
1.3.6.1.4.1.3052.14.2.12.12.2.1.9DisplayStringread-writecurrent
acpmAvgVoltageHighTrapNum
OBJECT-TYPE
High event trap number.
1.3.6.1.4.1.3052.14.2.12.12.2.1.10Integer32 (520..1199)read-writecurrent
acpmAvgVoltageHighClass
OBJECT-TYPE
High event class.
1.3.6.1.4.1.3052.14.2.12.12.2.1.11DisplayStringread-writecurrent
acpmAvgVoltageNormalActions
OBJECT-TYPE
Return to normal actions.
1.3.6.1.4.1.3052.14.2.12.12.2.1.12DisplayStringread-writecurrent
acpmAvgVoltageNormalTrapNum
OBJECT-TYPE
Return to normal trap number.
1.3.6.1.4.1.3052.14.2.12.12.2.1.13Integer32 (520..1199)read-writecurrent
acpmAvgVoltageNormalClass
OBJECT-TYPE
Return to normal class.
1.3.6.1.4.1.3052.14.2.12.12.2.1.14DisplayStringread-writecurrent
acpmAvgVoltageLowValue
OBJECT-TYPE
Low event threshold. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.12.2.1.15DisplayStringread-writecurrent
acpmAvgVoltageLowActions
OBJECT-TYPE
Low event actions.
1.3.6.1.4.1.3052.14.2.12.12.2.1.16DisplayStringread-writecurrent
acpmAvgVoltageLowTrapNum
OBJECT-TYPE
Low event trap number.
1.3.6.1.4.1.3052.14.2.12.12.2.1.17Integer32 (520..1199)read-writecurrent
acpmAvgVoltageLowClass
OBJECT-TYPE
Low event class.
1.3.6.1.4.1.3052.14.2.12.12.2.1.18DisplayStringread-writecurrent
acpmAvgVoltageVLowValue
OBJECT-TYPE
Very low event threshold. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.12.2.1.19DisplayStringread-writecurrent
acpmAvgVoltageVLowActions
OBJECT-TYPE
Very low event actions.
1.3.6.1.4.1.3052.14.2.12.12.2.1.20DisplayStringread-writecurrent
acpmAvgVoltageVLowTrapNum
OBJECT-TYPE
Very low event trap number.
1.3.6.1.4.1.3052.14.2.12.12.2.1.21Integer32 (520..1199)read-writecurrent
acpmAvgVoltageVLowClass
OBJECT-TYPE
Very low event class.
1.3.6.1.4.1.3052.14.2.12.12.2.1.22DisplayStringread-writecurrent
acpmAvgVoltageSysrepEnable
OBJECT-TYPE
System reporting enable for average voltage telemetry.
1.3.6.1.4.1.3052.14.2.12.12.2.1.23DisplayStringread-writecurrent
acpmAvgVoltageSysrepThreshold
OBJECT-TYPE
System reporting threshold for average voltage telemetry. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.12.2.1.24DisplayStringread-writecurrent
acpmAvgVoltageSysrepLimit
OBJECT-TYPE
System reporting limit for average voltage telemetry.
1.3.6.1.4.1.3052.14.2.12.12.2.1.25Integer32read-writecurrent
acpmAvgCurrentTable
OBJECT-TYPE
This table organizes AC power monitor average current attributes.
1.3.6.1.4.1.3052.14.2.12.12.3not-accessiblecurrent
acpmAvgCurrentEntry
OBJECT-TYPE
Entry for AC power monitor average current config table.
1.3.6.1.4.1.3052.14.2.12.12.3.1not-accessiblecurrent
acpmAvgCurrentIndex
OBJECT-TYPE
Which AC power monitor in the AC power monitor average current config table.
1.3.6.1.4.1.3052.14.2.12.12.3.1.1Integer32 (1..6)read-onlycurrent
acpmAvgCurrentEnable
OBJECT-TYPE
Enable AC power monitor average current events.
1.3.6.1.4.1.3052.14.2.12.12.3.1.2DisplayStringread-writecurrent
acpmAvgCurrentDeadband
OBJECT-TYPE
Deadband (hysteresis) for average current event. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.12.3.1.3DisplayStringread-writecurrent
acpmAvgCurrentVHighValue
OBJECT-TYPE
Very high event threshold. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.12.3.1.4DisplayStringread-writecurrent
acpmAvgCurrentVHighActions
OBJECT-TYPE
Very high event actions.
1.3.6.1.4.1.3052.14.2.12.12.3.1.5DisplayStringread-writecurrent
acpmAvgCurrentVHighTrapNum
OBJECT-TYPE
Very high event trap number.
1.3.6.1.4.1.3052.14.2.12.12.3.1.6Integer32 (521..1199)read-writecurrent
acpmAvgCurrentVHighClass
OBJECT-TYPE
Very high event class.
1.3.6.1.4.1.3052.14.2.12.12.3.1.7DisplayStringread-writecurrent
acpmAvgCurrentHighValue
OBJECT-TYPE
High event threshold. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.12.3.1.8DisplayStringread-writecurrent
acpmAvgCurrentHighActions
OBJECT-TYPE
High event actions.
1.3.6.1.4.1.3052.14.2.12.12.3.1.9DisplayStringread-writecurrent
acpmAvgCurrentHighTrapNum
OBJECT-TYPE
High event trap number.
1.3.6.1.4.1.3052.14.2.12.12.3.1.10Integer32 (521..1199)read-writecurrent
acpmAvgCurrentHighClass
OBJECT-TYPE
High event class.
1.3.6.1.4.1.3052.14.2.12.12.3.1.11DisplayStringread-writecurrent
acpmAvgCurrentNormalActions
OBJECT-TYPE
Return to normal actions.
1.3.6.1.4.1.3052.14.2.12.12.3.1.12DisplayStringread-writecurrent
acpmAvgCurrentNormalTrapNum
OBJECT-TYPE
Return to normal trap number.
1.3.6.1.4.1.3052.14.2.12.12.3.1.13Integer32 (521..1199)read-writecurrent
acpmAvgCurrentNormalClass
OBJECT-TYPE
Return to normal class.
1.3.6.1.4.1.3052.14.2.12.12.3.1.14DisplayStringread-writecurrent
acpmAvgCurrentLowValue
OBJECT-TYPE
Low event threshold. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.12.3.1.15DisplayStringread-writecurrent
acpmAvgCurrentLowActions
OBJECT-TYPE
Low event actions.
1.3.6.1.4.1.3052.14.2.12.12.3.1.16DisplayStringread-writecurrent
acpmAvgCurrentLowTrapNum
OBJECT-TYPE
Low event trap number.
1.3.6.1.4.1.3052.14.2.12.12.3.1.17Integer32 (521..1199)read-writecurrent
acpmAvgCurrentLowClass
OBJECT-TYPE
Low event class.
1.3.6.1.4.1.3052.14.2.12.12.3.1.18DisplayStringread-writecurrent
acpmAvgCurrentVLowValue
OBJECT-TYPE
Very low event threshold. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.12.3.1.19DisplayStringread-writecurrent
acpmAvgCurrentVLowActions
OBJECT-TYPE
Very low event actions.
1.3.6.1.4.1.3052.14.2.12.12.3.1.20DisplayStringread-writecurrent
acpmAvgCurrentVLowTrapNum
OBJECT-TYPE
Very low event trap number.
1.3.6.1.4.1.3052.14.2.12.12.3.1.21Integer32 (521..1199)read-writecurrent
acpmAvgCurrentVLowClass
OBJECT-TYPE
Very low event class.
1.3.6.1.4.1.3052.14.2.12.12.3.1.22DisplayStringread-writecurrent
acpmAvgCurrentSysrepEnable
OBJECT-TYPE
System reporting enable for average current telemetry.
1.3.6.1.4.1.3052.14.2.12.12.3.1.23DisplayStringread-writecurrent
acpmAvgCurrentSysrepThreshold
OBJECT-TYPE
System reporting threshold for average current telemetry. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.12.3.1.24DisplayStringread-writecurrent
acpmAvgCurrentSysrepLimit
OBJECT-TYPE
System reporting limit for average current telemetry.
1.3.6.1.4.1.3052.14.2.12.12.3.1.25Integer32read-writecurrent
acpmFreqTable
OBJECT-TYPE
This table organizes AC power monitor frequency attributes.
1.3.6.1.4.1.3052.14.2.12.12.4not-accessiblecurrent
acpmFreqEntry
OBJECT-TYPE
Entry for AC power monitor frequency config table.
1.3.6.1.4.1.3052.14.2.12.12.4.1not-accessiblecurrent
acpmFreqIndex
OBJECT-TYPE
Which AC power monitor in the AC power monitor frequency config table.
1.3.6.1.4.1.3052.14.2.12.12.4.1.1Integer32 (1..6)read-onlycurrent
acpmFreqEnable
OBJECT-TYPE
Enable AC power monitor frequency events.
1.3.6.1.4.1.3052.14.2.12.12.4.1.2DisplayStringread-writecurrent
acpmFreqDeadband
OBJECT-TYPE
Deadband (hysteresis) for frequency event. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.12.4.1.3DisplayStringread-writecurrent
acpmFreqVHighValue
OBJECT-TYPE
Very high event threshold. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.12.4.1.4DisplayStringread-writecurrent
acpmFreqVHighActions
OBJECT-TYPE
Very high event actions.
1.3.6.1.4.1.3052.14.2.12.12.4.1.5DisplayStringread-writecurrent
acpmFreqVHighTrapNum
OBJECT-TYPE
Very high event trap number.
1.3.6.1.4.1.3052.14.2.12.12.4.1.6Integer32 (522..1199)read-writecurrent
acpmFreqVHighClass
OBJECT-TYPE
Very high event class.
1.3.6.1.4.1.3052.14.2.12.12.4.1.7DisplayStringread-writecurrent
acpmFreqHighValue
OBJECT-TYPE
High event threshold. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.12.4.1.8DisplayStringread-writecurrent
acpmFreqHighActions
OBJECT-TYPE
High event actions.
1.3.6.1.4.1.3052.14.2.12.12.4.1.9DisplayStringread-writecurrent
acpmFreqHighTrapNum
OBJECT-TYPE
High event trap number.
1.3.6.1.4.1.3052.14.2.12.12.4.1.10Integer32 (522..1199)read-writecurrent
acpmFreqHighClass
OBJECT-TYPE
High event class.
1.3.6.1.4.1.3052.14.2.12.12.4.1.11DisplayStringread-writecurrent
acpmFreqNormalActions
OBJECT-TYPE
Return to normal actions.
1.3.6.1.4.1.3052.14.2.12.12.4.1.12DisplayStringread-writecurrent
acpmFreqNormalTrapNum
OBJECT-TYPE
Return to normal trap number.
1.3.6.1.4.1.3052.14.2.12.12.4.1.13Integer32 (522..1199)read-writecurrent
acpmFreqNormalClass
OBJECT-TYPE
Return to normal class.
1.3.6.1.4.1.3052.14.2.12.12.4.1.14DisplayStringread-writecurrent
acpmFreqLowValue
OBJECT-TYPE
Low event threshold. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.12.4.1.15DisplayStringread-writecurrent
acpmFreqLowActions
OBJECT-TYPE
Low event actions.
1.3.6.1.4.1.3052.14.2.12.12.4.1.16DisplayStringread-writecurrent
acpmFreqLowTrapNum
OBJECT-TYPE
Low event trap number.
1.3.6.1.4.1.3052.14.2.12.12.4.1.17Integer32 (522..1199)read-writecurrent
acpmFreqLowClass
OBJECT-TYPE
Low event class.
1.3.6.1.4.1.3052.14.2.12.12.4.1.18DisplayStringread-writecurrent
acpmFreqVLowValue
OBJECT-TYPE
Very low event threshold. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.12.4.1.19DisplayStringread-writecurrent
acpmFreqVLowActions
OBJECT-TYPE
Very low event actions.
1.3.6.1.4.1.3052.14.2.12.12.4.1.20DisplayStringread-writecurrent
acpmFreqVLowTrapNum
OBJECT-TYPE
Very low event trap number.
1.3.6.1.4.1.3052.14.2.12.12.4.1.21Integer32 (522..1199)read-writecurrent
acpmFreqVLowClass
OBJECT-TYPE
Very low event class.
1.3.6.1.4.1.3052.14.2.12.12.4.1.22DisplayStringread-writecurrent
acpmFreqSysrepEnable
OBJECT-TYPE
System reporting enable for frequency telemetry.
1.3.6.1.4.1.3052.14.2.12.12.4.1.23DisplayStringread-writecurrent
acpmFreqSysrepThreshold
OBJECT-TYPE
System reporting threshold for frequency telemetry. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.12.4.1.24DisplayStringread-writecurrent
acpmFreqSysrepLimit
OBJECT-TYPE
System reporting limit for frequency telemetry.
1.3.6.1.4.1.3052.14.2.12.12.4.1.25Integer32read-writecurrent
acpmTotalRealPowerTable
OBJECT-TYPE
This table organizes AC power monitor total real power attributes.
1.3.6.1.4.1.3052.14.2.12.12.5not-accessiblecurrent
acpmTRPEntry
OBJECT-TYPE
Entry for AC power monitor total real power config table.
1.3.6.1.4.1.3052.14.2.12.12.5.1not-accessiblecurrent
acpmTRPIndex
OBJECT-TYPE
Which AC power monitor in the AC power monitor total real power config table.
1.3.6.1.4.1.3052.14.2.12.12.5.1.1Integer32 (1..6)read-onlycurrent
acpmTRPEnable
OBJECT-TYPE
Enable AC power monitor total real power events.
1.3.6.1.4.1.3052.14.2.12.12.5.1.2DisplayStringread-writecurrent
acpmTRPDeadband
OBJECT-TYPE
Deadband (hysteresis) for total real power event. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.12.5.1.3DisplayStringread-writecurrent
acpmTRPVHighValue
OBJECT-TYPE
Very high event threshold. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.12.5.1.4DisplayStringread-writecurrent
acpmTRPVHighActions
OBJECT-TYPE
Very high event actions.
1.3.6.1.4.1.3052.14.2.12.12.5.1.5DisplayStringread-writecurrent
acpmTRPVHighTrapNum
OBJECT-TYPE
Very high event trap number.
1.3.6.1.4.1.3052.14.2.12.12.5.1.6Integer32 (523..1199)read-writecurrent
acpmTRPVHighClass
OBJECT-TYPE
Very high event class.
1.3.6.1.4.1.3052.14.2.12.12.5.1.7DisplayStringread-writecurrent
acpmTRPHighValue
OBJECT-TYPE
High event threshold. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.12.5.1.8DisplayStringread-writecurrent
acpmTRPHighActions
OBJECT-TYPE
High event actions.
1.3.6.1.4.1.3052.14.2.12.12.5.1.9DisplayStringread-writecurrent
acpmTRPHighTrapNum
OBJECT-TYPE
High event trap number.
1.3.6.1.4.1.3052.14.2.12.12.5.1.10Integer32 (523..1199)read-writecurrent
acpmTRPHighClass
OBJECT-TYPE
High event class.
1.3.6.1.4.1.3052.14.2.12.12.5.1.11DisplayStringread-writecurrent
acpmTRPNormalActions
OBJECT-TYPE
Return to normal actions.
1.3.6.1.4.1.3052.14.2.12.12.5.1.12DisplayStringread-writecurrent
acpmTRPNormalTrapNum
OBJECT-TYPE
Return to normal trap number.
1.3.6.1.4.1.3052.14.2.12.12.5.1.13Integer32 (523..1199)read-writecurrent
acpmTRPNormalClass
OBJECT-TYPE
Return to normal class.
1.3.6.1.4.1.3052.14.2.12.12.5.1.14DisplayStringread-writecurrent
acpmTRPLowValue
OBJECT-TYPE
Low event threshold. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.12.5.1.15DisplayStringread-writecurrent
acpmTRPLowActions
OBJECT-TYPE
Low event actions.
1.3.6.1.4.1.3052.14.2.12.12.5.1.16DisplayStringread-writecurrent
acpmTRPLowTrapNum
OBJECT-TYPE
Low event trap number.
1.3.6.1.4.1.3052.14.2.12.12.5.1.17Integer32 (523..1199)read-writecurrent
acpmTRPLowClass
OBJECT-TYPE
Low event class.
1.3.6.1.4.1.3052.14.2.12.12.5.1.18DisplayStringread-writecurrent
acpmTRPVLowValue
OBJECT-TYPE
Very low event threshold. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.12.5.1.19DisplayStringread-writecurrent
acpmTRPVLowActions
OBJECT-TYPE
Very low event actions.
1.3.6.1.4.1.3052.14.2.12.12.5.1.20DisplayStringread-writecurrent
acpmTRPVLowTrapNum
OBJECT-TYPE
Very low event trap number.
1.3.6.1.4.1.3052.14.2.12.12.5.1.21Integer32 (523..1199)read-writecurrent
acpmTRPVLowClass
OBJECT-TYPE
Very low event class.
1.3.6.1.4.1.3052.14.2.12.12.5.1.22DisplayStringread-writecurrent
acpmTRPSysrepEnable
OBJECT-TYPE
System reporting enable for total real power telemetry.
1.3.6.1.4.1.3052.14.2.12.12.5.1.23DisplayStringread-writecurrent
acpmTRPSysrepThreshold
OBJECT-TYPE
System reporting threshold for total real power telemetry. This is a floating point value.
1.3.6.1.4.1.3052.14.2.12.12.5.1.24DisplayStringread-writecurrent
acpmTRPSysrepLimit
OBJECT-TYPE
System reporting limit for total real power telemetry.
1.3.6.1.4.1.3052.14.2.12.12.5.1.25Integer32read-writecurrent
acpmDisconnectTable
OBJECT-TYPE
This table organizes AC power monitor device disconnect event attributes.
1.3.6.1.4.1.3052.14.2.12.12.6not-accessiblecurrent
acpmDisconnectEntry
OBJECT-TYPE
Entry for AC power monitor device disconnect event config table.
1.3.6.1.4.1.3052.14.2.12.12.6.1not-accessiblecurrent
acpmDisconnectIndex
OBJECT-TYPE
Which AC power monitor in the AC power monitor device disconnect event config table.
1.3.6.1.4.1.3052.14.2.12.12.6.1.1Integer32 (1..6)read-onlycurrent
acpmDisconnectEnable
OBJECT-TYPE
Enable AC power monitor device disconnect event.
1.3.6.1.4.1.3052.14.2.12.12.6.1.2DisplayStringread-writecurrent
acpmDisconnectActions
OBJECT-TYPE
Actions for disconnect event.
1.3.6.1.4.1.3052.14.2.12.12.6.1.3DisplayStringread-writecurrent
acpmDisconnectTrapNum
OBJECT-TYPE
Trap number for disconnect event.
1.3.6.1.4.1.3052.14.2.12.12.6.1.4Integer32 (524..1199)read-writecurrent
acpmDisconnectClass
OBJECT-TYPE
Class for disconnect event.
1.3.6.1.4.1.3052.14.2.12.12.6.1.5DisplayStringread-writecurrent
acpmDisconnectNormalActions
OBJECT-TYPE
Actions for disconnect return to normal event.
1.3.6.1.4.1.3052.14.2.12.12.6.1.6DisplayStringread-writecurrent
acpmDisconnectNormalTrapNum
OBJECT-TYPE
Trap number for disconnect return to normal event.
1.3.6.1.4.1.3052.14.2.12.12.6.1.7Integer32 (524..1199)read-writecurrent
acpmDisconnectNormalClass
OBJECT-TYPE
Class for disconnect return to normal event.
1.3.6.1.4.1.3052.14.2.12.12.6.1.8DisplayStringread-writecurrent
acpmTotalPowerFactorTable
OBJECT-TYPE
This table organizes AC power monitor device total power factor event attributes.
1.3.6.1.4.1.3052.14.2.12.12.7not-accessiblecurrent
acpmTPFEntry
OBJECT-TYPE
Entry for AC power monitor device total power factor event config table.
1.3.6.1.4.1.3052.14.2.12.12.7.1not-accessiblecurrent
acpmTPFIndex
OBJECT-TYPE
Which AC power monitor in the AC power monitor device disconnect event config table.
1.3.6.1.4.1.3052.14.2.12.12.7.1.1Integer32 (1..6)read-onlycurrent
acpmTPFEnable
OBJECT-TYPE
Enable AC power monitor device disconnect event.
1.3.6.1.4.1.3052.14.2.12.12.7.1.2DisplayStringread-writecurrent
acpmTPFDeadband
OBJECT-TYPE
Deadband (hysteresis).
1.3.6.1.4.1.3052.14.2.12.12.7.1.3DisplayStringread-writecurrent
acpmTPFNormalActions
OBJECT-TYPE
Normal actions.
1.3.6.1.4.1.3052.14.2.12.12.7.1.4DisplayStringread-writecurrent
acpmTPFNormalTrapNum
OBJECT-TYPE
Normal trap number.
1.3.6.1.4.1.3052.14.2.12.12.7.1.5Integer32read-writecurrent
acpmTPFNormalClass
OBJECT-TYPE
Normal class.
1.3.6.1.4.1.3052.14.2.12.12.7.1.6DisplayStringread-writecurrent
acpmTPFLowValue
OBJECT-TYPE
Low threshold.
1.3.6.1.4.1.3052.14.2.12.12.7.1.7DisplayStringread-writecurrent
acpmTPFLowActions
OBJECT-TYPE
Low actions.
1.3.6.1.4.1.3052.14.2.12.12.7.1.8DisplayStringread-writecurrent
acpmTPFLowTrapNum
OBJECT-TYPE
Low trap number.
1.3.6.1.4.1.3052.14.2.12.12.7.1.9Integer32read-writecurrent
acpmTPFLowClass
OBJECT-TYPE
Low class.
1.3.6.1.4.1.3052.14.2.12.12.7.1.10DisplayStringread-writecurrent
acpmTPFVLowValue
OBJECT-TYPE
Very Low threshold.
1.3.6.1.4.1.3052.14.2.12.12.7.1.11DisplayStringread-writecurrent
acpmTPFVLowActions
OBJECT-TYPE
Very Low actions.
1.3.6.1.4.1.3052.14.2.12.12.7.1.12DisplayStringread-writecurrent
acpmTPFVLowTrapNum
OBJECT-TYPE
Very Low trap number.
1.3.6.1.4.1.3052.14.2.12.12.7.1.13Integer32read-writecurrent
acpmTPFVLowClass
OBJECT-TYPE
Very Low class.
1.3.6.1.4.1.3052.14.2.12.12.7.1.14DisplayStringread-writecurrent
acpmTPFSysrepEnable
OBJECT-TYPE
System reporting enable.
1.3.6.1.4.1.3052.14.2.12.12.7.1.15DisplayStringread-writecurrent
acpmTPFSysrepThreshold
OBJECT-TYPE
System reporting threshold.
1.3.6.1.4.1.3052.14.2.12.12.7.1.16DisplayStringread-writecurrent
acpmTPFSysrepLimit
OBJECT-TYPE
System reporting limit.
1.3.6.1.4.1.3052.14.2.12.12.7.1.17Integer32read-writecurrent
evReset
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.12.16
evResetEnable
OBJECT-TYPE
Enable/disable reset event. This event is triggered when the unit finishes booting.
1.3.6.1.4.1.3052.14.2.12.16.1DisplayStringread-writecurrent
evResetDelay
OBJECT-TYPE
Number of seconds to wait after unit finishes booting before triggering the reset event.
1.3.6.1.4.1.3052.14.2.12.16.2Integer32 (0..3600)read-writecurrent
evResetActions
OBJECT-TYPE
Actions for reset event.
1.3.6.1.4.1.3052.14.2.12.16.3DisplayStringread-writecurrent
evResetMessage
OBJECT-TYPE
Message for reset event.
1.3.6.1.4.1.3052.14.2.12.16.4DisplayStringread-writecurrent
evResetTrapnum
OBJECT-TYPE
Trap number for reset event.
1.3.6.1.4.1.3052.14.2.12.16.5Integer32 (543..1199)read-writecurrent
evResetClass
OBJECT-TYPE
Class (severity) for reset event.
1.3.6.1.4.1.3052.14.2.12.16.6DisplayStringread-writecurrent
action
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.14
actionCallNumberTable
OBJECT-TYPE
Table of phone numbers to dial for modem actions
1.3.6.1.4.1.3052.14.2.14.1not-accessiblecurrent
actionCallNumberEntry
OBJECT-TYPE
Entry for table of phone numbers to dial for modem actions
1.3.6.1.4.1.3052.14.2.14.1.1not-accessiblecurrent
actionCallNumberIndex
OBJECT-TYPE
Index for table of phone numbers to dial for modem actions
1.3.6.1.4.1.3052.14.2.14.1.1.1Integer32 (1..4)read-onlycurrent
actionCallNumber
OBJECT-TYPE
The number to dial for this action slot
1.3.6.1.4.1.3052.14.2.14.1.1.2DisplayStringread-writecurrent
actionPagerTable
OBJECT-TYPE
Table of pager configurations
1.3.6.1.4.1.3052.14.2.14.2not-accessiblecurrent
actionPagerEntry
OBJECT-TYPE
Entry for table of pager configurations
1.3.6.1.4.1.3052.14.2.14.2.1not-accessiblecurrent
actionPagerIndex
OBJECT-TYPE
index for table of pager configurations
1.3.6.1.4.1.3052.14.2.14.2.1.1Integer32 (1..4)read-onlycurrent
actionPagerType
OBJECT-TYPE
type of this pager configuration
1.3.6.1.4.1.3052.14.2.14.2.1.2DisplayStringread-writecurrent
actionPagerNumber
OBJECT-TYPE
phone number to dial for this pager configuration
1.3.6.1.4.1.3052.14.2.14.2.1.3DisplayStringread-writecurrent
actionPagerID
OBJECT-TYPE
ID to use for this pager configuration
1.3.6.1.4.1.3052.14.2.14.2.1.4DisplayStringread-writecurrent
actionPagerMessage
OBJECT-TYPE
message to use for this pager configuration
1.3.6.1.4.1.3052.14.2.14.2.1.5DisplayStringread-writecurrent
actionPagerPostCalloutDelay
OBJECT-TYPE
Seconds to wait after dialing before sending ID
1.3.6.1.4.1.3052.14.2.14.2.1.6Integer32 (0..255)read-writecurrent
actionPagerPostIDDelay
OBJECT-TYPE
Seconds to wait after sending ID to send message
1.3.6.1.4.1.3052.14.2.14.2.1.7Integer32 (0..255)read-writecurrent
actionSched
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.14.3
actionSchedEnable
OBJECT-TYPE
ON/OFF enable action schedule
1.3.6.1.4.1.3052.14.2.14.3.1DisplayStringread-writecurrent
actionSchedBegin
OBJECT-TYPE
action schedule begin time (HH:MM)
1.3.6.1.4.1.3052.14.2.14.3.2DisplayStringread-writecurrent
actionSchedEnd
OBJECT-TYPE
action schedule end time (HH:MM)
1.3.6.1.4.1.3052.14.2.14.3.3DisplayStringread-writecurrent
actionSchedWeekdaysOnly
OBJECT-TYPE
ON/OFF whether the action schedule applies to weekdays only (ON) or all days (OFF)
1.3.6.1.4.1.3052.14.2.14.3.4DisplayStringread-writecurrent
actionAsentria
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.14.4
actionAsentriaRequireAck
OBJECT-TYPE
ON/OFF Asentria action requires an ack from the receiver
1.3.6.1.4.1.3052.14.2.14.4.1DisplayStringread-writecurrent
actionAsentriaVersion
OBJECT-TYPE
version 1.0 or 1.1
1.3.6.1.4.1.3052.14.2.14.4.2DisplayStringread-writecurrent
actionAsentriaTCPPort
OBJECT-TYPE
TCP port used for TCP-based Asentria alarms
1.3.6.1.4.1.3052.14.2.14.4.3Integer32read-writecurrent
actionHostTable
OBJECT-TYPE
Table of network hosts to use for network-based actions
1.3.6.1.4.1.3052.14.2.14.6not-accessiblecurrent
actionHostEntry
OBJECT-TYPE
Entry for table of network hosts to use for network-based actions
1.3.6.1.4.1.3052.14.2.14.6.1not-accessiblecurrent
actionHostIndex
OBJECT-TYPE
Index for table of network hosts to use for network-based actions
1.3.6.1.4.1.3052.14.2.14.6.1.1Integer32 (1..6)read-onlycurrent
actionHost
OBJECT-TYPE
Hostname/IP address used as destination for network-based action (e.g., trap)
1.3.6.1.4.1.3052.14.2.14.6.1.2DisplayStringread-writecurrent
actionEmailTable
OBJECT-TYPE
Table of email addresses to use for email actions
1.3.6.1.4.1.3052.14.2.14.7not-accessiblecurrent
actionEmailEntry
OBJECT-TYPE
Entry for table of email addresses to use for email actions
1.3.6.1.4.1.3052.14.2.14.7.1not-accessiblecurrent
actionEmailIndex
OBJECT-TYPE
Index for table of email addresses to use for email actions
1.3.6.1.4.1.3052.14.2.14.7.1.1Integer32 (1..6)read-onlycurrent
actionEmail
OBJECT-TYPE
email address
1.3.6.1.4.1.3052.14.2.14.7.1.2DisplayStringread-writecurrent
actionParseError
OBJECT-TYPE
When a user attempts to configure an invalid action setting/ object, this object says why it was invalid.
1.3.6.1.4.1.3052.14.2.14.8DisplayStringread-onlycurrent
sys
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.16
sysTime
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.16.1
sysTimeAutoDST
OBJECT-TYPE
ON/OFF automatically adjust for Daylight Savings Time
1.3.6.1.4.1.3052.14.2.16.1.1DisplayStringread-writecurrent
sysTimeGMTOffset
OBJECT-TYPE
Absolute value of offset (hours) from GMT of the timezone
1.3.6.1.4.1.3052.14.2.16.1.2Integer32read-writecurrent
sysTimeGMTDirection
OBJECT-TYPE
Direction (AHEAD/BEHIND) of timezone relative to GMT
1.3.6.1.4.1.3052.14.2.16.1.3DisplayStringread-writecurrent
sysTimeNet
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.16.1.4
sysTimeNetEnable
OBJECT-TYPE
Network time mode
1.3.6.1.4.1.3052.14.2.16.1.4.1DisplayStringread-writecurrent
sysTimeNetHostTable
OBJECT-TYPE
Table of hosts to use for network time services
1.3.6.1.4.1.3052.14.2.16.1.4.2not-accessiblecurrent
sysTimeNetHostEntry
OBJECT-TYPE
Entry for table of hosts to use for network time services
1.3.6.1.4.1.3052.14.2.16.1.4.2.1not-accessiblecurrent
sysTimeNetHostIndex
OBJECT-TYPE
Index for table of hosts to use for network time services
1.3.6.1.4.1.3052.14.2.16.1.4.2.1.1Integer32 (1..6)read-onlycurrent
sysTimeNetHost
OBJECT-TYPE
host to use for network time services
1.3.6.1.4.1.3052.14.2.16.1.4.2.1.2DisplayStringread-writecurrent
sysPT
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.16.2
sysPTTimeout
OBJECT-TYPE
Timeout (minutes) of inactivity after which a pass-through session is terminated (0 means it never terminates)
1.3.6.1.4.1.3052.14.2.16.2.1Integer32read-writecurrent
sysPTEndPause
OBJECT-TYPE
number of 16ths of a second between escape characters received on pass-through origin IO handle that are reuired for the escape characters to register as pass-through escape characters in the pass-through escape sequence. Set to 0 to make the escape character register as part of the pass- through escape sequence without requiring a pause.
1.3.6.1.4.1.3052.14.2.16.2.2Integer32read-writecurrent
sysPTJoinable
OBJECT-TYPE
Enable joinable pass-through sessions.
1.3.6.1.4.1.3052.14.2.16.2.3DisplayStringread-writecurrent
sysMTU
OBJECT-TYPE
Maximum transfer unit for ethernet interfaces
1.3.6.1.4.1.3052.14.2.16.3Integer32read-writecurrent
sysAnswerString
OBJECT-TYPE
String displayed upon login
1.3.6.1.4.1.3052.14.2.16.4DisplayStringread-writecurrent
sysEventFileID
OBJECT-TYPE
ID string for events file
1.3.6.1.4.1.3052.14.2.16.6DisplayStringread-writecurrent
sysEscapeCharacter
OBJECT-TYPE
Decimal ASCII code of the system escape character
1.3.6.1.4.1.3052.14.2.16.7Integer32read-writecurrent
sysTimeStamp
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.16.8
sysTimeStampTimeFormat
OBJECT-TYPE
Format of time stamp: HH:MM,HH:MM:SS,BLANK
1.3.6.1.4.1.3052.14.2.16.8.1DisplayStringread-writecurrent
sysTimeStampDateFormat
OBJECT-TYPE
Format of date stamp: MM/DD,MM/DD/YY,MM/DD/YYYY,BLANK
1.3.6.1.4.1.3052.14.2.16.8.2DisplayStringread-writecurrent
sysTimeStampSpaceAfter
OBJECT-TYPE
ON/OFF Inlude a space after timestamp
1.3.6.1.4.1.3052.14.2.16.8.3DisplayStringread-writecurrent
sysLog
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.16.9
sysLogMode
OBJECT-TYPE
Syslog mode: disabled, emit UDP (REMOTE), save in a rotating file set (FILE), or emit on a listening socket (SERVER)
1.3.6.1.4.1.3052.14.2.16.9.1DisplayStringread-writecurrent
sysLoghost
OBJECT-TYPE
Syslog host: destination machine when syslog mode is REMOTE
1.3.6.1.4.1.3052.14.2.16.9.2DisplayStringread-writecurrent
sysLogFilter
OBJECT-TYPE
String describing what functions place data in the syslog
1.3.6.1.4.1.3052.14.2.16.9.3DisplayStringread-writecurrent
sysLogFileSize
OBJECT-TYPE
Size (in KB) of syslog files (when syslog mode is SERVER or FILE)
1.3.6.1.4.1.3052.14.2.16.9.4Integer32read-writecurrent
sysLogFileCount
OBJECT-TYPE
Number of files in syslog file set (when syslog mode is SERVER or FILE)
1.3.6.1.4.1.3052.14.2.16.9.5Integer32read-writecurrent
sysLogListenPort
OBJECT-TYPE
TCP port on which the unit listens for a connection on which syslog data is dumped (when syslog mode is SERVER)
1.3.6.1.4.1.3052.14.2.16.9.6Integer32read-writecurrent
sysCRDB
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.16.10
sysCRDBCapacity
OBJECT-TYPE
Capacity of Call Record Database (in KB)
1.3.6.1.4.1.3052.14.2.16.10.1Integer32read-onlycurrent
sysCRDBPercentFull
OBJECT-TYPE
Percent of the CRDB used
1.3.6.1.4.1.3052.14.2.16.10.2Integer32read-onlycurrent
sysCRDBFileIDTable
OBJECT-TYPE
Table of CRDB file IDs
1.3.6.1.4.1.3052.14.2.16.10.3not-accessiblecurrent
sysCRDBFileIDEntry
OBJECT-TYPE
Entry for table of CRDB file IDs
1.3.6.1.4.1.3052.14.2.16.10.3.1not-accessiblecurrent
sysCRDBFileIDIndex
OBJECT-TYPE
Index for table of CRDB file IDs
1.3.6.1.4.1.3052.14.2.16.10.3.1.1Integer32 (1..16)read-onlycurrent
sysCRDBFileID
OBJECT-TYPE
ID of CRDB file for this port-associated file x
1.3.6.1.4.1.3052.14.2.16.10.3.1.2DisplayStringread-writecurrent
sysCRDBFileEnforceMinTable
OBJECT-TYPE
Table of CRDB file minimum size enforcement settings
1.3.6.1.4.1.3052.14.2.16.10.4not-accessiblecurrent
sysCRDBFileEnforceMinEntry
OBJECT-TYPE
Entry for table of CRDB file minimum size enforcement settings
1.3.6.1.4.1.3052.14.2.16.10.4.1not-accessiblecurrent
sysCRDBFileEnforceMinIndex
OBJECT-TYPE
Index for table of CRDB file minimum size enforcement settings
1.3.6.1.4.1.3052.14.2.16.10.4.1.1Integer32 (1..24)read-onlycurrent
sysCRDBFileEnforceMin
OBJECT-TYPE
ON/OFF: enforce minimum size for this CRDB file x
1.3.6.1.4.1.3052.14.2.16.10.4.1.2DisplayStringread-writecurrent
sysCharMask
OBJECT-TYPE
Character mask used for ignoring certain characters on serial ports when assembling data records (when port mode is ASCII)
1.3.6.1.4.1.3052.14.2.16.11OCTET STRINGread-writecurrent
sysPrompt
OBJECT-TYPE
Prompt to use in a commnand session
1.3.6.1.4.1.3052.14.2.16.12DisplayStringread-writecurrent
sysBootStatus
OBJECT-TYPE
String describing the boot status of the unit (Booted OK/ still booting
1.3.6.1.4.1.3052.14.2.16.13DisplayStringread-onlycurrent
sysLoc
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.16.14
sysLocLatitude
OBJECT-TYPE
Latitude portion of geographic coordinates as string
1.3.6.1.4.1.3052.14.2.16.14.1DisplayStringread-writecurrent
sysLocLongitude
OBJECT-TYPE
Longitude portion of geographic coordinates as string
1.3.6.1.4.1.3052.14.2.16.14.2DisplayStringread-writecurrent
sysLocXOffset
OBJECT-TYPE
X-offset portion of geographic coordinates as string
1.3.6.1.4.1.3052.14.2.16.14.3DisplayStringread-writecurrent
sysLocYOffset
OBJECT-TYPE
Y offset portion of geographic coordinates as string
1.3.6.1.4.1.3052.14.2.16.14.4DisplayStringread-writecurrent
sysLocAngle
OBJECT-TYPE
Angle portion of geographic coordinates as string
1.3.6.1.4.1.3052.14.2.16.14.5DisplayStringread-writecurrent
sysLocAltitude
OBJECT-TYPE
Altitude portion of geographic coordinates as string
1.3.6.1.4.1.3052.14.2.16.14.6DisplayStringread-writecurrent
sysAssetMgmt
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.16.15
sysAMManufacturer
OBJECT-TYPE
Device manufacturer
1.3.6.1.4.1.3052.14.2.16.15.1DisplayStringread-onlycurrent
sysAMProduct
OBJECT-TYPE
Device product description (i.e., model or model number)
1.3.6.1.4.1.3052.14.2.16.15.2DisplayStringread-onlycurrent
sysAMSerialNumber
OBJECT-TYPE
Manufacturer serial number for device
1.3.6.1.4.1.3052.14.2.16.15.3DisplayStringread-onlycurrent
sysAMHardwareOptions
OBJECT-TYPE
Hardware options currently installed on device
1.3.6.1.4.1.3052.14.2.16.15.4DisplayStringread-onlycurrent
sysAMSoftwareVersion
OBJECT-TYPE
Currently-running software version on device
1.3.6.1.4.1.3052.14.2.16.15.5DisplayStringread-onlycurrent
sysAMSiteName
OBJECT-TYPE
Site Name of device (user definable, also known as the siteName object under the productIds branch.
1.3.6.1.4.1.3052.14.2.16.15.6DisplayStringread-writecurrent
sysFileTransfer
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.16.17
sysFileTransferStatus
OBJECT-TYPE
Start/cancel file transfer, or check transfer status. To start, set this object to 'start'. To cancel, set this object to 'cancel'. To check status, get the object
1.3.6.1.4.1.3052.14.2.16.17.1DisplayStringread-writecurrent
sysFileTransferURL
OBJECT-TYPE
URL (describing protocol, host, directory, and file) on which file transfer function operates.
1.3.6.1.4.1.3052.14.2.16.17.2DisplayStringread-writecurrent
sysFileTransferUsername
OBJECT-TYPE
Username for user account at the resource specified by sysFileTransferURL.
1.3.6.1.4.1.3052.14.2.16.17.3DisplayStringread-writecurrent
sysFileTransferPassword
OBJECT-TYPE
Password for user account at the resource specified by sysFileTransferURL.
1.3.6.1.4.1.3052.14.2.16.17.4DisplayStringread-writecurrent
sysUpdate
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.16.18
sysUpdateStatus
OBJECT-TYPE
Check time/result of last update attempt.
1.3.6.1.4.1.3052.14.2.16.18.1DisplayStringread-onlycurrent
auditLog
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.17
auditLogEnable
OBJECT-TYPE
ON/OFF enable audit log
1.3.6.1.4.1.3052.14.2.17.1DisplayStringread-writecurrent
auditLogStoreResets
OBJECT-TYPE
ON/OFF audit log stores when the unit resets
1.3.6.1.4.1.3052.14.2.17.2DisplayStringread-writecurrent
auditLogStoreCommands
OBJECT-TYPE
ON/OFF audit log stores commands entered in a command session
1.3.6.1.4.1.3052.14.2.17.3DisplayStringread-writecurrent
auditLogStoreOutputs
OBJECT-TYPE
ON/OFF audit log stores output (relay output and power output) activity
1.3.6.1.4.1.3052.14.2.17.4DisplayStringread-writecurrent
auditLogStoreAlarmActions
OBJECT-TYPE
ON/OFF audit log stores action delivery activity
1.3.6.1.4.1.3052.14.2.17.5DisplayStringread-writecurrent
auditLogStorePwdFailures
OBJECT-TYPE
ON/OFF audit log stores when user was denied login
1.3.6.1.4.1.3052.14.2.17.6DisplayStringread-writecurrent
auditLogStoreLogins
OBJECT-TYPE
ON/OFF audit log stores when a user was allowed login
1.3.6.1.4.1.3052.14.2.17.7DisplayStringread-writecurrent
auditLogStoreSHSK
OBJECT-TYPE
ON/OFF audit log stores serial handshaking status (regardless of serial handshaking event)
1.3.6.1.4.1.3052.14.2.17.8DisplayStringread-writecurrent
auditLogStorePassthrough
OBJECT-TYPE
ON/OFF audit log stores pass-through activity
1.3.6.1.4.1.3052.14.2.17.9DisplayStringread-writecurrent
auditLogStoreInactivity
OBJECT-TYPE
ON/OFF audit log stores when sessions expire due to inactivity
1.3.6.1.4.1.3052.14.2.17.10DisplayStringread-writecurrent
auditLogStorePolling
OBJECT-TYPE
ON/OFF audit log stores CRDB polling activity
1.3.6.1.4.1.3052.14.2.17.11DisplayStringread-writecurrent
auditLogMaxSize
OBJECT-TYPE
Maximum size (in KB) of audit log
1.3.6.1.4.1.3052.14.2.17.12Integer32read-writecurrent
scripting
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.2.18
scrGlobalEnable
OBJECT-TYPE
ON/OFF enable scripting
1.3.6.1.4.1.3052.14.2.18.1DisplayStringread-writecurrent
scrDTRCtrlPortEnableTable
OBJECT-TYPE
Table of DTR control port enables
1.3.6.1.4.1.3052.14.2.18.2not-accessiblecurrent
scrDTRCtrlPortEnableEntry
OBJECT-TYPE
Entry for table of DTR control port enables
1.3.6.1.4.1.3052.14.2.18.2.1not-accessiblecurrent
scrDTRCtrlPortEnableIndex
OBJECT-TYPE
Index for table of DTR control port enables
1.3.6.1.4.1.3052.14.2.18.2.1.1Integer32 (1..16)read-onlycurrent
scrDTRCtrlPortEnable
OBJECT-TYPE
ON/OFF enable DTR control of scripting for this port
1.3.6.1.4.1.3052.14.2.18.2.1.2DisplayStringread-writecurrent
scrTable
OBJECT-TYPE
Table of scripts
1.3.6.1.4.1.3052.14.2.18.3not-accessiblecurrent
scrEntry
OBJECT-TYPE
Entry for table of scripts
1.3.6.1.4.1.3052.14.2.18.3.1not-accessiblecurrent
scrIndex
OBJECT-TYPE
Index for table of scripts
1.3.6.1.4.1.3052.14.2.18.3.1.1Integer32 (1..20)read-onlycurrent
scrEnable
OBJECT-TYPE
ON/OFF enable this script
1.3.6.1.4.1.3052.14.2.18.3.1.2DisplayStringread-writecurrent
scrName
OBJECT-TYPE
Name of this script
1.3.6.1.4.1.3052.14.2.18.3.1.3DisplayStringread-writecurrent
scrFilename
OBJECT-TYPE
Filename for this script
1.3.6.1.4.1.3052.14.2.18.3.1.4DisplayStringread-writecurrent
scrRunAlways
OBJECT-TYPE
ON/OFF: this script always runs
1.3.6.1.4.1.3052.14.2.18.3.1.5DisplayStringread-writecurrent
scrRunAtStartup
OBJECT-TYPE
ON/OFF: this script runs at startup
1.3.6.1.4.1.3052.14.2.18.3.1.6DisplayStringread-writecurrent
scrRunScheduled
OBJECT-TYPE
ON/OFF: this script runs at a certain time of day
1.3.6.1.4.1.3052.14.2.18.3.1.7DisplayStringread-writecurrent
scrScheduleTime
OBJECT-TYPE
Time of day (HH:MM) this script is scheduled to run
1.3.6.1.4.1.3052.14.2.18.3.1.8DisplayStringread-writecurrent
scrArguments
OBJECT-TYPE
Arguments for this script
1.3.6.1.4.1.3052.14.2.18.3.1.9DisplayStringread-writecurrent
scrRepeatInterval
OBJECT-TYPE
How often this script runs (minutes)
1.3.6.1.4.1.3052.14.2.18.3.1.10Integer32read-writecurrent
scrVolatileStringTable
OBJECT-TYPE
Table of volatile string settings for use in scripts.
1.3.6.1.4.1.3052.14.2.18.4not-accessiblecurrent
scrVolatileStringEntry
OBJECT-TYPE
Entry for table of volatile script string settings
1.3.6.1.4.1.3052.14.2.18.4.1not-accessiblecurrent
scrVolatileStringIndex
OBJECT-TYPE
Index for table of volatile script string settings
1.3.6.1.4.1.3052.14.2.18.4.1.1Integer32 (1..50)read-onlycurrent
scrVolatileString
OBJECT-TYPE
Volatile string for use in scripts. Use this object to cache frequently-changing string values or string values that do not need to persist through reset. This object corresponds to the scripting.vstring[] setting key branch; use those keys in scripts and you can view or change their values with this object.
1.3.6.1.4.1.3052.14.2.18.4.1.2DisplayStringread-writecurrent
scrVolatileIntTable
OBJECT-TYPE
Table of volatile integer settings for use in scripts.
1.3.6.1.4.1.3052.14.2.18.5not-accessiblecurrent
scrVolatileIntEntry
OBJECT-TYPE
Entry for table of volatile script integer settings
1.3.6.1.4.1.3052.14.2.18.5.1not-accessiblecurrent
scrVolatileIntIndex
OBJECT-TYPE
Index for table of volatile script integer settings
1.3.6.1.4.1.3052.14.2.18.5.1.1Integer32 (1..50)read-onlycurrent
scrVolatileInt
OBJECT-TYPE
Volatile integer for use in scripts. Use this object to cache frequently-changing integer values or integer values that do not need to persist through reset. This object corresponds to the scripting.vint[] setting key branch; use those keys in scripts and you can view or change their values with this object.
1.3.6.1.4.1.3052.14.2.18.5.1.2Integer32 (0..2147483647)read-writecurrent
scrNonVolatileStringTable
OBJECT-TYPE
Table of non-volatile string settings for use in scripts.
1.3.6.1.4.1.3052.14.2.18.6not-accessiblecurrent
scrNonVolatileStringEntry
OBJECT-TYPE
Entry for table of non-volatile script string settings
1.3.6.1.4.1.3052.14.2.18.6.1not-accessiblecurrent
scrNonVolatileStringIndex
OBJECT-TYPE
Index for table of non-volatile script string settings
1.3.6.1.4.1.3052.14.2.18.6.1.1Integer32 (1..50)read-onlycurrent
scrNonVolatileString
OBJECT-TYPE
Non-volatile string for use in scripts. Use this object to store values that need to persist through reset. This object corresponds to the scripting.nvstring[] setting key branch; use those keys in scripts and you can view or change their values with this object. Note: to store frequently- changing integers, use the scrVolatileString object, otherwise your scripts may cause unnecessary wear of the non-volatile storage medium on the unit.
1.3.6.1.4.1.3052.14.2.18.6.1.2DisplayStringread-writecurrent
scrNonVolatileIntTable
OBJECT-TYPE
Table of non-volatile integer settings for use in scripts.
1.3.6.1.4.1.3052.14.2.18.7not-accessiblecurrent
scrNonVolatileIntEntry
OBJECT-TYPE
Entry for table of non-volatile script integer settings
1.3.6.1.4.1.3052.14.2.18.7.1not-accessiblecurrent
scrNonVolatileIntIndex
OBJECT-TYPE
Index for table of non-volatile script integer settings
1.3.6.1.4.1.3052.14.2.18.7.1.1Integer32 (1..50)read-onlycurrent
scrNonVolatileInt
OBJECT-TYPE
Non-volatile integer for use in scripts. Use this object to store integer values that need to persist through reset. This object corresponds to the scripting.nvint[] setting key branch; use those keys in scripts and you can view or change their values with this object. Note: to store frequently- changing integers, use the scrVolatileInt object, otherwise your scripts may cause unnecessary wear of the non-volatile storage medium on the unit.
1.3.6.1.4.1.3052.14.2.18.7.1.2Integer32 (0..2147483647)read-writecurrent
productIds
OBJECT-IDENTITY
1.3.6.1.4.1.3052.14.3
siteName
OBJECT-TYPE
Site Name string; Max 40 characters.
1.3.6.1.4.1.3052.14.3.1DisplayStringread-onlycurrent
thisProduct
OBJECT-TYPE
This is a factory configured string for the product name.
1.3.6.1.4.1.3052.14.3.2DisplayStringread-onlycurrent
stockTrapString
OBJECT-TYPE
The message defined for the event that triggers a trap.
1.3.6.1.4.1.3052.14.3.3DisplayStringread-onlycurrent
trapEventTypeNumber
OBJECT-TYPE
The user-defined trap variable for the type of event that happened. Definitions: 4 Scheduled 7 Serial Handshaking Low 8 Serial Handshaking High 10 Contact Closure Active 11 Contact Closure Inactive 12 Temperature High 13 Temperature Very High 14 Temperature Low 15 Temperature Very Low 16 Temperature Return to Normal 17 Humidity High 18 Humidity Very High 19 Humidity Low 20 Humidity Very Low 21 Humidity Return to Normal 26 Analog High 27 Analog Very High 28 Analog Low 29 Analog Very Low 30 Analog Normal 40 EventSensor Unresponsive 41 Custom 42 CPE Down 44 CPE Normal 47 Power Distribution 49 Fuel Sensor Disconnect 50 Fuel Sensor Disconnect Return to Normal 52 AISG Device Alarm 53 AISG Device Alarm Return to Normal 54 AISG Device Unresponsive 55 AISG Device Unresponsive Return to Normal 56 Fuel Sensor 57 AC Power Monitor Average Voltage Very Low 58 AC Power Monitor Average Voltage Low 59 AC Power Monitor Average Voltage Return to Normal 60 AC Power Monitor Average Voltage High 61 AC Power Monitor Average Voltage Very High 62 AC Power Monitor Average Current Very Low 63 AC Power Monitor Average Current Low 64 AC Power Monitor Average Current Return to Normal 65 AC Power Monitor Average Current High 66 AC Power Monitor Average Current Very High 67 AC Power Monitor Frequency Very Low 68 AC Power Monitor Frequency Low 69 AC Power Monitor Frequency Return to Normal 70 AC Power Monitor Frequency High 71 AC Power Monitor Frequency Very High 72 AC Power Monitor Total Real Power Very Low 73 AC Power Monitor Total Real Power Low 74 AC Power Monitor Total Real Power Return to Normal 75 AC Power Monitor Total Real Power High 76 AC Power Monitor Total Real Power Very High 77 AC Power Monitor Disconnect 78 AC Power Monitor Disconnect Return to Normal 79 Load Shedding Started 80 Load Shedding Ended 81 Fuel Sensor Volume Sudden Change 82 Fuel Sensor Volume Slow Change 83 CPE Down Reminder 84 AC Power Monitor Total Power Factor Very Low 85 AC Power Monitor Total Power Factor Low 86 AC Power Monitor Total Power Factor Return to Normal 100 Contact Closure Active Reminder 101 Temperature High Reminder 102 Temperature High Very Reminder 103 Temperature Low Reminder 104 Temperature Very Low Reminder 105 Humidity High Reminder 106 Humidity Very High Reminder 107 Humidity Low Reminder 108 Humidity Very Low Reminder 109 Analog High Reminder 110 Analog Very High Reminder 111 Analog Low Reminder 112 Analog Very Low Reminder 130 Relay Output Active 131 Relay Output Inactive 132 Power Output On 133 Power Output Off 164 Reset 166 Fuel Sensor Levels Auto Adjust
1.3.6.1.4.1.3052.14.3.4Integer32read-onlycurrent
trapEventTypeName
OBJECT-TYPE
The user-defined trap variable for the string corresponding to the event type.
1.3.6.1.4.1.3052.14.3.5DisplayStringread-onlycurrent
trapIncludedValue
OBJECT-TYPE
The user-defined trap variable for the generic included value.
1.3.6.1.4.1.3052.14.3.6Integer32 (-2147483648..2147483647)read-onlycurrent
trapIncludedString
OBJECT-TYPE
The user-defined trap variable for the generic included string.
1.3.6.1.4.1.3052.14.3.7DisplayStringread-onlycurrent
trapTypeString
OBJECT-TYPE
The cause of the trap, added for DL880 compatibility.
1.3.6.1.4.1.3052.14.3.8DisplayStringread-onlycurrent
trapEventClassNumber
OBJECT-TYPE
The user-defined trap variable for the configurable class number associated with the triggering event.
1.3.6.1.4.1.3052.14.3.9Integer32read-onlycurrent
trapEventClassName
OBJECT-TYPE
The user-defined trap variable for the configurable class name associated with the class number.
1.3.6.1.4.1.3052.14.3.10DisplayStringread-onlycurrent
keyInterface
OBJECT-TYPE
This object represents a setting key interface. When setting this object, the value to set is the 'sk' command you would enter on the command line (without the 'sk'). To get the result of the operation, read this object after you write it. For example, to configure EventSensor 1 contact closure 34 event actions to be an SNMP InformRequest to host foo, set this object to: 'event.sensor[1].cc[34].eventactions=inform(foo)'. The SNMP response is the result of the operation: if setting that key to that value was a success then the SNMP response will be a success and the response value will be what you had set. If you subsequently read this object then you will see a message 'OK: ...'. If setting that key to that value failed then the SNMP response will be a failure (a badValue response). If you subsequently read this object then the value returned is the reason that setting that key to that value failed. For another example, to read user 3's pass-through access for port 7, set this object to: 'sec.user[3].port[7].ptaccess'. The SNMP response is the result of the operation: if reading that key is a success then the SNMP response will be a success and the response value will be what you had SET (i.e., the opertion of reading a key, which is just the key itself with no '=' operator, and this is not the key value you want to read). If you subsequently read this object then the value returned is the value of the key you want to read. If reading that key failed (e.g., if the key is invalid) then the SNMP response to your SNMP set operation (the value you set being the invalid key to read) will be a failure (a badValue response). If you subsequently read this object then the value returned is the reason that reading that key failed (i.e., 'invalid key').
1.3.6.1.4.1.3052.14.4DisplayStringread-writecurrent

Notifications

NameOIDStatus
s571StockContactClosureTrap
NOTIFICATION-TYPE
A stock contact closure trap is issued when a contact closure event happens.
1.3.6.1.4.1.3052.14.110current
s571StockTempTrap
NOTIFICATION-TYPE
A stock temperature trap is issued when a temperature event happens.
1.3.6.1.4.1.3052.14.120current
s571StockHumidityTrap
NOTIFICATION-TYPE
A stock humidity trap is issued when a humidity event happens.
1.3.6.1.4.1.3052.14.130current
s571StockAnalogTrap
NOTIFICATION-TYPE
A stock analog trap is issued when an analog sensor event happens.
1.3.6.1.4.1.3052.14.140current
s571StockOutputTrap
NOTIFICATION-TYPE
A stock output trap is issued when an output event happens. That is, depending on the configuration, when an output changes state for any reason, this trap will be sent.
1.3.6.1.4.1.3052.14.150current
s571StockPDCurrentTrap
NOTIFICATION-TYPE
A stock analog trap is issued when a power distribution current event happens.
1.3.6.1.4.1.3052.14.180current
s571StockPDVoltageTrap
NOTIFICATION-TYPE
A stock analog trap is issued when a power distribution voltage event happens.
1.3.6.1.4.1.3052.14.190current
s571StockPDFuseTrap
NOTIFICATION-TYPE
A stock analog trap is issued when a power distribution fuse event happens.
1.3.6.1.4.1.3052.14.210current
s571StockDataAlarmTrap
NOTIFICATION-TYPE
The stock data alarm trap is issued when a data alarm happens.
1.3.6.1.4.1.3052.14.503current
s571StockNoDataAlarmTrap
NOTIFICATION-TYPE
The stock no-data alarm trap is issued when the unit has received no data for a configured interval within a configured schedule.
1.3.6.1.4.1.3052.14.505current
s571StockSchedTrap
NOTIFICATION-TYPE
The stock scheduled alarm trap is issued when the current time reaches the scheduled alarm time.
1.3.6.1.4.1.3052.14.506current
s571StockImmediateTrap
NOTIFICATION-TYPE
The stock immediate alarm trap is issued when the user enters the DOTRAP command.
1.3.6.1.4.1.3052.14.507current
s571StockCTSTrap
NOTIFICATION-TYPE
A stock CTS trap is issued when an RS-232 CTS event happens.
1.3.6.1.4.1.3052.14.510current
s571CPEDownTrap
NOTIFICATION-TYPE
A stock CPE Down trap is issued when a CPE Down event happens.
1.3.6.1.4.1.3052.14.511current
s571FuelSensorDisconnectTrap
NOTIFICATION-TYPE
A stock Fuel Sensor Disconnect trap is issued when a Fuel Sensor Disconnect or Connect (Return to Normal) event happens.
1.3.6.1.4.1.3052.14.515current
s571FuelSensorVolumeTrap
NOTIFICATION-TYPE
A stock Fuel Sensor Volume trap is issued when a Fuel Sensor Volume event happens
1.3.6.1.4.1.3052.14.519current
s571ACPowerMonitorAvgVoltageTrap
NOTIFICATION-TYPE
A stock AC power monitor average voltage trap is issued when an AC power monitor average voltage event happens.
1.3.6.1.4.1.3052.14.520current
s571ACPowerMonitorAvgCurrentTrap
NOTIFICATION-TYPE
A stock AC power monitor average current trap is issued when an AC power monitor average current event happens.
1.3.6.1.4.1.3052.14.521current
s571ACPowerMonitorFrequencyTrap
NOTIFICATION-TYPE
A stock AC power monitor frequency trap is issued when an AC power monitor frequency event happens.
1.3.6.1.4.1.3052.14.522current
s571ACPowerMonitorTRPTrap
NOTIFICATION-TYPE
A stock AC power monitor TRP (total real power) trap is issued when an AC power monitor TRP event happens.
1.3.6.1.4.1.3052.14.523current
s571ACPowerMonitorDisconnectTrap
NOTIFICATION-TYPE
A stock AC power monitor disconnect trap is issued when an AC power monitor disconnect event happens.
1.3.6.1.4.1.3052.14.524current
s571StockLoadSheddingTrap
NOTIFICATION-TYPE
A stock Load Shedding trap is issued when a Load Shedding event happens.
1.3.6.1.4.1.3052.14.525current
s571StockScriptTrap
NOTIFICATION-TYPE
A stock script trap is issued when a script triggers an event via a_lib.PostEvent() called with no trap number (or this trap number) specified.
1.3.6.1.4.1.3052.14.526current
s571FuelSensorVolumeSuddenChangeTrap
NOTIFICATION-TYPE
A stock Fuel Sensor Volume Sudden Change trap is issued when a Fuel Sensor Volume Sudden Change event happens
1.3.6.1.4.1.3052.14.527current
s571FuelSensorVolumeSlowChangeTrap
NOTIFICATION-TYPE
A stock Fuel Sensor Volume Slow Change trap is issued when a Fuel Sensor Volume Slow Change event happens
1.3.6.1.4.1.3052.14.528current
s571ACTotalPowerFactorTrap
NOTIFICATION-TYPE
A stock AC power monitor total power factor trap is issued when an AC power monitor total power factor event happens.
1.3.6.1.4.1.3052.14.540current
s571ResetTrap
NOTIFICATION-TYPE
A stock reset trap is issued when a reset event happens.
1.3.6.1.4.1.3052.14.543current
s571UserTrap1000
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1000.
1.3.6.1.4.1.3052.14.1000current
s571UserTrap1001
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1001.
1.3.6.1.4.1.3052.14.1001current
s571UserTrap1002
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1002.
1.3.6.1.4.1.3052.14.1002current
s571UserTrap1003
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1003.
1.3.6.1.4.1.3052.14.1003current
s571UserTrap1004
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1004.
1.3.6.1.4.1.3052.14.1004current
s571UserTrap1005
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1005.
1.3.6.1.4.1.3052.14.1005current
s571UserTrap1006
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1006.
1.3.6.1.4.1.3052.14.1006current
s571UserTrap1007
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1007.
1.3.6.1.4.1.3052.14.1007current
s571UserTrap1008
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1008.
1.3.6.1.4.1.3052.14.1008current
s571UserTrap1009
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1009.
1.3.6.1.4.1.3052.14.1009current
s571UserTrap1010
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1010.
1.3.6.1.4.1.3052.14.1010current
s571UserTrap1011
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1011.
1.3.6.1.4.1.3052.14.1011current
s571UserTrap1012
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1012.
1.3.6.1.4.1.3052.14.1012current
s571UserTrap1013
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1013.
1.3.6.1.4.1.3052.14.1013current
s571UserTrap1014
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1014.
1.3.6.1.4.1.3052.14.1014current
s571UserTrap1015
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1015.
1.3.6.1.4.1.3052.14.1015current
s571UserTrap1016
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1016.
1.3.6.1.4.1.3052.14.1016current
s571UserTrap1017
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1017.
1.3.6.1.4.1.3052.14.1017current
s571UserTrap1018
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1018.
1.3.6.1.4.1.3052.14.1018current
s571UserTrap1019
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1019.
1.3.6.1.4.1.3052.14.1019current
s571UserTrap1020
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1020.
1.3.6.1.4.1.3052.14.1020current
s571UserTrap1021
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1021.
1.3.6.1.4.1.3052.14.1021current
s571UserTrap1022
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1022.
1.3.6.1.4.1.3052.14.1022current
s571UserTrap1023
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1023.
1.3.6.1.4.1.3052.14.1023current
s571UserTrap1024
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1024.
1.3.6.1.4.1.3052.14.1024current
s571UserTrap1025
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1025.
1.3.6.1.4.1.3052.14.1025current
s571UserTrap1026
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1026.
1.3.6.1.4.1.3052.14.1026current
s571UserTrap1027
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1027.
1.3.6.1.4.1.3052.14.1027current
s571UserTrap1028
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1028.
1.3.6.1.4.1.3052.14.1028current
s571UserTrap1029
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1029.
1.3.6.1.4.1.3052.14.1029current
s571UserTrap1030
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1030.
1.3.6.1.4.1.3052.14.1030current
s571UserTrap1031
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1031.
1.3.6.1.4.1.3052.14.1031current
s571UserTrap1032
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1032.
1.3.6.1.4.1.3052.14.1032current
s571UserTrap1033
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1033.
1.3.6.1.4.1.3052.14.1033current
s571UserTrap1034
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1034.
1.3.6.1.4.1.3052.14.1034current
s571UserTrap1035
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1035.
1.3.6.1.4.1.3052.14.1035current
s571UserTrap1036
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1036.
1.3.6.1.4.1.3052.14.1036current
s571UserTrap1037
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1037.
1.3.6.1.4.1.3052.14.1037current
s571UserTrap1038
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1038.
1.3.6.1.4.1.3052.14.1038current
s571UserTrap1039
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1039.
1.3.6.1.4.1.3052.14.1039current
s571UserTrap1040
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1040.
1.3.6.1.4.1.3052.14.1040current
s571UserTrap1041
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1041.
1.3.6.1.4.1.3052.14.1041current
s571UserTrap1042
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1042.
1.3.6.1.4.1.3052.14.1042current
s571UserTrap1043
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1043.
1.3.6.1.4.1.3052.14.1043current
s571UserTrap1044
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1044.
1.3.6.1.4.1.3052.14.1044current
s571UserTrap1045
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1045.
1.3.6.1.4.1.3052.14.1045current
s571UserTrap1046
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1046.
1.3.6.1.4.1.3052.14.1046current
s571UserTrap1047
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1047.
1.3.6.1.4.1.3052.14.1047current
s571UserTrap1048
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1048.
1.3.6.1.4.1.3052.14.1048current
s571UserTrap1049
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1049.
1.3.6.1.4.1.3052.14.1049current
s571UserTrap1050
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1050.
1.3.6.1.4.1.3052.14.1050current
s571UserTrap1051
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1051.
1.3.6.1.4.1.3052.14.1051current
s571UserTrap1052
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1052.
1.3.6.1.4.1.3052.14.1052current
s571UserTrap1053
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1053.
1.3.6.1.4.1.3052.14.1053current
s571UserTrap1054
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1054.
1.3.6.1.4.1.3052.14.1054current
s571UserTrap1055
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1055.
1.3.6.1.4.1.3052.14.1055current
s571UserTrap1056
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1056.
1.3.6.1.4.1.3052.14.1056current
s571UserTrap1057
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1057.
1.3.6.1.4.1.3052.14.1057current
s571UserTrap1058
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1058.
1.3.6.1.4.1.3052.14.1058current
s571UserTrap1059
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1059.
1.3.6.1.4.1.3052.14.1059current
s571UserTrap1060
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1060.
1.3.6.1.4.1.3052.14.1060current
s571UserTrap1061
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1061.
1.3.6.1.4.1.3052.14.1061current
s571UserTrap1062
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1062.
1.3.6.1.4.1.3052.14.1062current
s571UserTrap1063
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1063.
1.3.6.1.4.1.3052.14.1063current
s571UserTrap1064
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1064.
1.3.6.1.4.1.3052.14.1064current
s571UserTrap1065
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1065.
1.3.6.1.4.1.3052.14.1065current
s571UserTrap1066
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1066.
1.3.6.1.4.1.3052.14.1066current
s571UserTrap1067
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1067.
1.3.6.1.4.1.3052.14.1067current
s571UserTrap1068
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1068.
1.3.6.1.4.1.3052.14.1068current
s571UserTrap1069
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1069.
1.3.6.1.4.1.3052.14.1069current
s571UserTrap1070
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1070.
1.3.6.1.4.1.3052.14.1070current
s571UserTrap1071
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1071.
1.3.6.1.4.1.3052.14.1071current
s571UserTrap1072
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1072.
1.3.6.1.4.1.3052.14.1072current
s571UserTrap1073
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1073.
1.3.6.1.4.1.3052.14.1073current
s571UserTrap1074
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1074.
1.3.6.1.4.1.3052.14.1074current
s571UserTrap1075
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1075.
1.3.6.1.4.1.3052.14.1075current
s571UserTrap1076
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1076.
1.3.6.1.4.1.3052.14.1076current
s571UserTrap1077
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1077.
1.3.6.1.4.1.3052.14.1077current
s571UserTrap1078
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1078.
1.3.6.1.4.1.3052.14.1078current
s571UserTrap1079
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1079.
1.3.6.1.4.1.3052.14.1079current
s571UserTrap1080
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1080.
1.3.6.1.4.1.3052.14.1080current
s571UserTrap1081
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1081.
1.3.6.1.4.1.3052.14.1081current
s571UserTrap1082
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1082.
1.3.6.1.4.1.3052.14.1082current
s571UserTrap1083
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1083.
1.3.6.1.4.1.3052.14.1083current
s571UserTrap1084
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1084.
1.3.6.1.4.1.3052.14.1084current
s571UserTrap1085
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1085.
1.3.6.1.4.1.3052.14.1085current
s571UserTrap1086
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1086.
1.3.6.1.4.1.3052.14.1086current
s571UserTrap1087
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1087.
1.3.6.1.4.1.3052.14.1087current
s571UserTrap1088
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1088.
1.3.6.1.4.1.3052.14.1088current
s571UserTrap1089
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1089.
1.3.6.1.4.1.3052.14.1089current
s571UserTrap1090
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1090.
1.3.6.1.4.1.3052.14.1090current
s571UserTrap1091
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1091.
1.3.6.1.4.1.3052.14.1091current
s571UserTrap1092
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1092.
1.3.6.1.4.1.3052.14.1092current
s571UserTrap1093
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1093.
1.3.6.1.4.1.3052.14.1093current
s571UserTrap1094
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1094.
1.3.6.1.4.1.3052.14.1094current
s571UserTrap1095
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1095.
1.3.6.1.4.1.3052.14.1095current
s571UserTrap1096
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1096.
1.3.6.1.4.1.3052.14.1096current
s571UserTrap1097
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1097.
1.3.6.1.4.1.3052.14.1097current
s571UserTrap1098
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1098.
1.3.6.1.4.1.3052.14.1098current
s571UserTrap1099
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1099.
1.3.6.1.4.1.3052.14.1099current
s571UserTrap1100
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1100.
1.3.6.1.4.1.3052.14.1100current
s571UserTrap1101
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1101.
1.3.6.1.4.1.3052.14.1101current
s571UserTrap1102
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1102.
1.3.6.1.4.1.3052.14.1102current
s571UserTrap1103
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1103.
1.3.6.1.4.1.3052.14.1103current
s571UserTrap1104
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1104.
1.3.6.1.4.1.3052.14.1104current
s571UserTrap1105
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1105.
1.3.6.1.4.1.3052.14.1105current
s571UserTrap1106
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1106.
1.3.6.1.4.1.3052.14.1106current
s571UserTrap1107
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1107.
1.3.6.1.4.1.3052.14.1107current
s571UserTrap1108
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1108.
1.3.6.1.4.1.3052.14.1108current
s571UserTrap1109
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1109.
1.3.6.1.4.1.3052.14.1109current
s571UserTrap1110
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1110.
1.3.6.1.4.1.3052.14.1110current
s571UserTrap1111
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1111.
1.3.6.1.4.1.3052.14.1111current
s571UserTrap1112
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1112.
1.3.6.1.4.1.3052.14.1112current
s571UserTrap1113
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1113.
1.3.6.1.4.1.3052.14.1113current
s571UserTrap1114
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1114.
1.3.6.1.4.1.3052.14.1114current
s571UserTrap1115
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1115.
1.3.6.1.4.1.3052.14.1115current
s571UserTrap1116
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1116.
1.3.6.1.4.1.3052.14.1116current
s571UserTrap1117
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1117.
1.3.6.1.4.1.3052.14.1117current
s571UserTrap1118
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1118.
1.3.6.1.4.1.3052.14.1118current
s571UserTrap1119
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1119.
1.3.6.1.4.1.3052.14.1119current
s571UserTrap1120
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1120.
1.3.6.1.4.1.3052.14.1120current
s571UserTrap1121
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1121.
1.3.6.1.4.1.3052.14.1121current
s571UserTrap1122
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1122.
1.3.6.1.4.1.3052.14.1122current
s571UserTrap1123
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1123.
1.3.6.1.4.1.3052.14.1123current
s571UserTrap1124
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1124.
1.3.6.1.4.1.3052.14.1124current
s571UserTrap1125
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1125.
1.3.6.1.4.1.3052.14.1125current
s571UserTrap1126
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1126.
1.3.6.1.4.1.3052.14.1126current
s571UserTrap1127
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1127.
1.3.6.1.4.1.3052.14.1127current
s571UserTrap1128
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1128.
1.3.6.1.4.1.3052.14.1128current
s571UserTrap1129
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1129.
1.3.6.1.4.1.3052.14.1129current
s571UserTrap1130
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1130.
1.3.6.1.4.1.3052.14.1130current
s571UserTrap1131
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1131.
1.3.6.1.4.1.3052.14.1131current
s571UserTrap1132
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1132.
1.3.6.1.4.1.3052.14.1132current
s571UserTrap1133
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1133.
1.3.6.1.4.1.3052.14.1133current
s571UserTrap1134
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1134.
1.3.6.1.4.1.3052.14.1134current
s571UserTrap1135
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1135.
1.3.6.1.4.1.3052.14.1135current
s571UserTrap1136
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1136.
1.3.6.1.4.1.3052.14.1136current
s571UserTrap1137
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1137.
1.3.6.1.4.1.3052.14.1137current
s571UserTrap1138
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1138.
1.3.6.1.4.1.3052.14.1138current
s571UserTrap1139
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1139.
1.3.6.1.4.1.3052.14.1139current
s571UserTrap1140
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1140.
1.3.6.1.4.1.3052.14.1140current
s571UserTrap1141
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1141.
1.3.6.1.4.1.3052.14.1141current
s571UserTrap1142
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1142.
1.3.6.1.4.1.3052.14.1142current
s571UserTrap1143
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1143.
1.3.6.1.4.1.3052.14.1143current
s571UserTrap1144
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1144.
1.3.6.1.4.1.3052.14.1144current
s571UserTrap1145
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1145.
1.3.6.1.4.1.3052.14.1145current
s571UserTrap1146
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1146.
1.3.6.1.4.1.3052.14.1146current
s571UserTrap1147
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1147.
1.3.6.1.4.1.3052.14.1147current
s571UserTrap1148
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1148.
1.3.6.1.4.1.3052.14.1148current
s571UserTrap1149
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1149.
1.3.6.1.4.1.3052.14.1149current
s571UserTrap1150
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1150.
1.3.6.1.4.1.3052.14.1150current
s571UserTrap1151
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1151.
1.3.6.1.4.1.3052.14.1151current
s571UserTrap1152
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1152.
1.3.6.1.4.1.3052.14.1152current
s571UserTrap1153
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1153.
1.3.6.1.4.1.3052.14.1153current
s571UserTrap1154
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1154.
1.3.6.1.4.1.3052.14.1154current
s571UserTrap1155
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1155.
1.3.6.1.4.1.3052.14.1155current
s571UserTrap1156
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1156.
1.3.6.1.4.1.3052.14.1156current
s571UserTrap1157
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1157.
1.3.6.1.4.1.3052.14.1157current
s571UserTrap1158
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1158.
1.3.6.1.4.1.3052.14.1158current
s571UserTrap1159
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1159.
1.3.6.1.4.1.3052.14.1159current
s571UserTrap1160
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1160.
1.3.6.1.4.1.3052.14.1160current
s571UserTrap1161
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1161.
1.3.6.1.4.1.3052.14.1161current
s571UserTrap1162
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1162.
1.3.6.1.4.1.3052.14.1162current
s571UserTrap1163
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1163.
1.3.6.1.4.1.3052.14.1163current
s571UserTrap1164
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1164.
1.3.6.1.4.1.3052.14.1164current
s571UserTrap1165
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1165.
1.3.6.1.4.1.3052.14.1165current
s571UserTrap1166
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1166.
1.3.6.1.4.1.3052.14.1166current
s571UserTrap1167
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1167.
1.3.6.1.4.1.3052.14.1167current
s571UserTrap1168
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1168.
1.3.6.1.4.1.3052.14.1168current
s571UserTrap1169
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1169.
1.3.6.1.4.1.3052.14.1169current
s571UserTrap1170
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1170.
1.3.6.1.4.1.3052.14.1170current
s571UserTrap1171
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1171.
1.3.6.1.4.1.3052.14.1171current
s571UserTrap1172
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1172.
1.3.6.1.4.1.3052.14.1172current
s571UserTrap1173
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1173.
1.3.6.1.4.1.3052.14.1173current
s571UserTrap1174
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1174.
1.3.6.1.4.1.3052.14.1174current
s571UserTrap1175
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1175.
1.3.6.1.4.1.3052.14.1175current
s571UserTrap1176
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1176.
1.3.6.1.4.1.3052.14.1176current
s571UserTrap1177
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1177.
1.3.6.1.4.1.3052.14.1177current
s571UserTrap1178
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1178.
1.3.6.1.4.1.3052.14.1178current
s571UserTrap1179
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1179.
1.3.6.1.4.1.3052.14.1179current
s571UserTrap1180
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1180.
1.3.6.1.4.1.3052.14.1180current
s571UserTrap1181
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1181.
1.3.6.1.4.1.3052.14.1181current
s571UserTrap1182
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1182.
1.3.6.1.4.1.3052.14.1182current
s571UserTrap1183
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1183.
1.3.6.1.4.1.3052.14.1183current
s571UserTrap1184
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1184.
1.3.6.1.4.1.3052.14.1184current
s571UserTrap1185
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1185.
1.3.6.1.4.1.3052.14.1185current
s571UserTrap1186
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1186.
1.3.6.1.4.1.3052.14.1186current
s571UserTrap1187
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1187.
1.3.6.1.4.1.3052.14.1187current
s571UserTrap1188
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1188.
1.3.6.1.4.1.3052.14.1188current
s571UserTrap1189
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1189.
1.3.6.1.4.1.3052.14.1189current
s571UserTrap1190
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1190.
1.3.6.1.4.1.3052.14.1190current
s571UserTrap1191
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1191.
1.3.6.1.4.1.3052.14.1191current
s571UserTrap1192
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1192.
1.3.6.1.4.1.3052.14.1192current
s571UserTrap1193
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1193.
1.3.6.1.4.1.3052.14.1193current
s571UserTrap1194
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1194.
1.3.6.1.4.1.3052.14.1194current
s571UserTrap1195
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1195.
1.3.6.1.4.1.3052.14.1195current
s571UserTrap1196
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1196.
1.3.6.1.4.1.3052.14.1196current
s571UserTrap1197
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1197.
1.3.6.1.4.1.3052.14.1197current
s571UserTrap1198
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1198.
1.3.6.1.4.1.3052.14.1198current
s571UserTrap1199
NOTIFICATION-TYPE
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1199.
1.3.6.1.4.1.3052.14.1199current