SITEBOSS-530-STD-MIB: View SNMP OID List / Download MIB
VENDOR: ASENTRIA CORPORATION
Home | MIB: SITEBOSS-530-STD-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
s530 | 1.3.6.1.4.1.3052.12 |
MIB module for managing Asentria SiteBoss 530 |
||
status | 1.3.6.1.4.1.3052.12.1 | |||
eventSensorStatus | 1.3.6.1.4.1.3052.12.1.1 | |||
esPointTable | 1.3.6.1.4.1.3052.12.1.1.1 | no-access |
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.12.1.1.1.1 | no-access |
Entry for EventSensor point table |
||
esIndexES | 1.3.6.1.4.1.3052.12.1.1.1.1.1 | integer32 | read-only |
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. |
esIndexPC | 1.3.6.1.4.1.3052.12.1.1.1.1.2 | integer32 | read-only |
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) |
esIndexPoint | 1.3.6.1.4.1.3052.12.1.1.1.1.3 | integer32 | read-only |
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. |
esPointName | 1.3.6.1.4.1.3052.12.1.1.1.1.4 | displaystring | read-write |
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 ' |
esPointInEventState | 1.3.6.1.4.1.3052.12.1.1.1.1.5 | integer32 | read-write |
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. |
esPointValueInt | 1.3.6.1.4.1.3052.12.1.1.1.1.6 | integer32 | read-write |
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). |
esPointValueStr | 1.3.6.1.4.1.3052.12.1.1.1.1.7 | displaystring | read-only |
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. |
esPointTimeLastChange | 1.3.6.1.4.1.3052.12.1.1.1.1.8 | displaystring | read-only |
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. |
esPointTimetickLastChange | 1.3.6.1.4.1.3052.12.1.1.1.1.9 | timeticks | read-only |
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. |
dataEventStatus | 1.3.6.1.4.1.3052.12.1.2 | |||
deStatusTable | 1.3.6.1.4.1.3052.12.1.2.1 | no-access |
Data Event Status Table |
|
1.3.6.1.4.1.3052.12.1.2.1.1 | no-access |
EventSensor status entry |
||
deStatusIndex | 1.3.6.1.4.1.3052.12.1.2.1.1.1 | integer32 | read-only |
Index for Data Events |
deStatusName | 1.3.6.1.4.1.3052.12.1.2.1.1.2 | displaystring | read-only |
Data Event name |
deStatusCounter | 1.3.6.1.4.1.3052.12.1.2.1.1.3 | integer32 | read-only |
Number of times a data record has matched this event's equation. Range: 1-999999999 |
deStatusThreshold | 1.3.6.1.4.1.3052.12.1.2.1.1.4 | integer32 | read-only |
Number of times the equation is matched before an event is triggered. Range: 1-999999999 |
modemStatus | 1.3.6.1.4.1.3052.12.1.3 | displaystring | read-only |
status of modem (idle, dialing, connected, etc.) |
modemCLIDLogTable | 1.3.6.1.4.1.3052.12.1.4 | no-access |
Table of numbers of recent dialing parties |
|
1.3.6.1.4.1.3052.12.1.4.1 | no-access |
Entry for table of CLID log entries |
||
modemCLIDLogIndex | 1.3.6.1.4.1.3052.12.1.4.1.1 | integer32 | read-only |
Index for table of CLID log entries |
modemCLIDLogNumber | 1.3.6.1.4.1.3052.12.1.4.1.2 | displaystring | read-write |
recently logged number of dialing party |
powerDistributionStatus | 1.3.6.1.4.1.3052.12.1.5 | |||
pdConfig | 1.3.6.1.4.1.3052.12.1.5.1 | displaystring | read-only |
Power Distribution output configuration |
pdNextGen | 1.3.6.1.4.1.3052.12.1.5.4 | |||
pdnTable | 1.3.6.1.4.1.3052.12.1.5.4.1 | no-access |
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.12.1.5.4.1.1 | no-access |
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). |
||
pdnIndexPD | 1.3.6.1.4.1.3052.12.1.5.4.1.1.1 | integer32 | read-only |
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 an external power distributor (PowerBoss), 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). |
pdnIndexOutput | 1.3.6.1.4.1.3052.12.1.5.4.1.1.2 | integer32 | read-only |
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. |
pdnConfig | 1.3.6.1.4.1.3052.12.1.5.4.1.1.3 | displaystring | read-only |
The number of outputs on the power distributor specified by pdnIndexPD. pdnIndexOutput should be 1 for this object. |
pdnMainCurrentInEventState | 1.3.6.1.4.1.3052.12.1.5.4.1.1.4 | displaystring | read-only |
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'. |
pdnMainCurrentValue | 1.3.6.1.4.1.3052.12.1.5.4.1.1.5 | integer32 | read-only |
The current drawn, in mA, for the power distributor specified by pdnIndexPD. 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. |
pdnMainCurrentValueStr | 1.3.6.1.4.1.3052.12.1.5.4.1.1.6 | displaystring | read-only |
Essentially pdnMainCurrentValue formatted as a string in units of Amps, with 3 decimal places. pdnIndexOutput should be 1 for this object. |
pdnMainCurrentDeadband | 1.3.6.1.4.1.3052.12.1.5.4.1.1.7 | integer32 | read-only |
The deadband, in mA, for the main current sensor for the power distributor specified by pdIndexPD. pdnIndexOutput should be 1 for this object. |
pdnMainCurrentVHighCurrent | 1.3.6.1.4.1.3052.12.1.5.4.1.1.8 | integer32 | read-only |
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. |
pdnMainCurrentHighCurrent | 1.3.6.1.4.1.3052.12.1.5.4.1.1.9 | integer32 | read-only |
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. |
pdnMainCurrentLowCurrent | 1.3.6.1.4.1.3052.12.1.5.4.1.1.10 | integer32 | read-only |
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. |
pdnMainCurrentVLowCurrent | 1.3.6.1.4.1.3052.12.1.5.4.1.1.11 | integer32 | read-only |
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. |
pdnMainVoltageInEventState | 1.3.6.1.4.1.3052.12.1.5.4.1.1.12 | displaystring | read-only |
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'. |
pdnMainVoltageValue | 1.3.6.1.4.1.3052.12.1.5.4.1.1.13 | integer32 | read-only |
The voltage, in mV, at the power distributor specified by pdnIndexPD. 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. |
pdnMainVoltageValueStr | 1.3.6.1.4.1.3052.12.1.5.4.1.1.14 | displaystring | read-only |
Essentially pdnMainVoltageValue formatted as a string in units of Volts, with 3 decimal places. pdnIndexOutput should be 1 for this object. |
pdnMainVoltageDeadband | 1.3.6.1.4.1.3052.12.1.5.4.1.1.15 | integer32 | read-only |
The deadband, in mV, for the main voltage sensor for the power distributor specified by pdIndexPD. pdnIndexOutput should be 1 for this object. |
pdnMainVoltageVHighVoltage | 1.3.6.1.4.1.3052.12.1.5.4.1.1.16 | integer32 | read-only |
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. |
pdnMainVoltageHighVoltage | 1.3.6.1.4.1.3052.12.1.5.4.1.1.17 | integer32 | read-only |
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. |
pdnMainVoltageLowVoltage | 1.3.6.1.4.1.3052.12.1.5.4.1.1.18 | integer32 | read-only |
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. |
pdnMainVoltageVLowVoltage | 1.3.6.1.4.1.3052.12.1.5.4.1.1.19 | integer32 | read-only |
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. |
pdnMainPowerValue | 1.3.6.1.4.1.3052.12.1.5.4.1.1.20 | integer32 | read-only |
The power, in Watts, for the power distributor specified by pdIndexPD. pdnIndexOutput should be 1 for this object. |
pdnMainPowerValueStr | 1.3.6.1.4.1.3052.12.1.5.4.1.1.21 | displaystring | read-only |
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. |
pdnOutputCurrentInEventState | 1.3.6.1.4.1.3052.12.1.5.4.1.1.22 | displaystring | read-only |
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'. |
pdnOutputCurrentValue | 1.3.6.1.4.1.3052.12.1.5.4.1.1.23 | integer32 | read-only |
The current drawn, in mA, for the power distributor output specified by pdnIndexPD and pdIndexOutput. E.g., 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. |
pdnOutputCurrentValueStr | 1.3.6.1.4.1.3052.12.1.5.4.1.1.24 | displaystring | read-only |
Essentially pdnOutputCurrentValue formatted as a string in units of Amps, with 3 decimal places. |
pdnOutputCurrentDeadband | 1.3.6.1.4.1.3052.12.1.5.4.1.1.25 | integer32 | read-only |
The deadband, in mA, for the main current sensor for the power distributor specified by pdIndexPD. The power output is specified by pdnIndexOutput. |
pdnOutputCurrentVHighCurrent | 1.3.6.1.4.1.3052.12.1.5.4.1.1.26 | integer32 | read-only |
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. |
pdnOutputCurrentHighCurrent | 1.3.6.1.4.1.3052.12.1.5.4.1.1.27 | integer32 | read-only |
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. |
pdnOutputCurrentLowCurrent | 1.3.6.1.4.1.3052.12.1.5.4.1.1.28 | integer32 | read-only |
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. |
pdnOutputCurrentVLowCurrent | 1.3.6.1.4.1.3052.12.1.5.4.1.1.29 | integer32 | read-only |
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. |
pdnOutputFuseInEventState | 1.3.6.1.4.1.3052.12.1.5.4.1.1.30 | displaystring | read-only |
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 external power distributor (PowerBoss), 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. |
pdnOutputFuseValueStr | 1.3.6.1.4.1.3052.12.1.5.4.1.1.31 | displaystring | read-only |
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. |
pdnMainCombinedStatus | 1.3.6.1.4.1.3052.12.1.5.4.1.1.32 | displaystring | read-only |
Combined status string intended to be parsed by NMS: format: voltageColorCode`voltageEventState`voltageValue`mainCurrentColorCode`mainCurrentEventState`mainCurrentValue`deviceCurrentValue`mainPowerValue |
pdnOutputCombinedStatusBlock1 | 1.3.6.1.4.1.3052.12.1.5.4.1.1.33 | displaystring | read-only |
Combined status string intended to be parsed by NMS: format: numInBlock~outputCurrentColorCode1`outputCurrentEventState1`outputCurrentValue1`fuseColorCode1`fuseValue1~... |
pdnOutputCombinedStatusBlock2 | 1.3.6.1.4.1.3052.12.1.5.4.1.1.34 | displaystring | read-only |
Combined status string intended to be parsed by NMS: format: numInBlock~outputCurrentColorCode1`outputCurrentEventState1`outputCurrentValue1`fuseColorCode1`fuseValue1~... |
pdnDeviceCurrentValue | 1.3.6.1.4.1.3052.12.1.5.4.1.1.35 | integer32 | read-only |
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. |
pdnDeviceCurrentValueStr | 1.3.6.1.4.1.3052.12.1.5.4.1.1.36 | displaystring | read-only |
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. |
pdSystem | 1.3.6.1.4.1.3052.12.1.5.5 | |||
pdSystemCurrent | 1.3.6.1.4.1.3052.12.1.5.5.1 | displaystring | read-only |
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. |
pdSystemPower | 1.3.6.1.4.1.3052.12.1.5.5.2 | displaystring | read-only |
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. |
fuelSensorStatus | 1.3.6.1.4.1.3052.12.1.6 | |||
fsStatusTable | 1.3.6.1.4.1.3052.12.1.6.1 | no-access |
Fuel sensor status table |
|
1.3.6.1.4.1.3052.12.1.6.1.1 | no-access |
Fuel sensor status table entry |
||
fsStatusIndex | 1.3.6.1.4.1.3052.12.1.6.1.1.1 | integer32 | read-only |
Index for fuel sensors |
fsStatusName | 1.3.6.1.4.1.3052.12.1.6.1.1.2 | displaystring | read-only |
Fuel sensor name |
fsStatusDeviceState | 1.3.6.1.4.1.3052.12.1.6.1.1.3 | displaystring | read-only |
Fuel sensor device state |
fsStatusVolumeValueString | 1.3.6.1.4.1.3052.12.1.6.1.1.4 | displaystring | read-only |
Fuel volume. Range is -2,147,483,648 to 2,147,483,647. This value reads -999 when the fuel sensor is disconnected |
fsStatusVolumePercentLevel | 1.3.6.1.4.1.3052.12.1.6.1.1.7 | displaystring | read-only |
Height of the fluid in the tank expressed as a percentage of the tank height, in hundredths of a percent. |
fsStatusVolumeInEventState | 1.3.6.1.4.1.3052.12.1.6.1.1.8 | displaystring | read-only |
Current event status of the fuel sensor. |
fsStatusCombined | 1.3.6.1.4.1.3052.12.1.6.1.1.9 | displaystring | read-only |
Combined status string intended to be parsed by NMS: deviceState`deviceStateColorCode`percentRounded`valueAsFloat`volumeEventState`volumeEventStateColorCode`capacity`units`name |
wirelessModemStatus | 1.3.6.1.4.1.3052.12.1.7 | |||
wmsStatus | 1.3.6.1.4.1.3052.12.1.7.1 | displaystring | read-only |
Wireless modem status |
wmsSignal | 1.3.6.1.4.1.3052.12.1.7.2 | displaystring | read-only |
Wireless modem Signal strength |
wmsRSSI | 1.3.6.1.4.1.3052.12.1.7.3 | displaystring | read-only |
Wireless modem Signal strength (RSSI) |
wmsBER | 1.3.6.1.4.1.3052.12.1.7.4 | displaystring | read-only |
Wireless modem Bit Error Rate |
wmsUpdated | 1.3.6.1.4.1.3052.12.1.7.5 | displaystring | read-only |
Wireless modem info last update time |
wmsRegistration | 1.3.6.1.4.1.3052.12.1.7.6 | displaystring | read-only |
Wireless modem registration status |
wmsLAC | 1.3.6.1.4.1.3052.12.1.7.7 | displaystring | read-only |
Wireless modem Location Area Code |
wmsCellID | 1.3.6.1.4.1.3052.12.1.7.8 | displaystring | read-only |
Wireless modem Cell ID |
wmsIMSI | 1.3.6.1.4.1.3052.12.1.7.9 | displaystring | read-only |
Wireless modem Internation Mobile Subscriber Identity number |
wmsPhnum | 1.3.6.1.4.1.3052.12.1.7.10 | displaystring | read-only |
Wireless modem phone number |
wmsLocalIP | 1.3.6.1.4.1.3052.12.1.7.11 | displaystring | read-only |
Local IP address of modem on wireless network |
wmsMgfID | 1.3.6.1.4.1.3052.12.1.7.12 | displaystring | read-only |
Wireless modem manufacturer ID |
wmsModelID | 1.3.6.1.4.1.3052.12.1.7.13 | displaystring | read-only |
Wireless modem model ID |
wmsIMEI | 1.3.6.1.4.1.3052.12.1.7.14 | displaystring | read-only |
Wireless modem International Mobile Equipment Identity number |
wmsRevID | 1.3.6.1.4.1.3052.12.1.7.15 | displaystring | read-only |
Wireless modem revision ID |
wmsNetName | 1.3.6.1.4.1.3052.12.1.7.16 | displaystring | read-only |
Wireless modem network name |
wmsGPRSStatus | 1.3.6.1.4.1.3052.12.1.7.17 | displaystring | read-only |
Wireless modem (E)GPRS status |
wmsBand | 1.3.6.1.4.1.3052.12.1.7.18 | displaystring | read-only |
Wireless modem band |
wmsChannel | 1.3.6.1.4.1.3052.12.1.7.19 | displaystring | read-only |
Wireless modem channel |
wmsCountryCode | 1.3.6.1.4.1.3052.12.1.7.20 | displaystring | read-only |
Wireless modem country code |
wmsNetCode | 1.3.6.1.4.1.3052.12.1.7.21 | displaystring | read-only |
Wireless modem network code |
wmsPLMNColor | 1.3.6.1.4.1.3052.12.1.7.22 | displaystring | read-only |
Wireless modem PLMN color |
wmsBScolor | 1.3.6.1.4.1.3052.12.1.7.23 | displaystring | read-only |
Wireless modem BS color |
wmsMpRACH | 1.3.6.1.4.1.3052.12.1.7.24 | displaystring | read-only |
Wireless modem max power RACH |
wmsMinRxLevel | 1.3.6.1.4.1.3052.12.1.7.25 | displaystring | read-only |
Wireless modem minimum receive level |
wmsBaseCoeff | 1.3.6.1.4.1.3052.12.1.7.26 | displaystring | read-only |
Wireless modem base coefficient |
wmsSIMStatus | 1.3.6.1.4.1.3052.12.1.7.27 | displaystring | read-only |
WWireless modem SIM status |
wmsICCID | 1.3.6.1.4.1.3052.12.1.7.28 | displaystring | read-only |
Wireless modem SIM ICCID |
wmsModemType | 1.3.6.1.4.1.3052.12.1.7.29 | displaystring | read-only |
Wireless modem type |
acPowerMonitorStatus | 1.3.6.1.4.1.3052.12.1.8 | |||
acpmStatusTable | 1.3.6.1.4.1.3052.12.1.8.1 | no-access |
AC power monitor status table |
|
1.3.6.1.4.1.3052.12.1.8.1.1 | no-access |
AC power monitor status table entry |
||
acpmsIndex | 1.3.6.1.4.1.3052.12.1.8.1.1.1 | integer32 | read-only |
Index for AC power monitors |
acpmsName | 1.3.6.1.4.1.3052.12.1.8.1.1.2 | displaystring | read-only |
Name for the AC power monitor device. |
acpmsAvgVoltageValueStr | 1.3.6.1.4.1.3052.12.1.8.1.1.3 | displaystring | read-only |
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. |
acpmsAvgVoltageMinStr | 1.3.6.1.4.1.3052.12.1.8.1.1.4 | displaystring | read-only |
Minimum average voltage value since last reset, in volts. |
acpmsAvgVoltageMaxStr | 1.3.6.1.4.1.3052.12.1.8.1.1.5 | displaystring | read-only |
Maximum average voltage value since last reset, in volts. |
acpmsAvgVoltageAvgStr | 1.3.6.1.4.1.3052.12.1.8.1.1.6 | displaystring | read-only |
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. |
acpmsAvgVoltageInEventState | 1.3.6.1.4.1.3052.12.1.8.1.1.7 | displaystring | read-only |
Event state of this AC power monitor voltage (Low, Normal, High, etc.). |
acpmsVoltagePhaseAValueStr | 1.3.6.1.4.1.3052.12.1.8.1.1.8 | displaystring | read-only |
Phase A voltage, in volts. This is calculated using the formula (register * PT ratio * 0.1). |
acpmsVoltagePhaseBValueStr | 1.3.6.1.4.1.3052.12.1.8.1.1.9 | displaystring | read-only |
Phase B voltage, in volts. This is calculated using the formula (register * PT ratio * 0.1). |
acpmsVoltagePhaseCValueStr | 1.3.6.1.4.1.3052.12.1.8.1.1.10 | displaystring | read-only |
Phase C voltage, in volts. This is calculated using the formula (register * PT ratio * 0.1). |
acpmsAvgCurrentValueStr | 1.3.6.1.4.1.3052.12.1.8.1.1.11 | displaystring | read-only |
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. |
acpmsAvgCurrentMinStr | 1.3.6.1.4.1.3052.12.1.8.1.1.12 | displaystring | read-only |
Minimum average current value since last reset, in amps. |
acpmsAvgCurrentMaxStr | 1.3.6.1.4.1.3052.12.1.8.1.1.13 | displaystring | read-only |
Maximum average current value since last reset, in amps. |
acpmsAvgCurrentAvgStr | 1.3.6.1.4.1.3052.12.1.8.1.1.14 | displaystring | read-only |
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. |
acpmsAvgCurrentInEventState | 1.3.6.1.4.1.3052.12.1.8.1.1.15 | displaystring | read-only |
Event state of this AC power monitor current (Low, Normal, High, etc.). |
acpmsCurrentPhaseAValueStr | 1.3.6.1.4.1.3052.12.1.8.1.1.16 | displaystring | read-only |
Phase A current, in amps. This is calculated using the formula (register * CT ratio * 0.001). |
acpmsCurrentPhaseBValueStr | 1.3.6.1.4.1.3052.12.1.8.1.1.17 | displaystring | read-only |
Phase B current, in amps. This is calculated using the formula (register * CT ratio * 0.001). |
acpmsCurrentPhaseCValueStr | 1.3.6.1.4.1.3052.12.1.8.1.1.18 | displaystring | read-only |
Phase C current, in amps. This is calculated using the formula (register * CT ratio * 0.001). |
acpmsAvgFreqValueStr | 1.3.6.1.4.1.3052.12.1.8.1.1.19 | displaystring | read-only |
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). |
acpmsAvgFreqMinStr | 1.3.6.1.4.1.3052.12.1.8.1.1.20 | displaystring | read-only |
Minimum frequency value since last reset, in hertz. |
acpmsAvgFreqMaxStr | 1.3.6.1.4.1.3052.12.1.8.1.1.21 | displaystring | read-only |
Maximum frequency value since last reset, in hertz. |
acpmsAvgFreqAvgStr | 1.3.6.1.4.1.3052.12.1.8.1.1.22 | displaystring | read-only |
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. |
acpmsAvgFreqInEventState | 1.3.6.1.4.1.3052.12.1.8.1.1.23 | displaystring | read-only |
Event state of this AC power monitor frequency (Low, Normal, High, etc.). |
acpmsTRPValueStr | 1.3.6.1.4.1.3052.12.1.8.1.1.24 | displaystring | read-only |
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). |
acpmsTRPMinStr | 1.3.6.1.4.1.3052.12.1.8.1.1.25 | displaystring | read-only |
Minimum total real power value since last reset, in watts. |
acpmsTRPMaxStr | 1.3.6.1.4.1.3052.12.1.8.1.1.26 | displaystring | read-only |
Maximum total real power value since last reset, in watts. |
acpmsTRPAvgStr | 1.3.6.1.4.1.3052.12.1.8.1.1.27 | displaystring | read-only |
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. |
acpmsTRPInEventState | 1.3.6.1.4.1.3052.12.1.8.1.1.28 | displaystring | read-only |
Event state of this AC power monitor total real power (Low, Normal, High, etc.). |
acpmsRPPhaseAValueStr | 1.3.6.1.4.1.3052.12.1.8.1.1.29 | displaystring | read-only |
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). |
acpmsRPPhaseBValueStr | 1.3.6.1.4.1.3052.12.1.8.1.1.30 | displaystring | read-only |
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). |
acpmsRPPhaseCValueStr | 1.3.6.1.4.1.3052.12.1.8.1.1.31 | displaystring | read-only |
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). |
acpmsCombined | 1.3.6.1.4.1.3052.12.1.8.1.1.32 | displaystring | read-only |
Combined status string intended to be parsed by NMS: name`deviceState`deviceStateColorCode`voltage`current`frequency`power~voltageEventState`voltageColorCode`currentEventState`currentColorCode`frequencyEventState`freuencyColorCode`powerEventState`powerColorCode |
acpmsTPFValueStr | 1.3.6.1.4.1.3052.12.1.8.1.1.33 | displaystring | read-only |
Total power factor. |
acpmsTPFMinStr | 1.3.6.1.4.1.3052.12.1.8.1.1.34 | displaystring | read-only |
Total power factor minimum value since last reset. |
acpmsTPFMaxStr | 1.3.6.1.4.1.3052.12.1.8.1.1.35 | displaystring | read-only |
Total power factor maximum value since last reset. |
acpmsTPFAvgStr | 1.3.6.1.4.1.3052.12.1.8.1.1.36 | displaystring | read-only |
Total power factor average value since last reset. |
acpmsTPFInEventState | 1.3.6.1.4.1.3052.12.1.8.1.1.37 | displaystring | read-only |
Total power factor event state. |
acpmsPFPhaseAValueStr | 1.3.6.1.4.1.3052.12.1.8.1.1.38 | displaystring | read-only |
Phase A power factor. |
acpmsPFPhaseBValueStr | 1.3.6.1.4.1.3052.12.1.8.1.1.39 | displaystring | read-only |
Phase B power factor. |
acpmsPFPhaseCValueStr | 1.3.6.1.4.1.3052.12.1.8.1.1.40 | displaystring | read-only |
Phase C power factor. |
acpmsTRcPValueStr | 1.3.6.1.4.1.3052.12.1.8.1.1.41 | displaystring | read-only |
Total reactive power, in VAR. |
acpmsTRcPMinStr | 1.3.6.1.4.1.3052.12.1.8.1.1.42 | displaystring | read-only |
Total reactive power minimum value since last reset, in VAR. |
acpmsTRcPMaxStr | 1.3.6.1.4.1.3052.12.1.8.1.1.43 | displaystring | read-only |
Total reactive power maximum value since last reset, in VAR. |
acpmsTRcPAvgStr | 1.3.6.1.4.1.3052.12.1.8.1.1.44 | displaystring | read-only |
Total reactive power average value since last reset, in VAR. |
acpmsRcPPhaseAValueStr | 1.3.6.1.4.1.3052.12.1.8.1.1.45 | displaystring | read-only |
Phase A reactive power, in VAR. |
acpmsRcPPhaseBValueStr | 1.3.6.1.4.1.3052.12.1.8.1.1.46 | displaystring | read-only |
Phase B reactive power, in VAR. |
acpmsRcPPhaseCValueStr | 1.3.6.1.4.1.3052.12.1.8.1.1.47 | displaystring | read-only |
Phase C reactive power, in VAR. |
acpmsTAPValueStr | 1.3.6.1.4.1.3052.12.1.8.1.1.48 | displaystring | read-only |
Total apparent power, in VA. |
acpmsTAPMinStr | 1.3.6.1.4.1.3052.12.1.8.1.1.49 | displaystring | read-only |
Total apparent power minimum value since last reset, in VA. |
acpmsTAPMaxStr | 1.3.6.1.4.1.3052.12.1.8.1.1.50 | displaystring | read-only |
Total apparent power maximum value since last reset, in VA. |
acpmsTAPAvgStr | 1.3.6.1.4.1.3052.12.1.8.1.1.51 | displaystring | read-only |
Total apparent power average value since last reset, in VA. |
acpmsAPPhaseAValueStr | 1.3.6.1.4.1.3052.12.1.8.1.1.52 | displaystring | read-only |
Phase A apparent power, in VA. |
acpmsAPPhaseBValueStr | 1.3.6.1.4.1.3052.12.1.8.1.1.53 | displaystring | read-only |
Phase B apparent power, in VA. |
acpmsAPPhaseCValueStr | 1.3.6.1.4.1.3052.12.1.8.1.1.54 | displaystring | read-only |
Phase C apparent power, in VA. |
acpmsTotalEnergyWh | 1.3.6.1.4.1.3052.12.1.8.1.1.55 | integer32 | read-only |
Total energy, in Wh. |
acpmsTotalEnergyVAR | 1.3.6.1.4.1.3052.12.1.8.1.1.56 | integer32 | read-only |
Total reactive energy, in VAR. |
acpmsTotalEnergyVA | 1.3.6.1.4.1.3052.12.1.8.1.1.57 | integer32 | read-only |
Total apparent energy, in VA. |
config | 1.3.6.1.4.1.3052.12.2 | |||
eventSensorBasics | 1.3.6.1.4.1.3052.12.2.1 | |||
esNumberEventSensors | 1.3.6.1.4.1.3052.12.2.1.1 | integer32 | read-only |
The number of EventSensors recognized by the unit, including the internal EventSensor. Range: 1-17 |
esTable | 1.3.6.1.4.1.3052.12.2.1.2 | no-access |
The table of what EventSensors are attached to the unit, including the internal EventSensor |
|
1.3.6.1.4.1.3052.12.2.1.2.1 | no-access |
Table entry for EventSensor table |
||
esIndex | 1.3.6.1.4.1.3052.12.2.1.2.1.1 | integer32 | read-only |
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. |
esName | 1.3.6.1.4.1.3052.12.2.1.2.1.2 | displaystring | read-only |
The name of the EventSensor |
esID | 1.3.6.1.4.1.3052.12.2.1.2.1.3 | displaystring | read-only |
The factory-assigned ID of the EventSensor |
esNumberTempSensors | 1.3.6.1.4.1.3052.12.2.1.2.1.4 | integer32 | read-only |
The number of temperature sensors on the EventSensor |
esTempReportingMode | 1.3.6.1.4.1.3052.12.2.1.2.1.5 | displaystring | read-only |
Description of how temperature values should be interpreted. |
esNumberCCs | 1.3.6.1.4.1.3052.12.2.1.2.1.6 | integer32 | read-only |
The number of contact closures on the EventSensor. |
esCCReportingMode | 1.3.6.1.4.1.3052.12.2.1.2.1.7 | displaystring | read-only |
Description of how CC values should be interpreted. |
esNumberHumidSensors | 1.3.6.1.4.1.3052.12.2.1.2.1.8 | integer32 | read-only |
The number of humidity sensors on the EventSensor. |
esHumidReportingMode | 1.3.6.1.4.1.3052.12.2.1.2.1.9 | displaystring | read-only |
Description of how humidity sensor values should be interpreted. |
esNumberNoiseSensors | 1.3.6.1.4.1.3052.12.2.1.2.1.10 | integer32 | read-only |
The number of noise sensors on the EventSensor. |
esNoiseReportingMode | 1.3.6.1.4.1.3052.12.2.1.2.1.11 | displaystring | read-only |
Description of how noise sensor values should be interpreted. |
esNumberAirflowSensors | 1.3.6.1.4.1.3052.12.2.1.2.1.12 | integer32 | read-only |
The number of airflow sensors on the EventSensor. |
esAirflowReportingMode | 1.3.6.1.4.1.3052.12.2.1.2.1.13 | displaystring | read-only |
Description of how airflow sensor values should be interpreted. |
esNumberAnalog | 1.3.6.1.4.1.3052.12.2.1.2.1.14 | integer32 | read-only |
The number of analog inputs on the EventSensor. |
esAnalogReportingMode | 1.3.6.1.4.1.3052.12.2.1.2.1.15 | displaystring | read-only |
Description of how analog input values should be interpreted. |
esNumberOutputs | 1.3.6.1.4.1.3052.12.2.1.2.1.16 | integer32 | read-only |
The number of outputs (relay or power) on the EventSensor |
esOutputReportingMode | 1.3.6.1.4.1.3052.12.2.1.2.1.17 | displaystring | read-only |
Description of how output values should be interpreted. |
esTempCombinedStatus | 1.3.6.1.4.1.3052.12.2.1.2.1.18 | displaystring | read-only |
Combined status string intended to be parsed by NMS: name`value`scale`eventState`eventColorCode |
esCCCombinedStatusBlock1 | 1.3.6.1.4.1.3052.12.2.1.2.1.19 | displaystring | read-only |
Combined status string intended to be parsed by NMS: numInBlock~name1`value1`eventColorCode1`alias1~name2`value2`eventColorCode2`alias2~...name8`value8`eventColorCode8`alias8 |
esCCCombinedStatusBlock2 | 1.3.6.1.4.1.3052.12.2.1.2.1.20 | displaystring | read-only |
Combined status string intended to be parsed by NMS: numInBlock~name9`value9`eventColorCode9`alias9~name10`value10`eventColorCode10`alias10~...name16`value16`eventColorCode16`alias16 |
esCCCombinedStatusBlock3 | 1.3.6.1.4.1.3052.12.2.1.2.1.21 | displaystring | read-only |
Combined status string intended to be parsed by NMS: numInBlock~name17`value17`eventColorCode17`alias17~name18`value18`eventColorCode18`alias18~...name24`value24`eventColorCode24`alias24 |
esCCCombinedStatusBlock4 | 1.3.6.1.4.1.3052.12.2.1.2.1.22 | displaystring | read-only |
Combined status string intended to be parsed by NMS: numInBlock~name25`value25`eventColorCode25`alias25~name26`value26`eventColorCode26`alias26~...name32`value32`eventColorCode32`alias32 |
esCCCombinedStatusBlock5 | 1.3.6.1.4.1.3052.12.2.1.2.1.23 | displaystring | read-only |
Combined status string intended to be parsed by NMS: numInBlock~name33`value33`eventColorCode33`alias33~name34`value34`eventColorCode34`alias35~...name40`value40`eventColorCode40`alias40 |
esCCCombinedStatusBlock6 | 1.3.6.1.4.1.3052.12.2.1.2.1.24 | displaystring | read-only |
Combined status string intended to be parsed by NMS: numInBlock~name41`value41`eventColorCode41`alias41~name42`value42`eventColorCode42`alias43~...name48`value48`eventColorCode48`alias48 |
esCCCombinedStatusBlock7 | 1.3.6.1.4.1.3052.12.2.1.2.1.25 | displaystring | read-only |
Combined status string intended to be parsed by NMS: numInBlock~name49`value49`eventColorCode49`alias49~name50`value50`eventColorCode50`alias50~...name56`value56`eventColorCode56`alias56 |
esCCCombinedStatusBlock8 | 1.3.6.1.4.1.3052.12.2.1.2.1.26 | displaystring | read-only |
Combined status string intended to be parsed by NMS: numInBlock~name57`value57`eventColorCode57`alias57~name57`value57`eventColorCode564`alias57~...name64`value64`eventColorCode64`alias64 |
esHumidCombinedStatus | 1.3.6.1.4.1.3052.12.2.1.2.1.27 | displaystring | read-only |
Combined status string intended to be parsed by NMS: name`value`eventState`eventColorCode |
esAnalogCombinedStatusBlock1 | 1.3.6.1.4.1.3052.12.2.1.2.1.28 | displaystring | read-only |
Combined status string intended to be parsed by NMS: numInBlock~name1`value1`units1`eventState`eventColorCode1~name2`value2`units2`eventState`eventColorCode2~... |
esAnalogCombinedStatusBlock2 | 1.3.6.1.4.1.3052.12.2.1.2.1.29 | displaystring | read-only |
Combined status string intended to be parsed by NMS: numInBlock~name9`value9`units9`eventState9`eventColorCode9~... |
esAnalogCombinedStatusBlock3 | 1.3.6.1.4.1.3052.12.2.1.2.1.30 | displaystring | read-only |
Combined status string intended to be parsed by NMS: numInBlock~namex`valuex`unitsx`eventStatex`eventColorCodex~... |
esAnalogCombinedStatusBlock4 | 1.3.6.1.4.1.3052.12.2.1.2.1.31 | displaystring | read-only |
Combined status string intended to be parsed by NMS: numInBlock~namex`valuex`unitsx`eventStatex`eventColorCodex~... |
esAnalogCombinedStatusBlock5 | 1.3.6.1.4.1.3052.12.2.1.2.1.32 | displaystring | read-only |
Combined status string intended to be parsed by NMS: numInBlock~namex`valuex`unitsx`eventStatex`eventColorCodex~... |
esAnalogCombinedStatusBlock6 | 1.3.6.1.4.1.3052.12.2.1.2.1.33 | displaystring | read-only |
Combined status string intended to be parsed by NMS: numInBlock~namex`valuex`unitsx`eventStatex`eventColorCodex~... |
esOutputCombinedStatusBlock1 | 1.3.6.1.4.1.3052.12.2.1.2.1.34 | displaystring | read-only |
Combined status string intended to be parsed by NMS: numInBlock~namex`valuex`unitsx`eventStatex`eventColorCodex~... |
esOutputCombinedStatusBlock2 | 1.3.6.1.4.1.3052.12.2.1.2.1.35 | displaystring | read-only |
Combined status string intended to be parsed by NMS: numInBlock`namex`valuex`aliasx~namey`valuey`aliasy~...namez`valuez`aliasz |
esNewSensors | 1.3.6.1.4.1.3052.12.2.1.3 | displaystring | read-only |
String representing the number of new (attached but unconfigured) EventSensors |
eventSensorPointConfig | 1.3.6.1.4.1.3052.12.2.2 | |||
esPointConfigTempTable | 1.3.6.1.4.1.3052.12.2.2.1 | no-access |
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.12.2.2.1.1 | no-access |
Entry for EventSensor point config temperature table |
||
espcTempIndexES | 1.3.6.1.4.1.3052.12.2.2.1.1.1 | integer32 | read-only |
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. |
espcTempIndexPoint | 1.3.6.1.4.1.3052.12.2.2.1.1.2 | integer32 | read-only |
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. |
espcTempEnable | 1.3.6.1.4.1.3052.12.2.2.1.1.3 | displaystring | read-write |
ON/OFF enable this temperature sensor |
espcTempScale | 1.3.6.1.4.1.3052.12.2.2.1.1.4 | displaystring | read-write |
Scale (C/F) for this temperature sensor |
espcTempDeadband | 1.3.6.1.4.1.3052.12.2.2.1.1.5 | displaystring | read-write |
Deadband for this temperature sensor (in floating-point format) |
espcTempVHighTemp | 1.3.6.1.4.1.3052.12.2.2.1.1.6 | displaystring | read-write |
Very high temperature event threshold for this temperature sensor (in floating-point format) |
espcTempVHighActions | 1.3.6.1.4.1.3052.12.2.2.1.1.7 | displaystring | read-write |
Very high temperature event actions for this temperature sensor |
espcTempVHighTrapnum | 1.3.6.1.4.1.3052.12.2.2.1.1.8 | integer32 | read-write |
Very high temperature event trap number for this temperature sensor |
espcTempVHighClass | 1.3.6.1.4.1.3052.12.2.2.1.1.9 | displaystring | read-write |
Very high temperature event class for this temperature sensor |
espcTempHighTemp | 1.3.6.1.4.1.3052.12.2.2.1.1.10 | displaystring | read-write |
High temperature event threshold for this temperature sensor (in floating-point format) |
espcTempHighActions | 1.3.6.1.4.1.3052.12.2.2.1.1.11 | displaystring | read-write |
High temperature event actions for this temperature sensor |
espcTempHighTrapnum | 1.3.6.1.4.1.3052.12.2.2.1.1.12 | integer32 | read-write |
High temperature event trap number for this temperature sensor |
espcTempHighClass | 1.3.6.1.4.1.3052.12.2.2.1.1.13 | displaystring | read-write |
High temperature event class for this temperature sensor |
espcTempNormalActions | 1.3.6.1.4.1.3052.12.2.2.1.1.14 | displaystring | read-write |
Return-to-normal event actions for this temperature sensor |
espcTempNormalTrapnum | 1.3.6.1.4.1.3052.12.2.2.1.1.15 | integer32 | read-write |
Return-to-normal event trap number for this temperature sensor |
espcTempNormalClass | 1.3.6.1.4.1.3052.12.2.2.1.1.16 | displaystring | read-write |
Return-to-normal event class for this temperature sensor |
espcTempLowTemp | 1.3.6.1.4.1.3052.12.2.2.1.1.17 | displaystring | read-write |
Low temperature event threshold for this temperature sensor (in floating-point format) |
espcTempLowActions | 1.3.6.1.4.1.3052.12.2.2.1.1.18 | displaystring | read-write |
Low temperature event actions for this temperature sensor |
espcTempLowTrapnum | 1.3.6.1.4.1.3052.12.2.2.1.1.19 | integer32 | read-write |
Low temperature event trap number for this temperature sensor |
espcTempLowClass | 1.3.6.1.4.1.3052.12.2.2.1.1.20 | displaystring | read-write |
Low temperature event class for this temperature sensor |
espcTempVLowTemp | 1.3.6.1.4.1.3052.12.2.2.1.1.21 | displaystring | read-write |
Very Low temperature event threshold for this temperature sensor (in floating-point format) |
espcTempVLowActions | 1.3.6.1.4.1.3052.12.2.2.1.1.22 | displaystring | read-write |
Very Low temperature event actions for this temperature sensor |
espcTempVLowTrapnum | 1.3.6.1.4.1.3052.12.2.2.1.1.23 | integer32 | read-write |
Very Low temperature event trap number for this temperature sensor |
espcTempVLowClass | 1.3.6.1.4.1.3052.12.2.2.1.1.24 | displaystring | read-write |
Very Low temperature event class for this temperature sensor |
esPointConfigCCTable | 1.3.6.1.4.1.3052.12.2.2.2 | no-access |
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.12.2.2.2.1 | no-access |
Entry for EventSensor point config contact closure table |
||
espcCCIndexES | 1.3.6.1.4.1.3052.12.2.2.2.1.1 | integer32 | read-only |
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. |
espcCCIndexPoint | 1.3.6.1.4.1.3052.12.2.2.2.1.2 | integer32 | read-only |
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. |
espcCCEnable | 1.3.6.1.4.1.3052.12.2.2.2.1.3 | displaystring | read-write |
ON/OFF enable for this contact closure |
espcCCName | 1.3.6.1.4.1.3052.12.2.2.2.1.4 | displaystring | read-write |
Name for this contact closure |
espcCCEventState | 1.3.6.1.4.1.3052.12.2.2.2.1.5 | displaystring | read-write |
Event state for this contact closure |
espcCCThreshold | 1.3.6.1.4.1.3052.12.2.2.2.1.6 | integer32 | read-write |
Event threshold (seconds) for this contact closure |
espcCCEventActions | 1.3.6.1.4.1.3052.12.2.2.2.1.7 | displaystring | read-write |
Event actions for this contact closure |
espcCCEventTrapnum | 1.3.6.1.4.1.3052.12.2.2.2.1.8 | integer32 | read-write |
Event trap number for this contact closure |
espcCCEventClass | 1.3.6.1.4.1.3052.12.2.2.2.1.9 | displaystring | read-write |
Event class for this contact closure |
espcCCNormalActions | 1.3.6.1.4.1.3052.12.2.2.2.1.10 | displaystring | read-write |
Return-to-normal actions for this contact closure |
espcCCNormalTrapnum | 1.3.6.1.4.1.3052.12.2.2.2.1.11 | integer32 | read-write |
Return-to-normal trap number for this contact closure |
espcCCNormalClass | 1.3.6.1.4.1.3052.12.2.2.2.1.12 | displaystring | read-write |
Return-to-normal class for this contact closure |
espcCCAlarmAlias | 1.3.6.1.4.1.3052.12.2.2.2.1.13 | displaystring | read-write |
Event alias for this contact closure |
espcCCNormalAlias | 1.3.6.1.4.1.3052.12.2.2.2.1.14 | displaystring | read-write |
Return-to-normal alias for this contact closure |
espcCCNormalThreshold | 1.3.6.1.4.1.3052.12.2.2.2.1.15 | integer32 | read-write |
Event threshold (seconds) for this contact closure to return to normal |
espcCCOverrideGlobalReminder | 1.3.6.1.4.1.3052.12.2.2.2.1.16 | displaystring | read-write |
Override global reminder interval (evReminderInterval) for this CC. |
espcCCReminderInterval | 1.3.6.1.4.1.3052.12.2.2.2.1.17 | integer32 | read-write |
Individual reminder interval for this CC, applicable when the global reminder is overriden. |
esPointConfigHumidTable | 1.3.6.1.4.1.3052.12.2.2.3 | no-access |
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.12.2.2.3.1 | no-access |
Entry for EventSensor point config humidity table |
||
espcHumidIndexES | 1.3.6.1.4.1.3052.12.2.2.3.1.1 | integer32 | read-only |
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. |
espcHumidIndexPoint | 1.3.6.1.4.1.3052.12.2.2.3.1.2 | integer32 | read-only |
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. |
espcHumidEnable | 1.3.6.1.4.1.3052.12.2.2.3.1.3 | displaystring | read-write |
ON/OFF enable for this humidity sensor |
espcHumidDeadband | 1.3.6.1.4.1.3052.12.2.2.3.1.4 | integer32 | read-write |
Deadband for this humidity sensor |
espcHumidVHighHumid | 1.3.6.1.4.1.3052.12.2.2.3.1.5 | integer32 | read-write |
Very high event threshold for this humidity sensor |
espcHumidVHighActions | 1.3.6.1.4.1.3052.12.2.2.3.1.6 | displaystring | read-write |
Very high event actions for this humidity sensor |
espcHumidVHighTrapnum | 1.3.6.1.4.1.3052.12.2.2.3.1.7 | integer32 | read-write |
Very high event trap number for this humidity sensor |
espcHumidVHighClass | 1.3.6.1.4.1.3052.12.2.2.3.1.8 | displaystring | read-write |
Very high event class for this humidity sensor |
espcHumidHighHumid | 1.3.6.1.4.1.3052.12.2.2.3.1.9 | integer32 | read-write |
High event threshold for this humidity sensor |
espcHumidHighActions | 1.3.6.1.4.1.3052.12.2.2.3.1.10 | displaystring | read-write |
High event actions for this humidity sensor |
espcHumidHighTrapnum | 1.3.6.1.4.1.3052.12.2.2.3.1.11 | integer32 | read-write |
High event trap number for this humidity sensor |
espcHumidHighClass | 1.3.6.1.4.1.3052.12.2.2.3.1.12 | displaystring | read-write |
High event class for this humidity sensor |
espcHumidNormalActions | 1.3.6.1.4.1.3052.12.2.2.3.1.13 | displaystring | read-write |
Return-to-normal actions for this humidity sensor |
espcHumidNormalTrapnum | 1.3.6.1.4.1.3052.12.2.2.3.1.14 | integer32 | read-write |
Return-to-normal trap number for this humidity sensor |
espcHumidNormalClass | 1.3.6.1.4.1.3052.12.2.2.3.1.15 | displaystring | read-write |
Return-to-normal class for this humidity sensor |
espcHumidLowHumid | 1.3.6.1.4.1.3052.12.2.2.3.1.16 | integer32 | read-write |
Low event threshold for this humidity sensor |
espcHumidLowActions | 1.3.6.1.4.1.3052.12.2.2.3.1.17 | displaystring | read-write |
Low event actions for this humidity sensor |
espcHumidLowTrapnum | 1.3.6.1.4.1.3052.12.2.2.3.1.18 | integer32 | read-write |
Low event trap number for this humidity sensor |
espcHumidLowClass | 1.3.6.1.4.1.3052.12.2.2.3.1.19 | displaystring | read-write |
Low event class for this humidity sensor |
espcHumidVLowHumid | 1.3.6.1.4.1.3052.12.2.2.3.1.20 | integer32 | read-write |
Very low event threshold for this humidity sensor |
espcHumidVLowActions | 1.3.6.1.4.1.3052.12.2.2.3.1.21 | displaystring | read-write |
Very low event actions for this humidity sensor |
espcHumidVLowTrapnum | 1.3.6.1.4.1.3052.12.2.2.3.1.22 | integer32 | read-write |
Very low event trap number for this humidity sensor |
espcHumidVLowClass | 1.3.6.1.4.1.3052.12.2.2.3.1.23 | displaystring | read-write |
Very low event class for this humidity sensor |
esPointConfigAITable | 1.3.6.1.4.1.3052.12.2.2.5 | no-access |
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.12.2.2.5.1 | no-access |
Entry for EventSensor point config analog input table |
||
espcAIIndexES | 1.3.6.1.4.1.3052.12.2.2.5.1.1 | integer32 | read-only |
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. |
espcAIIndexPoint | 1.3.6.1.4.1.3052.12.2.2.5.1.2 | integer32 | read-only |
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. |
espcAIEnable | 1.3.6.1.4.1.3052.12.2.2.5.1.3 | displaystring | read-write |
ON/OFF for this analog input sensor |
espcAIDeadband | 1.3.6.1.4.1.3052.12.2.2.5.1.5 | displaystring | read-write |
Deadband for this analog input sensor |
espcAIVhighValue | 1.3.6.1.4.1.3052.12.2.2.5.1.6 | displaystring | read-write |
Very high event threshold (decivolts or tenths of milliamps) for this analog input sensor |
espcAIVhighActions | 1.3.6.1.4.1.3052.12.2.2.5.1.7 | displaystring | read-write |
Very high event actions for this analog input sensor |
espcAIVhighTrapnum | 1.3.6.1.4.1.3052.12.2.2.5.1.8 | integer32 | read-write |
Very high event trap number for this analog input sensor |
espcAIVhighClass | 1.3.6.1.4.1.3052.12.2.2.5.1.9 | displaystring | read-write |
Very high event class for this analog input sensor |
espcAIHighValue | 1.3.6.1.4.1.3052.12.2.2.5.1.10 | displaystring | read-write |
High event threshold (decivolts or tenths of milliamps) for this analog input sensor |
espcAIHighActions | 1.3.6.1.4.1.3052.12.2.2.5.1.11 | displaystring | read-write |
High event actions for this analog input sensor |
espcAIHighTrapnum | 1.3.6.1.4.1.3052.12.2.2.5.1.12 | integer32 | read-write |
High event trap number for this analog input sensor |
espcAIHighClass | 1.3.6.1.4.1.3052.12.2.2.5.1.13 | displaystring | read-write |
High event class for this analog input sensor |
espcAINormalActions | 1.3.6.1.4.1.3052.12.2.2.5.1.14 | displaystring | read-write |
Return-to-normal actions for this analog input sensor |
espcAINormalTrapnum | 1.3.6.1.4.1.3052.12.2.2.5.1.15 | integer32 | read-write |
Return-to-normal trap number for this analog input sensor |
espcAINormalClass | 1.3.6.1.4.1.3052.12.2.2.5.1.16 | displaystring | read-write |
Return-to-normal class for this analog input sensor |
espcAILowValue | 1.3.6.1.4.1.3052.12.2.2.5.1.17 | displaystring | read-write |
Low event threshold (decivolts or tenths of milliamps) for this analog input sensor |
espcAILowActions | 1.3.6.1.4.1.3052.12.2.2.5.1.18 | displaystring | read-write |
Low event actions for this analog input sensor |
espcAILowTrapnum | 1.3.6.1.4.1.3052.12.2.2.5.1.19 | integer32 | read-write |
Low event trap number for this analog input sensor |
espcAILowClass | 1.3.6.1.4.1.3052.12.2.2.5.1.20 | displaystring | read-write |
Low event class for this analog input sensor |
espcAIVlowValue | 1.3.6.1.4.1.3052.12.2.2.5.1.21 | displaystring | read-write |
Very low event threshold (decivolts or tenths of milliamps) for this analog input sensor |
espcAIVlowActions | 1.3.6.1.4.1.3052.12.2.2.5.1.22 | displaystring | read-write |
Very low event actions for this analog input sensor |
espcAIVlowTrapnum | 1.3.6.1.4.1.3052.12.2.2.5.1.23 | integer32 | read-write |
Very low event actions for this analog input sensor |
espcAIVlowClass | 1.3.6.1.4.1.3052.12.2.2.5.1.24 | displaystring | read-write |
Very low event class for this analog input sensor |
espcAIConvUnitName | 1.3.6.1.4.1.3052.12.2.2.5.1.25 | displaystring | read-write |
Converstion unit name for this analog input sensor |
espcAIConvHighValue | 1.3.6.1.4.1.3052.12.2.2.5.1.26 | displaystring | read-write |
Conversion high value for this analog input sensor |
espcAIConvHighUnit | 1.3.6.1.4.1.3052.12.2.2.5.1.27 | displaystring | read-write |
Conversion high unit value for this analog input sensor |
espcAIConvLowValue | 1.3.6.1.4.1.3052.12.2.2.5.1.29 | displaystring | read-write |
Conversion low value for this analog input sensor |
espcAIConvLowUnit | 1.3.6.1.4.1.3052.12.2.2.5.1.30 | displaystring | read-write |
Conversion unit low unit value for this analog input sensor |
espcAIDisplayFormat | 1.3.6.1.4.1.3052.12.2.2.5.1.32 | displaystring | read-write |
Analog input display format |
esPointConfigOutputTable | 1.3.6.1.4.1.3052.12.2.2.6 | no-access |
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.12.2.2.6.1 | no-access |
Entry for EventSensor point config output table |
||
espcOutputIndexES | 1.3.6.1.4.1.3052.12.2.2.6.1.1 | integer32 | read-only |
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. |
espcOutputIndexPoint | 1.3.6.1.4.1.3052.12.2.2.6.1.2 | integer32 | read-only |
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. |
espcOutputEnable | 1.3.6.1.4.1.3052.12.2.2.6.1.3 | displaystring | read-write |
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. |
espcOutputActiveState | 1.3.6.1.4.1.3052.12.2.2.6.1.4 | displaystring | read-write |
Which state is considered the active state: energized/de-energized. |
espcOutputType | 1.3.6.1.4.1.3052.12.2.2.6.1.5 | displaystring | read-only |
Output type: RELAY, POWER, SSR, TTL. |
espcOutputAliasValue | 1.3.6.1.4.1.3052.12.2.2.6.1.6 | displaystring | read-only |
Output alias corresponding to its event state. |
espcOutputAliasColor | 1.3.6.1.4.1.3052.12.2.2.6.1.7 | displaystring | read-only |
Output color corresponding to its event state. |
espcOutputActiveAlias | 1.3.6.1.4.1.3052.12.2.2.6.1.10 | displaystring | read-write |
Alias for the output active state. |
espcOutputActiveColor | 1.3.6.1.4.1.3052.12.2.2.6.1.11 | displaystring | read-write |
Output color (as rendered in the web UI, in RGB hex format) corresponding to the output active state. |
espcOutputActiveActions | 1.3.6.1.4.1.3052.12.2.2.6.1.12 | displaystring | read-write |
Actions for the output active event. |
espcOutputActiveTrapnum | 1.3.6.1.4.1.3052.12.2.2.6.1.13 | integer32 | read-write |
Actions for the output active event. |
espcOutputActiveClass | 1.3.6.1.4.1.3052.12.2.2.6.1.14 | displaystring | read-write |
Class (severity) for the output active event. |
espcOutputInactiveAlias | 1.3.6.1.4.1.3052.12.2.2.6.1.20 | displaystring | read-write |
Alias for the output inactive state. |
espcOutputInactiveColor | 1.3.6.1.4.1.3052.12.2.2.6.1.21 | displaystring | read-write |
Output color (as rendered in the web UI, in RGB hex format) corresponding to the output inactive state. |
espcOutputInactiveActions | 1.3.6.1.4.1.3052.12.2.2.6.1.22 | displaystring | read-write |
Actions for the output inactive event. |
espcOutputInactiveTrapnum | 1.3.6.1.4.1.3052.12.2.2.6.1.23 | integer32 | read-write |
Actions for the output inactive event. |
espcOutputInactiveClass | 1.3.6.1.4.1.3052.12.2.2.6.1.24 | displaystring | read-write |
Class (severity) for the output inactive event. |
serialPorts | 1.3.6.1.4.1.3052.12.2.3 | |||
numberPorts | 1.3.6.1.4.1.3052.12.2.3.1 | integer32 | read-only |
Number of RS-232 ports found. Range: 2 or 4 |
portConfigTable | 1.3.6.1.4.1.3052.12.2.3.2 | no-access |
Port config table |
|
1.3.6.1.4.1.3052.12.2.3.2.1 | no-access |
Port config entry |
||
portConfigIndex | 1.3.6.1.4.1.3052.12.2.3.2.1.1 | integer32 | read-only |
Index for ports |
portConfigBaud | 1.3.6.1.4.1.3052.12.2.3.2.1.2 | integer32 | read-write |
Baud rate, 19200, 9600, etc. |
portConfigDataFormat | 1.3.6.1.4.1.3052.12.2.3.2.1.3 | integer32 | read-write |
Value representing word length, parity, and stop bits: 0=8N1, 1=7E1, 2=7O1, 3=7N1, 4=8O2 |
portConfigStripPtOutputLfs | 1.3.6.1.4.1.3052.12.2.3.2.1.4 | integer32 | read-write |
Strip passthrough LFs sent to device on this port: 1=yes, 0=no. |
portConfigStripPtInputLfs | 1.3.6.1.4.1.3052.12.2.3.2.1.5 | integer32 | read-write |
Strip passthrough LFs received from device on this port: 1=yes, 0=no. |
portConfigMaskEnable | 1.3.6.1.4.1.3052.12.2.3.2.1.7 | integer32 | read-write |
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. |
portConfigDAEnable | 1.3.6.1.4.1.3052.12.2.3.2.1.8 | integer32 | read-write |
1=Enable the Data Alarm Evaluator for data on this port. 0=Do not evaluate data on this port. |
portConfigStoreAlarmsDPT | 1.3.6.1.4.1.3052.12.2.3.2.1.9 | displaystring | read-write |
ON/OFF: store alarms received during passthrough |
portConfigRecordTimeout | 1.3.6.1.4.1.3052.12.2.3.2.1.10 | integer32 | read-write |
Timeout after last unterminated data received upon which data collected so far is stored as a record. |
portConfigDataType | 1.3.6.1.4.1.3052.12.2.3.2.1.11 | displaystring | read-write |
How the port interprets incoming data: ASCII/BINARY |
portConfigEtxToCRLF | 1.3.6.1.4.1.3052.12.2.3.2.1.12 | displaystring | read-write |
ON/OFF whether the port translates incoming ETX to CRLF |
portConfigMLREnable | 1.3.6.1.4.1.3052.12.2.3.2.1.13 | displaystring | read-write |
ON/OFF Whether Multiline Records are collected on this port. |
portConfigMLRStartField1Pos | 1.3.6.1.4.1.3052.12.2.3.2.1.14 | integer32 | read-write |
Position of MLR start field 1 |
portConfigMLRStartField1Text | 1.3.6.1.4.1.3052.12.2.3.2.1.15 | displaystring | read-write |
Text to match MLR start field 1 |
portConfigMLRStartField2Pos | 1.3.6.1.4.1.3052.12.2.3.2.1.16 | integer32 | read-write |
Position of MLR start field 2 |
portConfigMLRStartField2Text | 1.3.6.1.4.1.3052.12.2.3.2.1.17 | displaystring | read-write |
Text to match MLR start field 2 |
portConfigMLRNumLinesBefore | 1.3.6.1.4.1.3052.12.2.3.2.1.18 | integer32 | read-write |
Number of lines before the starting line which should be included in the MLR |
portConfigMLREndDetection | 1.3.6.1.4.1.3052.12.2.3.2.1.19 | displaystring | read-write |
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) |
portConfigMLRLineCount | 1.3.6.1.4.1.3052.12.2.3.2.1.20 | integer32 | read-write |
Number of lines in the MLR (used by the end detection mode) |
portConfigMLREndField1Pos | 1.3.6.1.4.1.3052.12.2.3.2.1.21 | integer32 | read-write |
Position of MLR end field 1 |
portConfigMLREndField1Text | 1.3.6.1.4.1.3052.12.2.3.2.1.22 | displaystring | read-write |
Text to match MLR end field 1 |
portConfigMLREndField2Pos | 1.3.6.1.4.1.3052.12.2.3.2.1.23 | integer32 | read-write |
Position of MLR end field 2 |
portConfigMLREndField2Text | 1.3.6.1.4.1.3052.12.2.3.2.1.24 | displaystring | read-write |
Text to match MLR end field 2 |
portConfigMLRUseComplexRules | 1.3.6.1.4.1.3052.12.2.3.2.1.25 | displaystring | read-write |
ON/OFF MLR parser uses complex rules (field possitions/ formulas, etc.) |
portConfigBufferPT | 1.3.6.1.4.1.3052.12.2.3.2.1.26 | displaystring | read-write |
ON/OFF records received during passthrough mode are buffered/stored in the database |
portConfigId | 1.3.6.1.4.1.3052.12.2.3.2.1.27 | displaystring | read-write |
The text identifer for the port |
portConfigMode | 1.3.6.1.4.1.3052.12.2.3.2.1.28 | displaystring | read-write |
Mode of the serial port. |
portConfigHsk | 1.3.6.1.4.1.3052.12.2.3.2.1.29 | displaystring | read-write |
Handshaking mode of the serial port. |
network | 1.3.6.1.4.1.3052.12.2.4 | |||
interface | 1.3.6.1.4.1.3052.12.2.4.1 | |||
ethernet | 1.3.6.1.4.1.3052.12.2.4.1.1 | |||
ethernet1 | 1.3.6.1.4.1.3052.12.2.4.1.1.1 | |||
eth1Mode | 1.3.6.1.4.1.3052.12.2.4.1.1.1.1 | displaystring | read-only |
Mode of the Ethernet1 interface: STATIC,DHCP |
eth1Address | 1.3.6.1.4.1.3052.12.2.4.1.1.1.2 | ipaddress | read-write |
Ethernet1 IP address |
eth1SubnetMask | 1.3.6.1.4.1.3052.12.2.4.1.1.1.3 | ipaddress | read-write |
Ethernet1 subnet mask |
eth1Router | 1.3.6.1.4.1.3052.12.2.4.1.1.1.4 | ipaddress | read-write |
Ethernet1 router |
eth1MAC | 1.3.6.1.4.1.3052.12.2.4.1.1.1.6 | displaystring | read-only |
Ethernet1 MAC |
ethernet2 | 1.3.6.1.4.1.3052.12.2.4.1.1.2 | |||
eth2Mode | 1.3.6.1.4.1.3052.12.2.4.1.1.2.1 | displaystring | read-only |
Mode of the Ethernet2 interface: STATIC,DHCP |
eth2Address | 1.3.6.1.4.1.3052.12.2.4.1.1.2.2 | ipaddress | read-write |
Ethernet2 IP address |
eth2SubnetMask | 1.3.6.1.4.1.3052.12.2.4.1.1.2.3 | ipaddress | read-write |
Ethernet2 subnet mask |
eth2Router | 1.3.6.1.4.1.3052.12.2.4.1.1.2.4 | ipaddress | read-write |
Ethernet2 router |
eth2MAC | 1.3.6.1.4.1.3052.12.2.4.1.1.2.6 | displaystring | read-only |
Ethernet2 MAC |
defaultRouter | 1.3.6.1.4.1.3052.12.2.4.2 | displaystring | read-write |
The default router/gateway |
dnsTable | 1.3.6.1.4.1.3052.12.2.4.3 | no-access |
DNS server address table |
|
1.3.6.1.4.1.3052.12.2.4.3.1 | no-access |
DNS server address entry |
||
dnsIndex | 1.3.6.1.4.1.3052.12.2.4.3.1.1 | integer32 | read-only |
Index for DNS server address |
dnsAddress | 1.3.6.1.4.1.3052.12.2.4.3.1.2 | ipaddress | read-write |
DNS server address |
hostname | 1.3.6.1.4.1.3052.12.2.4.4 | displaystring | read-write |
The hostname of the unit |
hostTable | 1.3.6.1.4.1.3052.12.2.4.5 | no-access |
Static host table |
|
1.3.6.1.4.1.3052.12.2.4.5.1 | no-access |
Static host entry |
||
hostIndex | 1.3.6.1.4.1.3052.12.2.4.5.1.1 | integer32 | read-only |
Index for static host |
hostDeclaration | 1.3.6.1.4.1.3052.12.2.4.5.1.2 | displaystring | read-write |
Static host declaration string (i.e. 'address hostname') |
ncpDuplex | 1.3.6.1.4.1.3052.12.2.4.6 | integer32 | read-write |
For network command processor: 1=Input characters are echoed; 0=no echo. |
ncpTimeout | 1.3.6.1.4.1.3052.12.2.4.7 | integer32 | read-write |
Network command processor inactivity timeout |
snmp | 1.3.6.1.4.1.3052.12.2.4.8 | |||
snmpAgentEnable | 1.3.6.1.4.1.3052.12.2.4.8.1 | displaystring | read-write |
ON/OFF for snmp agent |
snmpNotificationCaptureEnable | 1.3.6.1.4.1.3052.12.2.4.8.5 | displaystring | read-write |
ON/OFF unit receives and stores SNMP traps/informs |
snmpNotificationCaptureFile | 1.3.6.1.4.1.3052.12.2.4.8.6 | displaystring | read-write |
File to which unit stores received SNMP traps/informs |
snmpNotificationTx | 1.3.6.1.4.1.3052.12.2.4.8.7 | |||
snmpNtfnAttempts | 1.3.6.1.4.1.3052.12.2.4.8.7.1 | integer32 | read-write |
Maximum of times the unit attempts to send a notification (trap/inform) in 1 cycle |
snmpNtfnTimeout | 1.3.6.1.4.1.3052.12.2.4.8.7.2 | integer32 | read-write |
Number of seconds between retries of sending a notification |
snmpNtfnCycles | 1.3.6.1.4.1.3052.12.2.4.8.7.3 | integer32 | read-write |
Number of times the unit attempts a group of attempts to send a notification (a cycle) |
snmpNtfnSnooze | 1.3.6.1.4.1.3052.12.2.4.8.7.4 | integer32 | read-write |
Minutes between cycles |
ftpPush | 1.3.6.1.4.1.3052.12.2.4.9 | |||
ftpPushEnable | 1.3.6.1.4.1.3052.12.2.4.9.1 | displaystring | read-write |
Enable FTP push for REGULAR (protocol: FTP) or SECURE (protocol: SFTP) operation, or disable it (OFF) |
ftpPushServer | 1.3.6.1.4.1.3052.12.2.4.9.2 | displaystring | read-write |
FTP server to which data should be pushed |
ftpPushAccount | 1.3.6.1.4.1.3052.12.2.4.9.5 | displaystring | read-write |
FTP push account |
ftpPushDirectory | 1.3.6.1.4.1.3052.12.2.4.9.6 | displaystring | read-write |
FTP push directory |
ftpPushperiod | 1.3.6.1.4.1.3052.12.2.4.9.7 | integer32 | read-write |
Minutes between pushes |
ftpPushPushFileTable | 1.3.6.1.4.1.3052.12.2.4.9.8 | no-access |
Table of files to push |
|
1.3.6.1.4.1.3052.12.2.4.9.8.1 | no-access |
Entry for table of files to push |
||
ftpPushPushFileIndex | 1.3.6.1.4.1.3052.12.2.4.9.8.1.1 | integer32 | read-only |
Index for table of files to push |
ftpPushPushFile | 1.3.6.1.4.1.3052.12.2.4.9.8.1.2 | displaystring | read-write |
ON/OFF push this local FILEx |
ftpPushPushAudit | 1.3.6.1.4.1.3052.12.2.4.9.9 | displaystring | read-write |
ON/OFF push the audit log |
ftpPushPushAlarms | 1.3.6.1.4.1.3052.12.2.4.9.10 | displaystring | read-write |
ON/OFF push the alarms/events file |
ftpPushRemoteFileTable | 1.3.6.1.4.1.3052.12.2.4.9.11 | no-access |
Table of remote names of files to push |
|
1.3.6.1.4.1.3052.12.2.4.9.11.1 | no-access |
Entry for table of remote names of files to push |
||
ftpPushRemoteFileIndex | 1.3.6.1.4.1.3052.12.2.4.9.11.1.1 | integer32 | read-only |
Index for table of remote names of files to push |
ftpPushRemoteFileName | 1.3.6.1.4.1.3052.12.2.4.9.11.1.2 | displaystring | read-write |
remote name of pushed FILEx (name on server) |
ftpPushRemoteAlarmName | 1.3.6.1.4.1.3052.12.2.4.9.12 | displaystring | read-write |
Filename on server for alarms |
ftpPushPassive | 1.3.6.1.4.1.3052.12.2.4.9.13 | displaystring | read-write |
ON/OFF use ftp passive mode |
ftpPushIncludeDate | 1.3.6.1.4.1.3052.12.2.4.9.14 | displaystring | read-write |
ON/OFF include the date in the name of the pushed file |
ftpPushIncludeTime | 1.3.6.1.4.1.3052.12.2.4.9.15 | displaystring | read-write |
ON/OFF include the time in the name of the pushed file |
ftpPushIncludeSeq | 1.3.6.1.4.1.3052.12.2.4.9.16 | displaystring | read-write |
ON/OFF include a sequence number in the name of the pushed file |
ftpPushPermissions | 1.3.6.1.4.1.3052.12.2.4.9.17 | displaystring | read-write |
Unix permissions to apply to pushed files (octal notation). |
ppp | 1.3.6.1.4.1.3052.12.2.4.10 | |||
pppDial | 1.3.6.1.4.1.3052.12.2.4.10.1 | |||
pppDialEnable | 1.3.6.1.4.1.3052.12.2.4.10.1.1 | displaystring | read-write |
ON/OFF PPP dialout enabled |
pppDialNumber | 1.3.6.1.4.1.3052.12.2.4.10.1.2 | displaystring | read-write |
phone number to dial |
pppDialIdleTimeout | 1.3.6.1.4.1.3052.12.2.4.10.1.5 | integer32 | read-write |
Seconds of inactivity after which the unit disconnects |
pppDialRetries | 1.3.6.1.4.1.3052.12.2.4.10.1.6 | integer32 | read-write |
Number of dialing retries for PPP |
pppDialCDTimeout | 1.3.6.1.4.1.3052.12.2.4.10.1.7 | integer32 | read-write |
Number of seconds to wait after dialing for CD before giving up |
pppDialLoginTimeout | 1.3.6.1.4.1.3052.12.2.4.10.1.8 | integer32 | read-write |
Seconds to wait to negotiate PPP after connecting |
pppDialMdmInit | 1.3.6.1.4.1.3052.12.2.4.10.1.9 | displaystring | read-write |
Modem init string to use when dialing PPP |
pppDialSuggestIP | 1.3.6.1.4.1.3052.12.2.4.10.1.10 | ipaddress | read-write |
IP address to suggest as the unit's end (local end) of the PPP link |
pppDialPlainLogin | 1.3.6.1.4.1.3052.12.2.4.10.1.11 | displaystring | read-write |
ON/OFF look for login/password prompt before negotiating PPP |
pppHost | 1.3.6.1.4.1.3052.12.2.4.10.2 | |||
pppHostEnable | 1.3.6.1.4.1.3052.12.2.4.10.2.1 | displaystring | read-write |
ON/OFF Unit accepts PPP negotiation |
pppHostIdleTimeout | 1.3.6.1.4.1.3052.12.2.4.10.2.2 | integer32 | read-write |
Seconds of inactivity after which PPP-hosted link will terminate |
pppHostLocalIP | 1.3.6.1.4.1.3052.12.2.4.10.2.3 | ipaddress | read-write |
Local IP address to negotiate |
pppHostRemoteIP | 1.3.6.1.4.1.3052.12.2.4.10.2.4 | ipaddress | read-write |
Remote IP address to hand out to PPP peer |
routing | 1.3.6.1.4.1.3052.12.2.4.11 | |||
pppRoutingEnable | 1.3.6.1.4.1.3052.12.2.4.11.1 | displaystring | read-write |
ON/OFF unit routes IP traffic from PPP/Wireless to Ethernet |
routingInterface | 1.3.6.1.4.1.3052.12.2.4.11.4 | displaystring | read-write |
When pppRoutingEnable is enabled, this is the Ethernet interface to which IP frames received on PPP are routed |
netSecurity | 1.3.6.1.4.1.3052.12.2.4.12 | |||
ipRestriction | 1.3.6.1.4.1.3052.12.2.4.12.1 | |||
ipRestrictionTable | 1.3.6.1.4.1.3052.12.2.4.12.1.1 | no-access |
Table of IP restrictions |
|
1.3.6.1.4.1.3052.12.2.4.12.1.1.1 | no-access |
Entry for table of IP restrictions |
||
ipRestrictionIndex | 1.3.6.1.4.1.3052.12.2.4.12.1.1.1.1 | integer32 | read-only |
Index for table of IP restrictions |
ipRestrictionEnable | 1.3.6.1.4.1.3052.12.2.4.12.1.1.1.2 | displaystring | read-write |
ON/OFF enable this IP restriction |
ipRestrictionMask | 1.3.6.1.4.1.3052.12.2.4.12.1.1.1.3 | displaystring | read-write |
IP restriction mask |
rts | 1.3.6.1.4.1.3052.12.2.4.13 | |||
rtsFileTable | 1.3.6.1.4.1.3052.12.2.4.13.1 | no-access |
Table of RTS files |
|
1.3.6.1.4.1.3052.12.2.4.13.1.1 | no-access |
Entry for table of RTS files |
||
rtsFileIndex | 1.3.6.1.4.1.3052.12.2.4.13.1.1.1 | integer32 | read-only |
Index for table of RTS files |
rtsFileMode | 1.3.6.1.4.1.3052.12.2.4.13.1.1.2 | displaystring | read-write |
RTS mode (OFF,LISTEN,PUSH) for FILEx |
rtsFileShowAnswer | 1.3.6.1.4.1.3052.12.2.4.13.1.1.3 | displaystring | read-write |
Show answer string upon RTS connect for FILEx |
rtsFileReqXON | 1.3.6.1.4.1.3052.12.2.4.13.1.1.4 | displaystring | read-write |
ON/OFF require XON to start flow for FILEx |
rtsFileTimeout | 1.3.6.1.4.1.3052.12.2.4.13.1.1.5 | integer32 | read-write |
Idle connection close timer (0 means no timeout) for FILEx |
rtsFileEmptyClose | 1.3.6.1.4.1.3052.12.2.4.13.1.1.6 | displaystring | read-write |
ON/OFF close the socket when FILEx is empty |
rtsFilePushHost | 1.3.6.1.4.1.3052.12.2.4.13.1.1.7 | displaystring | read-write |
Host to which FILEx should be pushed via RTS |
rtsFilePushPort | 1.3.6.1.4.1.3052.12.2.4.13.1.1.8 | integer32 | read-write |
TCP port to which FILEx should be pushed via RTS |
rtsFilePushRetryTimer | 1.3.6.1.4.1.3052.12.2.4.13.1.1.9 | integer32 | read-write |
Retry timer (seconds) for retrying failed RTS push connect attempts |
rtsAlarms | 1.3.6.1.4.1.3052.12.2.4.13.2 | |||
rtsAlarmsMode | 1.3.6.1.4.1.3052.12.2.4.13.2.1 | displaystring | read-write |
RTS mode (OFF,LISTEN,PUSH) for alarms file |
rtsAlarmsShowAnswer | 1.3.6.1.4.1.3052.12.2.4.13.2.2 | displaystring | read-write |
Show answer string upon RTS connect for alarms file |
rtsAlarmsReqXON | 1.3.6.1.4.1.3052.12.2.4.13.2.3 | displaystring | read-write |
ON/OFF require XON to start flow for alarms file |
rtsAlarmsTimeout | 1.3.6.1.4.1.3052.12.2.4.13.2.4 | integer32 | read-write |
Idle connection close timer (0 means no timeout) for alarms file |
rtsAlarmsEmptyClose | 1.3.6.1.4.1.3052.12.2.4.13.2.5 | displaystring | read-write |
ON/OFF close the socket when this file is empty for alarms file |
rtsAlarmsPushHost | 1.3.6.1.4.1.3052.12.2.4.13.2.6 | displaystring | read-write |
Host to which alarms file should be pushed via RTS |
rtsAlarmsPushPort | 1.3.6.1.4.1.3052.12.2.4.13.2.7 | integer32 | read-write |
TCP port to which alarms file should be pushed via RTS |
rtsAlarmsPushRetryTimer | 1.3.6.1.4.1.3052.12.2.4.13.2.8 | integer32 | read-write |
Retry timer (seconds) for retrying failed RTS push connect attempts |
trap | 1.3.6.1.4.1.3052.12.2.4.14 | |||
trapInclude | 1.3.6.1.4.1.3052.12.2.4.14.1 | |||
trapIncludeDateTime | 1.3.6.1.4.1.3052.12.2.4.14.1.1 | displaystring | read-write |
ON/OFF include date and time in stock trap message |
trapIncludeSiteName | 1.3.6.1.4.1.3052.12.2.4.14.1.2 | displaystring | read-write |
ON/OFF include site name in stock trap message |
trapIncludeSensorID | 1.3.6.1.4.1.3052.12.2.4.14.1.3 | displaystring | read-write |
ON/OFF include sensor ID in stock trap message |
trapIncludeUDName | 1.3.6.1.4.1.3052.12.2.4.14.1.4 | displaystring | read-write |
ON/OFF include user defined name in stock trap message |
trapIncludeUDState | 1.3.6.1.4.1.3052.12.2.4.14.1.5 | displaystring | read-write |
ON/OFF include user defined state in stock trap message |
trapIncludeSourceAddress | 1.3.6.1.4.1.3052.12.2.4.14.1.6 | ipaddress | read-write |
ON/OFF include source IP address in stock trap message |
trapAuthFailEnable | 1.3.6.1.4.1.3052.12.2.4.14.2 | displaystring | read-write |
ON/OFF enable trap sent upon SNMP authentication failure |
routeTest | 1.3.6.1.4.1.3052.12.2.4.15 | |||
routeTestEnable | 1.3.6.1.4.1.3052.12.2.4.15.1 | displaystring | read-write |
ON/OFF enable route testing |
routeTestPeriod | 1.3.6.1.4.1.3052.12.2.4.15.2 | integer32 | read-write |
The period which a route is considered valid |
routeTestAddressTable | 1.3.6.1.4.1.3052.12.2.4.15.3 | no-access |
Table of route testing addresses |
|
1.3.6.1.4.1.3052.12.2.4.15.3.1 | no-access |
Entry for table of RTS files |
||
routeTestAddressIndex | 1.3.6.1.4.1.3052.12.2.4.15.3.1.1 | integer32 | read-only |
Index for table of RTS files |
routeTestAddress | 1.3.6.1.4.1.3052.12.2.4.15.3.1.2 | displaystring | read-write |
Address to ping to see if the route to it is valid |
wireless | 1.3.6.1.4.1.3052.12.2.4.16 | |||
wirelessMode | 1.3.6.1.4.1.3052.12.2.4.16.1 | displaystring | read-write |
Wireless mode (OFF,PERMANENT-EDGE) |
wirelessAPN | 1.3.6.1.4.1.3052.12.2.4.16.2 | displaystring | read-write |
Wireless access point name |
wirelessIdleTimeout | 1.3.6.1.4.1.3052.12.2.4.16.3 | integer32 | read-write |
Wireless idle timeout |
wirelessPIN | 1.3.6.1.4.1.3052.12.2.4.16.5 | displaystring | read-write |
Wireless modem SIM PIN |
wirelessDRE | 1.3.6.1.4.1.3052.12.2.4.16.9 | displaystring | read-write |
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. |
wirelessPPPUsername | 1.3.6.1.4.1.3052.12.2.4.16.10 | displaystring | read-write |
Username for PPP-based wireless modem connections. |
wirelessFirewall | 1.3.6.1.4.1.3052.12.2.4.16.11 | displaystring | read-write |
Enable wireless modem firewall. |
wirelessKeepaliveThreshold | 1.3.6.1.4.1.3052.12.2.4.16.12 | integer32 | read-write |
Minutes of no RX activity before sending keep-alive. |
wirelessPPPDebug | 1.3.6.1.4.1.3052.12.2.4.16.13 | displaystring | read-write |
Enable wireless modem PPP debug. |
wirelessConnectivity | 1.3.6.1.4.1.3052.12.2.4.16.20 | |||
wirelessConnEnable | 1.3.6.1.4.1.3052.12.2.4.16.20.1 | displaystring | read-write |
Enable wireless modem connectivity check. |
wirelessConnCheckInterval | 1.3.6.1.4.1.3052.12.2.4.16.20.2 | integer32 | read-write |
Wireless connectivity check interval in minutes. |
wirelessConnFailThreshold | 1.3.6.1.4.1.3052.12.2.4.16.20.3 | integer32 | read-write |
Wireless connectivity fail threshold. |
wirelessConnIP1 | 1.3.6.1.4.1.3052.12.2.4.16.20.10 | ipaddress | read-write |
Wireless connectivity check IP address 1. |
wirelessConnIP2 | 1.3.6.1.4.1.3052.12.2.4.16.20.11 | ipaddress | read-write |
Wireless connectivity check IP address 2. |
1.3.6.1.4.1.3052.12.2.4.17 | ||||
emailServer | 1.3.6.1.4.1.3052.12.2.4.17.1 | displaystring | read-write |
SMTP server to which the unit sends email |
emailDomain | 1.3.6.1.4.1.3052.12.2.4.17.2 | displaystring | read-write |
Domain to use in recipient address |
emailAuthEnable | 1.3.6.1.4.1.3052.12.2.4.17.3 | displaystring | read-write |
ON/OFF enable SMTP authentication |
netAdvanced | 1.3.6.1.4.1.3052.12.2.4.18 | |||
arpFilter | 1.3.6.1.4.1.3052.12.2.4.18.1 | integer32 | read-write |
ARP filter code |
web | 1.3.6.1.4.1.3052.12.2.4.19 | |||
webEnable | 1.3.6.1.4.1.3052.12.2.4.19.1 | displaystring | read-write |
ON/OFF for the web interface |
webPort | 1.3.6.1.4.1.3052.12.2.4.19.2 | integer32 | read-write |
TCP port on which web interface listens |
webTimeout | 1.3.6.1.4.1.3052.12.2.4.19.3 | integer32 | read-write |
Web interface session timeout (seconds) |
ethExpan | 1.3.6.1.4.1.3052.12.2.4.20 | |||
ethExpanIp | 1.3.6.1.4.1.3052.12.2.4.20.1 | ipaddress | read-write |
IPv4 address of the unit reachable by nodes on the network interface consisting of the Ethernet Expansion Card(s). If this is default (0.0.0.0), then each card will still convey Ethernet traffic (acting as Ethernet switch) among its nodes but those nodes will not be able to communicate with the unit. |
ethExpanMask | 1.3.6.1.4.1.3052.12.2.4.20.2 | ipaddress | read-write |
IPv4 subnet mask for the Ethernet Expansion network interface. |
ethExpanCardTable | 1.3.6.1.4.1.3052.12.2.4.20.3 | no-access |
Table of Ethernet Expansion cards |
|
1.3.6.1.4.1.3052.12.2.4.20.3.1 | no-access |
Entry for table of Ethernet Expansion cards |
||
ethExpanCardIndex | 1.3.6.1.4.1.3052.12.2.4.20.3.1.1 | integer32 | read-only |
Index for table of Ethernet Expansion cards |
ethExpanCardMAC | 1.3.6.1.4.1.3052.12.2.4.20.3.1.2 | displaystring | read-only |
MAC address for each Ethernet Expansion Card that is bridged together to form the Ethernet Expansion network interface. |
ethExpanDHCP | 1.3.6.1.4.1.3052.12.2.4.20.6 | |||
ethExpanDHCPStartIp | 1.3.6.1.4.1.3052.12.2.4.20.6.1 | ipaddress | read-write |
Starting IP address for serving DHCP addresses on the Ethernet Expansion network interface. If this is default (0.0.0.0) then the unit will not run DHCP to serve addresses. |
ethExpanDHCPLeaseTime | 1.3.6.1.4.1.3052.12.2.4.20.6.2 | integer32 | read-write |
Lease time for Ethernet Expansion DHCP clients in minutes. |
ipv6 | 1.3.6.1.4.1.3052.12.2.4.21 | |||
ipv6DefaultRouter | 1.3.6.1.4.1.3052.12.2.4.21.1 | displaystring | read-write |
The IPv6 default router in use. |
cpe | 1.3.6.1.4.1.3052.12.2.4.22 | |||
cpeTable | 1.3.6.1.4.1.3052.12.2.4.22.1 | no-access |
Table of CPEs |
|
1.3.6.1.4.1.3052.12.2.4.22.1.1 | no-access |
Entry for table of CPEs |
||
cpeIndex | 1.3.6.1.4.1.3052.12.2.4.22.1.1.1 | integer32 | read-only |
Index for table of CPEs |
cpeHost | 1.3.6.1.4.1.3052.12.2.4.22.1.1.2 | displaystring | read-write |
CPE host (IP address or DNS name) |
cpeName | 1.3.6.1.4.1.3052.12.2.4.22.1.1.3 | displaystring | read-write |
CPE name, informational only |
cpeDescription | 1.3.6.1.4.1.3052.12.2.4.22.1.1.4 | displaystring | read-write |
CPE description, informational only |
cpeKeepalive | 1.3.6.1.4.1.3052.12.2.4.22.1.1.5 | integer32 | read-write |
Number of seconds between each successful ping request. |
cpeThreshold | 1.3.6.1.4.1.3052.12.2.4.22.1.1.6 | integer32 | read-write |
Number of unsuccessful pings that triggers the CPE event. |
cpeEventReminderInterval | 1.3.6.1.4.1.3052.12.2.4.22.1.1.7 | integer32 | read-write |
CPE event reminder interval (minutes). |
cpeKeepaliveTicks | 1.3.6.1.4.1.3052.12.2.4.22.1.1.20 | integer32 | read-write |
CPE ping period in 16ths of a second (nonzero overrides keepalive). |
cpePingSize | 1.3.6.1.4.1.3052.12.2.4.22.1.1.21 | integer32 | read-write |
Number of bytes in CPE ping payload |
cpeInfoReset | 1.3.6.1.4.1.3052.12.2.4.22.1.1.30 | integer32 | read-only |
Set any number to reset CPE ping stats. |
cpeInfoNumReq | 1.3.6.1.4.1.3052.12.2.4.22.1.1.31 | integer32 | read-only |
Total number of requests transmitted. |
cpeInfoNumGoodResp | 1.3.6.1.4.1.3052.12.2.4.22.1.1.32 | integer32 | read-only |
Total number of non-corrupt responses. |
cpeInfoNumBadResp | 1.3.6.1.4.1.3052.12.2.4.22.1.1.33 | integer32 | read-only |
Total number of corrupt responses. |
cpeInfoNumLostResp | 1.3.6.1.4.1.3052.12.2.4.22.1.1.34 | integer32 | read-only |
Total number of requests with no response. |
cpeInfoPercentLoss | 1.3.6.1.4.1.3052.12.2.4.22.1.1.35 | displaystring | read-only |
Percent loss (missing responses / total requests). |
cpeInfoPercentBad | 1.3.6.1.4.1.3052.12.2.4.22.1.1.36 | displaystring | read-only |
Percent corrupt (corrupt responses / total requests). |
modem | 1.3.6.1.4.1.3052.12.2.5 | |||
modemFormat | 1.3.6.1.4.1.3052.12.2.5.1 | displaystring | read-write |
Modem data format (8N1,7E1,7O1,7N1) |
modemInitString | 1.3.6.1.4.1.3052.12.2.5.2 | displaystring | read-write |
Init string for modem |
modemCallAttempts | 1.3.6.1.4.1.3052.12.2.5.4 | integer32 | read-write |
Max mumber of times the modem should try to call out until successful connect |
modemCallDelay | 1.3.6.1.4.1.3052.12.2.5.5 | integer32 | read-write |
Minimum delay (seconds) between callouts |
modemCmdTimout | 1.3.6.1.4.1.3052.12.2.5.6 | integer32 | read-write |
Number of minutes after which an idle command session via modem is terminated |
modemGoto | 1.3.6.1.4.1.3052.12.2.5.7 | displaystring | read-write |
When a user connects, where that user is routed (command session, passthrough to port 1, passthrough to port 2, etc.) |
modemClid | 1.3.6.1.4.1.3052.12.2.5.8 | |||
modemCLIDEnable | 1.3.6.1.4.1.3052.12.2.5.8.1 | displaystring | read-write |
ON/OFF Calling Line Identification security |
modemCLIDNumberTable | 1.3.6.1.4.1.3052.12.2.5.8.2 | no-access |
Table of authorized callers identified by phone number |
|
1.3.6.1.4.1.3052.12.2.5.8.2.1 | no-access |
Entry for table of CLID numbers |
||
modemCLIDNumberIndex | 1.3.6.1.4.1.3052.12.2.5.8.2.1.1 | integer32 | read-only |
Index for table of CLID numbers |
modemCLIDNumber | 1.3.6.1.4.1.3052.12.2.5.8.2.1.2 | displaystring | read-write |
auhorized CLID number |
modemTAPInitString | 1.3.6.1.4.1.3052.12.2.5.9 | displaystring | read-write |
Init string to use for TAP (pager) connections |
modemTAP8N1 | 1.3.6.1.4.1.3052.12.2.5.10 | displaystring | read-write |
ON/OFF: use 8N1 data/parity/stop for TAP connections |
time | 1.3.6.1.4.1.3052.12.2.8 | |||
clock | 1.3.6.1.4.1.3052.12.2.8.1 | displaystring | read-write |
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. |
console | 1.3.6.1.4.1.3052.12.2.10 | |||
consoleDuplex | 1.3.6.1.4.1.3052.12.2.10.1 | displaystring | read-write |
ON/OFF characters echoed on telnet command session |
consoleTimeout | 1.3.6.1.4.1.3052.12.2.10.2 | integer32 | read-write |
Minutes of inactivity after which telnet command session is terminated |
consoleConfirm | 1.3.6.1.4.1.3052.12.2.10.7 | displaystring | read-write |
ON/OFF Prompt to confirm certain actions |
unitSecurity | 1.3.6.1.4.1.3052.12.2.11 | |||
secCore | 1.3.6.1.4.1.3052.12.2.11.1 | |||
scShowPasswordPrompt | 1.3.6.1.4.1.3052.12.2.11.1.1 | displaystring | read-write |
ON/OFF show password prompt upon login |
scConsoleLoginRequired | 1.3.6.1.4.1.3052.12.2.11.1.2 | displaystring | read-write |
ON/OFF login required upon connecting via console |
scModemLoginRequired | 1.3.6.1.4.1.3052.12.2.11.1.3 | displaystring | read-write |
ON/OFF login required upon connecting via modem |
scTelnetLoginRequired | 1.3.6.1.4.1.3052.12.2.11.1.4 | displaystring | read-write |
ON/OFF login required upon connecting via Telnet |
scTelnetPTLoginRequired | 1.3.6.1.4.1.3052.12.2.11.1.5 | displaystring | read-write |
ON/OFF login required upon connecting via Telnet to pass- through ports (TCP ports 210x) |
scRTSLoginRequired | 1.3.6.1.4.1.3052.12.2.11.1.6 | displaystring | read-write |
ON/OFF login required upon connecting to RTS (TCP ports 220x) |
scAuthMode | 1.3.6.1.4.1.3052.12.2.11.1.7 | displaystring | read-write |
Authentication mode (USERNAME/PW,PW/USERNAME,PASSWORD ONLY) |
scRightsGroup | 1.3.6.1.4.1.3052.12.2.11.1.8 | displaystring | read-write |
The set of aliases used for the 8 available rights levels |
scSecret | 1.3.6.1.4.1.3052.12.2.11.1.9 | displaystring | read-write |
Shared secret for challenges |
secUserTable | 1.3.6.1.4.1.3052.12.2.11.2 | no-access |
Table of users |
|
1.3.6.1.4.1.3052.12.2.11.2.1 | no-access |
Entry for table of users |
||
secUserIndex | 1.3.6.1.4.1.3052.12.2.11.2.1.1 | integer32 | read-only |
Index for table of users |
secUserEnable | 1.3.6.1.4.1.3052.12.2.11.2.1.2 | displaystring | read-write |
ON/OFF enable user |
secUserConnectVia | 1.3.6.1.4.1.3052.12.2.11.2.1.5 | displaystring | read-write |
Methods by which user is allowed to connect: L=local (console) T=Telnet M=modem F=FTP R=RTS S=SSH |
secUserLoginTo | 1.3.6.1.4.1.3052.12.2.11.2.1.6 | displaystring | read-write |
The function presented to the user upon login (COMMAND, PASSTHROUGH,MENU) |
secUserAccessFile | 1.3.6.1.4.1.3052.12.2.11.2.1.7 | displaystring | read-write |
The default access file associated with the user |
secUserPTEscapeTo | 1.3.6.1.4.1.3052.12.2.11.2.1.9 | displaystring | read-write |
The function presented to the user upon escaping pass- through: currently only MENU |
secUserPPPType | 1.3.6.1.4.1.3052.12.2.11.2.1.10 | displaystring | read-write |
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) |
secUserRights | 1.3.6.1.4.1.3052.12.2.11.2.1.11 | displaystring | read-write |
The rights level granted to this user |
secUserEventsReadAccess | 1.3.6.1.4.1.3052.12.2.11.2.1.13 | displaystring | read-write |
DENY/ALLOW user to read the events/alarms file |
secUserAuditReadAccess | 1.3.6.1.4.1.3052.12.2.11.2.1.14 | displaystring | read-write |
DENY/ALLOW user to read the audit log |
secUserEventsWriteAccess | 1.3.6.1.4.1.3052.12.2.11.2.1.16 | displaystring | read-write |
DENY/ALLOW user to delete the events file |
secUserAuditWriteAccess | 1.3.6.1.4.1.3052.12.2.11.2.1.17 | displaystring | read-write |
DENY/ALLOW user to write to the audit log |
secUserExpiration | 1.3.6.1.4.1.3052.12.2.11.2.1.18 | displaystring | read-write |
Expiration date/time of this user |
secUserCallbackNumber1 | 1.3.6.1.4.1.3052.12.2.11.2.1.19 | displaystring | read-write |
Number slot 1 the unit calls for dialback |
secUserCallbackNumber2 | 1.3.6.1.4.1.3052.12.2.11.2.1.20 | displaystring | read-write |
Number slot 2 the unit calls for dialback |
secUserCallbackNumber3 | 1.3.6.1.4.1.3052.12.2.11.2.1.21 | displaystring | read-write |
Number slot 3 the unit calls for dialback |
secUserChallengeTelnetMode | 1.3.6.1.4.1.3052.12.2.11.2.1.22 | displaystring | read-write |
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 |
secUserChallengeModemMode | 1.3.6.1.4.1.3052.12.2.11.2.1.23 | displaystring | read-write |
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 |
secUserChallengeConsoleMode | 1.3.6.1.4.1.3052.12.2.11.2.1.24 | displaystring | read-write |
Console challenge mode: when user logs in via console, unit allows access (OFF), or presents a challenge (CHALLENGE) |
secUserChallengeTelnetSendTo | 1.3.6.1.4.1.3052.12.2.11.2.1.25 | displaystring | read-write |
Email action used as the destination address for one-time- password when a user logs in with a challenge mode of SEND PASSWORD |
secUserChallengeModemSendTo | 1.3.6.1.4.1.3052.12.2.11.2.1.26 | displaystring | read-write |
Modem action used as the destination phone number for one- time-password when a user logs in with a challenge mode of SEND PASSWORD |
secUserChallengeExpiration | 1.3.6.1.4.1.3052.12.2.11.2.1.27 | integer32 | read-write |
Time (in minutes) after which a one-time-password is sent that it can be used to log in |
secFactory | 1.3.6.1.4.1.3052.12.2.11.3 | |||
sfEnable | 1.3.6.1.4.1.3052.12.2.11.3.1 | displaystring | read-write |
ON/OFF enable factory access |
sfSecret | 1.3.6.1.4.1.3052.12.2.11.3.2 | displaystring | read-write |
Secret used for factory access |
secVPN | 1.3.6.1.4.1.3052.12.2.11.5 | |||
event | 1.3.6.1.4.1.3052.12.2.12 | |||
evCore | 1.3.6.1.4.1.3052.12.2.12.1 | |||
evClassNameTable | 1.3.6.1.4.1.3052.12.2.12.1.1 | no-access |
Table of classes |
|
1.3.6.1.4.1.3052.12.2.12.1.1.1 | no-access |
Entry for table of classes |
||
evClassNameIndex | 1.3.6.1.4.1.3052.12.2.12.1.1.1.1 | integer32 | read-only |
Index for table of classes |
evClassName | 1.3.6.1.4.1.3052.12.2.12.1.1.1.2 | displaystring | read-write |
Class name for this slot |
evReminderInterval | 1.3.6.1.4.1.3052.12.2.12.1.2 | integer32 | read-write |
Interval (minutes) between EventSensor reminder events |
evLog | 1.3.6.1.4.1.3052.12.2.12.1.3 | |||
evLogEnable | 1.3.6.1.4.1.3052.12.2.12.1.3.1 | displaystring | read-write |
ON/OFF enable event log |
evLogStoreAlarm | 1.3.6.1.4.1.3052.12.2.12.1.3.2 | displaystring | read-write |
ON/OFF store data alarms in event log |
evLogMaxSize | 1.3.6.1.4.1.3052.12.2.12.1.3.3 | integer32 | read-write |
max size (in KB) of event log |
evLogStoreSensor | 1.3.6.1.4.1.3052.12.2.12.1.3.4 | displaystring | read-write |
ON/OFF store EventSensor events in event log |
evLogTimeStampAlarms | 1.3.6.1.4.1.3052.12.2.12.1.3.5 | displaystring | read-write |
ON/OFF put timestamps on event log entries |
evLogPrependName | 1.3.6.1.4.1.3052.12.2.12.1.3.6 | displaystring | read-write |
ON/OFF prepend data event name to data alarm records in event log |
evMgmt | 1.3.6.1.4.1.3052.12.2.12.1.4 | |||
evMgmtReprocess | 1.3.6.1.4.1.3052.12.2.12.1.4.3 | displaystring | read-write |
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 |
evData | 1.3.6.1.4.1.3052.12.2.12.2 | |||
evdCore | 1.3.6.1.4.1.3052.12.2.12.2.1 | |||
evdExitOnTrue | 1.3.6.1.4.1.3052.12.2.12.2.1.1 | displaystring | read-write |
ON/OFF: Data alarm evaluator stops checking record against alarm equations when it finds an equation that matches |
evdFilterAction | 1.3.6.1.4.1.3052.12.2.12.2.1.2 | displaystring | read-write |
What happens to a record that matches an equation: REJECT/ACCEPT |
evdWildCardChar | 1.3.6.1.4.1.3052.12.2.12.2.1.3 | integer32 | read-write |
Character (in decimal ASCII code format) used to indicate wildcards in data alarm equation |
evdTable | 1.3.6.1.4.1.3052.12.2.12.2.2 | no-access |
Table of data events |
|
1.3.6.1.4.1.3052.12.2.12.2.2.1 | no-access |
Entry for table of data events |
||
evdIndex | 1.3.6.1.4.1.3052.12.2.12.2.2.1.1 | integer32 | read-only |
Index for table of data events |
evdEnable | 1.3.6.1.4.1.3052.12.2.12.2.2.1.2 | displaystring | read-write |
ON/OFF enable this data event |
evdName | 1.3.6.1.4.1.3052.12.2.12.2.2.1.3 | displaystring | read-write |
Name for this data event |
evdEquation | 1.3.6.1.4.1.3052.12.2.12.2.2.1.4 | displaystring | read-write |
Equation for this data event |
evdThreshold | 1.3.6.1.4.1.3052.12.2.12.2.2.1.5 | integer32 | read-write |
Number of equation matches that must happen to trigger this data event |
evdAutoClear | 1.3.6.1.4.1.3052.12.2.12.2.2.1.6 | displaystring | read-write |
ON/OFF this data alarm is automatically cleared (re-armed) upon reaching the threshold number of matches |
evdClearInterval | 1.3.6.1.4.1.3052.12.2.12.2.2.1.7 | displaystring | read-write |
Interval at which this alarm is automatically cleared (no bearing with evdAutoClear) |
evdClearTime | 1.3.6.1.4.1.3052.12.2.12.2.2.1.8 | displaystring | read-write |
Tie of day (HH:MM) at which this data alarm is cleared (no bearing with evdAutoClear) |
evdActions | 1.3.6.1.4.1.3052.12.2.12.2.2.1.9 | displaystring | read-write |
Actions for this data event |
evdClass | 1.3.6.1.4.1.3052.12.2.12.2.2.1.10 | displaystring | read-write |
Class for this data event |
evdTrapNum | 1.3.6.1.4.1.3052.12.2.12.2.2.1.11 | integer32 | read-write |
Trap number for this event |
evdMode | 1.3.6.1.4.1.3052.12.2.12.2.2.1.12 | displaystring | read-write |
ALARM/FILTER: what is happens when this data event triggers: either generate actions (mode=ALARM) )or ACCEPT/REJECT (via evdFilterAction) the record (mode=FILTER) |
evdFieldTable | 1.3.6.1.4.1.3052.12.2.12.2.3 | no-access |
Table of data event fields |
|
1.3.6.1.4.1.3052.12.2.12.2.3.1 | no-access |
Entry for table of data event fields |
||
evdFieldIndex | 1.3.6.1.4.1.3052.12.2.12.2.3.1.1 | integer32 | read-only |
Index for table of data event fields |
evdFieldStart | 1.3.6.1.4.1.3052.12.2.12.2.3.1.2 | integer32 | read-write |
Start position (1-based) for this data event field |
evdFieldLength | 1.3.6.1.4.1.3052.12.2.12.2.3.1.3 | integer32 | read-write |
Number of characters this data event field occupies |
evdFieldName | 1.3.6.1.4.1.3052.12.2.12.2.3.1.4 | displaystring | read-write |
Start position (1-based) for this data event field |
evdFieldLine | 1.3.6.1.4.1.3052.12.2.12.2.3.1.5 | integer32 | read-write |
Line number (1-based, for multiline records) for this data event field |
evdFieldType | 1.3.6.1.4.1.3052.12.2.12.2.3.1.6 | displaystring | read-write |
Alpha/Numeric type for this data event field |
evdMacroTable | 1.3.6.1.4.1.3052.12.2.12.2.4 | no-access |
Table of data event macros |
|
1.3.6.1.4.1.3052.12.2.12.2.4.1 | no-access |
Entry for table of data event macros |
||
evdMacroIndex | 1.3.6.1.4.1.3052.12.2.12.2.4.1.1 | integer32 | read-only |
Index for table of data event macros |
evdMacroName | 1.3.6.1.4.1.3052.12.2.12.2.4.1.2 | displaystring | read-write |
Name of this macro for use in data event equations |
evdMacroEquation | 1.3.6.1.4.1.3052.12.2.12.2.4.1.3 | displaystring | read-write |
Equation for this data event macro |
evNoData1 | 1.3.6.1.4.1.3052.12.2.12.3 | |||
evNoData1Enable | 1.3.6.1.4.1.3052.12.2.12.3.1 | displaystring | read-write |
ON/OFF enable this no data event |
evNoData1Actions | 1.3.6.1.4.1.3052.12.2.12.3.2 | displaystring | read-write |
Actions for this no data event |
evNoData1Message | 1.3.6.1.4.1.3052.12.2.12.3.3 | displaystring | read-write |
Message for this no data event |
evNoData1TrapNum | 1.3.6.1.4.1.3052.12.2.12.3.4 | integer32 | read-write |
Trap number for this no data event |
evNoData1Class | 1.3.6.1.4.1.3052.12.2.12.3.5 | displaystring | read-write |
Class for this no data event |
evNoData1Sched1Begin | 1.3.6.1.4.1.3052.12.2.12.3.6 | displaystring | read-write |
Schedule 1 begin time (HH:MM) for this no data event |
evNoData1Sched1End | 1.3.6.1.4.1.3052.12.2.12.3.7 | displaystring | read-write |
Schedule 1 end time (HH:MM) for this no data event |
evNoData1Sched1Duration | 1.3.6.1.4.1.3052.12.2.12.3.8 | integer32 | read-write |
Duration (minutes) for schedule 1 of this no data event |
evNoData1Sched2Begin | 1.3.6.1.4.1.3052.12.2.12.3.9 | displaystring | read-write |
Schedule 2 begin time (HH:MM) for this no data event |
evNoData1Sched2End | 1.3.6.1.4.1.3052.12.2.12.3.10 | displaystring | read-write |
Schedule 2 end time (HH:MM) for this no data event |
evNoData1Sched2Duration | 1.3.6.1.4.1.3052.12.2.12.3.11 | integer32 | read-write |
Duration (minutes) for schedule 2 of this no data event |
evNoData1PortEnableTable | 1.3.6.1.4.1.3052.12.2.12.3.12 | no-access |
Table of no data event 1 port enables |
|
1.3.6.1.4.1.3052.12.2.12.3.12.1 | no-access |
Entry for table of no data event 1 port enables |
||
evNoData1PortEnableIndex | 1.3.6.1.4.1.3052.12.2.12.3.12.1.1 | integer32 | read-only |
Index for table of no data event 1 port enables |
evNoData1PortEnable | 1.3.6.1.4.1.3052.12.2.12.3.12.1.2 | displaystring | read-write |
ON/OFF: no data event 1 observes this port |
evNoData1Exclusions | 1.3.6.1.4.1.3052.12.2.12.3.13 | displaystring | read-write |
Exclusions (space-separated MM/DD-formatted dates) for this no data event |
evNoData1Days | 1.3.6.1.4.1.3052.12.2.12.3.14 | displaystring | read-write |
Days of the week on which this no event is active |
evNoData2 | 1.3.6.1.4.1.3052.12.2.12.4 | |||
evNoData2Enable | 1.3.6.1.4.1.3052.12.2.12.4.1 | displaystring | read-write |
ON/OFF enable this no data event |
evNoData2Actions | 1.3.6.1.4.1.3052.12.2.12.4.2 | displaystring | read-write |
Actions for this no data event |
evNoData2Message | 1.3.6.1.4.1.3052.12.2.12.4.3 | displaystring | read-write |
Message for this no data event |
evNoData2TrapNum | 1.3.6.1.4.1.3052.12.2.12.4.4 | integer32 | read-write |
Trap number for this no data event |
evNoData2Class | 1.3.6.1.4.1.3052.12.2.12.4.5 | displaystring | read-write |
Class for this no data event |
evNoData2Sched1Begin | 1.3.6.1.4.1.3052.12.2.12.4.6 | displaystring | read-write |
Schedule 1 begin time (HH:MM) for this no data event |
evNoData2Sched1End | 1.3.6.1.4.1.3052.12.2.12.4.7 | displaystring | read-write |
Schedule 1 end time (HH:MM) for this no data event |
evNoData2Sched1Duration | 1.3.6.1.4.1.3052.12.2.12.4.8 | integer32 | read-write |
Duration (minutes) for schedule 1 of this no data event |
evNoData2Sched2Begin | 1.3.6.1.4.1.3052.12.2.12.4.9 | displaystring | read-write |
Schedule 2 begin time (HH:MM) for this no data event |
evNoData2Sched2End | 1.3.6.1.4.1.3052.12.2.12.4.10 | displaystring | read-write |
Schedule 2 end time (HH:MM) for this no data event |
evNoData2Sched2Duration | 1.3.6.1.4.1.3052.12.2.12.4.11 | integer32 | read-write |
Duration (minutes) for schedule 2 of this no data event |
evNoData2PortEnableTable | 1.3.6.1.4.1.3052.12.2.12.4.12 | no-access |
Table of no data event 2 port enables |
|
1.3.6.1.4.1.3052.12.2.12.4.12.1 | no-access |
Entry for table of no data event 2 port enables |
||
evNoData2PortEnableIndex | 1.3.6.1.4.1.3052.12.2.12.4.12.1.1 | integer32 | read-only |
Index for table of no data event 2 port enables |
evNoData2PortEnable | 1.3.6.1.4.1.3052.12.2.12.4.12.1.2 | displaystring | read-write |
ON/OFF: no data event 2 observes this port |
evNoData2Exclusions | 1.3.6.1.4.1.3052.12.2.12.4.13 | displaystring | read-write |
Exclusions (space-separated MM/DD-formatted dates) for this no data event |
evNoData2Days | 1.3.6.1.4.1.3052.12.2.12.4.14 | displaystring | read-write |
Days of the week on which this no event is active |
evSched1 | 1.3.6.1.4.1.3052.12.2.12.5 | |||
evSched1Enable | 1.3.6.1.4.1.3052.12.2.12.5.1 | displaystring | read-write |
ON/OFF enable this scheduled event |
evSched1Actions | 1.3.6.1.4.1.3052.12.2.12.5.2 | displaystring | read-write |
Actions for this scheduled event |
evSched1Message | 1.3.6.1.4.1.3052.12.2.12.5.3 | displaystring | read-write |
Message for this scheduled event |
evSched1TrapNum | 1.3.6.1.4.1.3052.12.2.12.5.4 | integer32 | read-write |
Trap number for this scheduled event |
evSched1Class | 1.3.6.1.4.1.3052.12.2.12.5.5 | displaystring | read-write |
Class for this scheduled event |
evSched1Sunday | 1.3.6.1.4.1.3052.12.2.12.5.6 | displaystring | read-write |
Time on Sunday (HH:MM) when this scheduled event triggers |
evSched1Monday | 1.3.6.1.4.1.3052.12.2.12.5.7 | displaystring | read-write |
Time on Monday (HH:MM) when this scheduled event triggers |
evSched1Tuesday | 1.3.6.1.4.1.3052.12.2.12.5.8 | displaystring | read-write |
Time on Tuesday (HH:MM) when this scheduled event triggers |
evSched1Wednesday | 1.3.6.1.4.1.3052.12.2.12.5.9 | displaystring | read-write |
Time on Wednesday (HH:MM) when this scheduled event triggers |
evSched1Thursday | 1.3.6.1.4.1.3052.12.2.12.5.10 | displaystring | read-write |
Time on Thursday (HH:MM) when this scheduled event triggers |
evSched1Friday | 1.3.6.1.4.1.3052.12.2.12.5.11 | displaystring | read-write |
Time on Friday (HH:MM) when this scheduled event triggers |
evSched1Saturday | 1.3.6.1.4.1.3052.12.2.12.5.12 | displaystring | read-write |
Time on Saturday (HH:MM) when this scheduled event triggers |
evSched1Exclusions | 1.3.6.1.4.1.3052.12.2.12.5.13 | displaystring | read-write |
Exclusions (space-separated MM/DD-formatted dates) for this scheduled event |
evSched2 | 1.3.6.1.4.1.3052.12.2.12.6 | |||
evSched2Enable | 1.3.6.1.4.1.3052.12.2.12.6.1 | displaystring | read-write |
ON/OFF enable this scheduled event |
evSched2Actions | 1.3.6.1.4.1.3052.12.2.12.6.2 | displaystring | read-write |
Actions for this scheduled event |
evSched2Message | 1.3.6.1.4.1.3052.12.2.12.6.3 | displaystring | read-write |
Message for this scheduled event |
evSched2TrapNum | 1.3.6.1.4.1.3052.12.2.12.6.4 | integer32 | read-write |
Trap number for this scheduled event |
evSched2Class | 1.3.6.1.4.1.3052.12.2.12.6.5 | displaystring | read-write |
Class for this scheduled event |
evSched2Sunday | 1.3.6.1.4.1.3052.12.2.12.6.6 | displaystring | read-write |
Time on Sunday (HH:MM) when this scheduled event triggers |
evSched2Monday | 1.3.6.1.4.1.3052.12.2.12.6.7 | displaystring | read-write |
Time on Monday (HH:MM) when this scheduled event triggers |
evSched2Tuesday | 1.3.6.1.4.1.3052.12.2.12.6.8 | displaystring | read-write |
Time on Tuesday (HH:MM) when this scheduled event triggers |
evSched2Wednesday | 1.3.6.1.4.1.3052.12.2.12.6.9 | displaystring | read-write |
Time on Wednesday (HH:MM) when this scheduled event triggers |
evSched2Thursday | 1.3.6.1.4.1.3052.12.2.12.6.10 | displaystring | read-write |
Time on Thursday (HH:MM) when this scheduled event triggers |
evSched2Friday | 1.3.6.1.4.1.3052.12.2.12.6.11 | displaystring | read-write |
Time on Friday (HH:MM) when this scheduled event triggers |
evSched2Saturday | 1.3.6.1.4.1.3052.12.2.12.6.12 | displaystring | read-write |
Time on Saturday (HH:MM) when this scheduled event triggers |
evSched2Exclusions | 1.3.6.1.4.1.3052.12.2.12.6.13 | displaystring | read-write |
Exclusions (space-separated MM/DD-formatted dates) for this scheduled event |
evShskLowTable | 1.3.6.1.4.1.3052.12.2.12.7 | no-access |
Table of serial handshaking low events |
|
1.3.6.1.4.1.3052.12.2.12.7.1 | no-access |
Entry for table of serial handshaking low events |
||
evShskLowIndex | 1.3.6.1.4.1.3052.12.2.12.7.1.1 | integer32 | read-only |
Index for table of serial handshaking low events |
evShskLowEnable | 1.3.6.1.4.1.3052.12.2.12.7.1.2 | displaystring | read-write |
ON/OFF: enable the serial handshaking low event for this port |
evShskLowActions | 1.3.6.1.4.1.3052.12.2.12.7.1.3 | displaystring | read-write |
Actions for the serial handshaking low event for this port |
evShskLowMessage | 1.3.6.1.4.1.3052.12.2.12.7.1.4 | displaystring | read-write |
Message for the serial handshaking low event for this port |
evShskLowClass | 1.3.6.1.4.1.3052.12.2.12.7.1.5 | displaystring | read-write |
Class for the serial handshaking low event for this port |
evShskLowTrapNum | 1.3.6.1.4.1.3052.12.2.12.7.1.6 | integer32 | read-write |
Trap number for the serial handshaking low event for this port |
evShskHighTable | 1.3.6.1.4.1.3052.12.2.12.8 | no-access |
Table of serial handshaking high events |
|
1.3.6.1.4.1.3052.12.2.12.8.1 | no-access |
Entry for table of serial handshaking high events |
||
evShskHighIndex | 1.3.6.1.4.1.3052.12.2.12.8.1.1 | integer32 | read-only |
Index for table of serial handshaking high events |
evShskHighEnable | 1.3.6.1.4.1.3052.12.2.12.8.1.2 | displaystring | read-write |
ON/OFF: enable the serial handshaking high event for this port |
evShskHighActions | 1.3.6.1.4.1.3052.12.2.12.8.1.3 | displaystring | read-write |
Actions for the serial handshaking high event for this port |
evShskHighMessage | 1.3.6.1.4.1.3052.12.2.12.8.1.4 | displaystring | read-write |
Message for the serial handshaking high event for this port |
evShskHighClass | 1.3.6.1.4.1.3052.12.2.12.8.1.5 | displaystring | read-write |
Class for the serial handshaking high event for this port |
evShskHighTrapNum | 1.3.6.1.4.1.3052.12.2.12.8.1.6 | integer32 | read-write |
Trap number for the serial handshaking high event for this port |
evNoSensor | 1.3.6.1.4.1.3052.12.2.12.9 | |||
evNoSensorTimeout | 1.3.6.1.4.1.3052.12.2.12.9.1 | integer32 | read-write |
Timeout (seconds) after which an EventSensor becomes unresponsive that this event is triggered |
evNoSensorActions | 1.3.6.1.4.1.3052.12.2.12.9.2 | displaystring | read-write |
Actions for no sensor event |
evNoSensorTrapNum | 1.3.6.1.4.1.3052.12.2.12.9.3 | integer32 | read-write |
Trap number for no sensor event |
evNoSensorClass | 1.3.6.1.4.1.3052.12.2.12.9.4 | displaystring | read-write |
Class for no sensor event |
fuelSensor | 1.3.6.1.4.1.3052.12.2.12.11 | |||
fuelSensorGeneralTable | 1.3.6.1.4.1.3052.12.2.12.11.1 | no-access |
This table organizes general fuel sensor attributes. |
|
1.3.6.1.4.1.3052.12.2.12.11.1.1 | no-access |
Entry for fuel sensor general config table. |
||
fsGenIndex | 1.3.6.1.4.1.3052.12.2.12.11.1.1.1 | integer32 | read-only |
Which fuel sensor in the fuel sensor general config table. |
fsGenName | 1.3.6.1.4.1.3052.12.2.12.11.1.1.2 | displaystring | read-write |
Fuel sensor name. |
fsGenSensorType | 1.3.6.1.4.1.3052.12.2.12.11.1.1.3 | displaystring | read-write |
Type of fuel sensor in use; NONE disables the fuel sensor. |
fsGenDistanceUnit | 1.3.6.1.4.1.3052.12.2.12.11.1.1.4 | displaystring | read-write |
Distance units in use when setting and indicating tank dimensions. |
fsGenRawValueTop | 1.3.6.1.4.1.3052.12.2.12.11.1.1.5 | displaystring | read-write |
Analog input reading corresponding to the SENSOR FULL point. |
fsGenTopOffset | 1.3.6.1.4.1.3052.12.2.12.11.1.1.6 | displaystring | read-write |
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. |
fsGenRawValueBottom | 1.3.6.1.4.1.3052.12.2.12.11.1.1.7 | displaystring | read-write |
Analog input reading corresponding to the minimum fluid height measurable by the fuel sensor. |
fsGenBottomOffset | 1.3.6.1.4.1.3052.12.2.12.11.1.1.8 | displaystring | read-write |
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. |
fsGenInputES | 1.3.6.1.4.1.3052.12.2.12.11.1.1.9 | integer32 | read-write |
Which eventsensor contains the analog input associated with this fuel sensor. Allowed values are 200 (for internal ES), or 1-16. |
fsGenInputPoint | 1.3.6.1.4.1.3052.12.2.12.11.1.1.10 | integer32 | read-write |
Which analog input point, on the specified eventsensor, that is associated with the fuel sensor. |
fsGenFilterAveraging | 1.3.6.1.4.1.3052.12.2.12.11.1.1.11 | integer32 | read-write |
Fuel sensor filter averaging factor. |
fsGenSysrepEnable | 1.3.6.1.4.1.3052.12.2.12.11.1.1.12 | displaystring | read-write |
Fuel sensor System Reporting enable. |
fsGenSysrepThreshold | 1.3.6.1.4.1.3052.12.2.12.11.1.1.13 | displaystring | read-write |
Fuel sensor System Reporting threshold (floating point value). |
fsGenSysrepLimit | 1.3.6.1.4.1.3052.12.2.12.11.1.1.14 | integer32 | read-write |
Fuel sensor System Reporting limit. |
fsGenSysrepPackage | 1.3.6.1.4.1.3052.12.2.12.11.1.1.15 | integer32 | read-write |
Fuel sensor System Reporting package number. |
fsGenSysrepType | 1.3.6.1.4.1.3052.12.2.12.11.1.1.16 | displaystring | read-write |
Fuel sensor ASM profile type. |
fsGenEnable | 1.3.6.1.4.1.3052.12.2.12.11.1.1.17 | displaystring | read-write |
Fuel sensor enable. |
fuelSensorTankTable | 1.3.6.1.4.1.3052.12.2.12.11.2 | no-access |
This table organizes tank-specific fuel sensor attributes. |
|
1.3.6.1.4.1.3052.12.2.12.11.2.1 | no-access |
Entry for fuel sensor tank config table. |
||
fsTankIndex | 1.3.6.1.4.1.3052.12.2.12.11.2.1.1 | integer32 | read-only |
Which fuel sensor in the fuel sensor tank config table. |
fsTankHeight | 1.3.6.1.4.1.3052.12.2.12.11.2.1.2 | displaystring | read-write |
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. |
fsTankDimA | 1.3.6.1.4.1.3052.12.2.12.11.2.1.3 | displaystring | read-write |
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. |
fsTankDimB | 1.3.6.1.4.1.3052.12.2.12.11.2.1.4 | displaystring | read-write |
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. |
fsTankVolume | 1.3.6.1.4.1.3052.12.2.12.11.2.1.5 | displaystring | read-write |
How many volume units the tank contains, when full. This is a floating point value. |
fsTankVolumeUnit | 1.3.6.1.4.1.3052.12.2.12.11.2.1.6 | displaystring | read-write |
Name of the unit representing fluid volume in the tank. This is only used for display purposes; it does not affect the volume calculation. |
fsTankShape | 1.3.6.1.4.1.3052.12.2.12.11.2.1.7 | displaystring | read-write |
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). |
fuelSensorCustomTankTable | 1.3.6.1.4.1.3052.12.2.12.11.3 | no-access |
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.12.2.12.11.3.1 | no-access |
Entry for fuel sensor custom tank config table. |
||
fsCustomTankIndexFS | 1.3.6.1.4.1.3052.12.2.12.11.3.1.1 | integer32 | read-only |
Which fuel sensor in the fuel sensor tank config table. This is the first of two indexes for this SNMP table. |
fsCustomTankIndexDatum | 1.3.6.1.4.1.3052.12.2.12.11.3.1.2 | integer32 | read-only |
Which hight/volume pair: there are 32 pairs per fuel sensor. This is the second of two indexes for this SNMP table. |
fsCustomTankHeight | 1.3.6.1.4.1.3052.12.2.12.11.3.1.3 | displaystring | read-write |
Height of custom tank height/volume pair. This is a floating point value. |
fsCustomTankVolume | 1.3.6.1.4.1.3052.12.2.12.11.3.1.4 | displaystring | read-write |
Volume of custom tank height/volume pair. This is a floating point value. |
fuelSensorVolumeTable | 1.3.6.1.4.1.3052.12.2.12.11.4 | no-access |
This table organizes volume-event-specific fuel sensor attributes. |
|
1.3.6.1.4.1.3052.12.2.12.11.4.1 | no-access |
Entry for fuel sensor volume event config table. |
||
fsVolumeIndex | 1.3.6.1.4.1.3052.12.2.12.11.4.1.1 | integer32 | read-only |
Which fuel sensor in the fuel sensor volume event config table. |
fsVolumeEnable | 1.3.6.1.4.1.3052.12.2.12.11.4.1.2 | displaystring | read-write |
Enable fuel sensor volume events. |
fsVolumeDeadband | 1.3.6.1.4.1.3052.12.2.12.11.4.1.3 | displaystring | read-write |
Fuel sensor deadband (hysteresis). This is a floating point value. |
fsVolumeVHighValue | 1.3.6.1.4.1.3052.12.2.12.11.4.1.4 | displaystring | read-write |
Fuel sensor volume very high event threshold value. This is a floating point value. |
fsVolumeVHighActions | 1.3.6.1.4.1.3052.12.2.12.11.4.1.5 | displaystring | read-write |
Fuel sensor volume very high event threshold actions. |
fsVolumeVHighTrapNum | 1.3.6.1.4.1.3052.12.2.12.11.4.1.6 | integer32 | read-write |
Fuel sensor volume very high event threshold trap number. |
fsVolumeVHighClass | 1.3.6.1.4.1.3052.12.2.12.11.4.1.7 | displaystring | read-write |
Fuel sensor volume very high event threshold class (severity). |
fsVolumeHighValue | 1.3.6.1.4.1.3052.12.2.12.11.4.1.8 | displaystring | read-write |
Fuel sensor volume high event threshold value. This is a floating point value. |
fsVolumeHighActions | 1.3.6.1.4.1.3052.12.2.12.11.4.1.9 | displaystring | read-write |
Fuel sensor volume high event threshold actions. |
fsVolumeHighTrapNum | 1.3.6.1.4.1.3052.12.2.12.11.4.1.10 | integer32 | read-write |
Fuel sensor volume high event threshold trap number. |
fsVolumeHighClass | 1.3.6.1.4.1.3052.12.2.12.11.4.1.11 | displaystring | read-write |
Fuel sensor volume high event threshold class (severity). |
fsVolumeNormalActions | 1.3.6.1.4.1.3052.12.2.12.11.4.1.12 | displaystring | read-write |
Fuel sensor volume return to normal actions. |
fsVolumeNormalTrapNum | 1.3.6.1.4.1.3052.12.2.12.11.4.1.13 | integer32 | read-write |
Fuel sensor volume return to normal trap number. |
fsVolumeNormalClass | 1.3.6.1.4.1.3052.12.2.12.11.4.1.14 | displaystring | read-write |
Fuel sensor volume return to normal class (severity). |
fsVolumeLowValue | 1.3.6.1.4.1.3052.12.2.12.11.4.1.15 | displaystring | read-write |
Fuel sensor volume low event threshold value. This is a floating point value. |
fsVolumeLowActions | 1.3.6.1.4.1.3052.12.2.12.11.4.1.16 | displaystring | read-write |
Fuel sensor volume low event threshold actions. |
fsVolumeLowTrapNum | 1.3.6.1.4.1.3052.12.2.12.11.4.1.17 | integer32 | read-write |
Fuel sensor volume low event threshold trap number. |
fsVolumeLowClass | 1.3.6.1.4.1.3052.12.2.12.11.4.1.18 | displaystring | read-write |
Fuel sensor volume low event threshold class (severity). |
fsVolumeVLowValue | 1.3.6.1.4.1.3052.12.2.12.11.4.1.19 | displaystring | read-write |
Fuel sensor volume very low event threshold value. This is a floating point value. |
fsVolumeVLowActions | 1.3.6.1.4.1.3052.12.2.12.11.4.1.20 | displaystring | read-write |
Fuel sensor volume very low event threshold actions. |
fsVolumeVLowTrapNum | 1.3.6.1.4.1.3052.12.2.12.11.4.1.21 | integer32 | read-write |
Fuel sensor volume very low event threshold trap number. |
fsVolumeVLowClass | 1.3.6.1.4.1.3052.12.2.12.11.4.1.22 | displaystring | read-write |
Fuel sensor volume very low event threshold class (severity). |
fuelSensorDisconnectTable | 1.3.6.1.4.1.3052.12.2.12.11.5 | no-access |
This table organizes disconnect-event-specific fuel sensor attributes. |
|
1.3.6.1.4.1.3052.12.2.12.11.5.1 | no-access |
Entry for fuel sensor disconnect event config table. |
||
fsDiscIndex | 1.3.6.1.4.1.3052.12.2.12.11.5.1.1 | integer32 | read-only |
Which fuel sensor in the fuel sensor disconnect event config table. |
fsDiscEnable | 1.3.6.1.4.1.3052.12.2.12.11.5.1.2 | displaystring | read-write |
Fuel sensor disconnect event enable. |
fsDiscHighValue | 1.3.6.1.4.1.3052.12.2.12.11.5.1.3 | displaystring | read-write |
High end of input value range when fuel sensor is disconnected. This is in the units of the analog input value. |
fsDiscLowValue | 1.3.6.1.4.1.3052.12.2.12.11.5.1.4 | displaystring | read-write |
Low end of input value range when fuel sensor is disconnected. This is in the units of the analog input value. |
fsDiscActions | 1.3.6.1.4.1.3052.12.2.12.11.5.1.5 | displaystring | read-write |
Fuel sensor disconnect event actions. |
fsDiscTrapNum | 1.3.6.1.4.1.3052.12.2.12.11.5.1.6 | integer32 | read-write |
Fuel sensor disconnect event trap number. |
fsDiscClass | 1.3.6.1.4.1.3052.12.2.12.11.5.1.7 | displaystring | read-write |
Fuel sensor disconnect event class (severity). |
fsDiscNormalActions | 1.3.6.1.4.1.3052.12.2.12.11.5.1.8 | displaystring | read-write |
Fuel sensor disconnect return to normal actions. |
fsDiscNormalTrapNum | 1.3.6.1.4.1.3052.12.2.12.11.5.1.9 | integer32 | read-write |
Fuel sensor disconnect return to normal trap number. |
fsDiscNormalClass | 1.3.6.1.4.1.3052.12.2.12.11.5.1.10 | displaystring | read-write |
Fuel sensor disconnect return to normal class (severity). |
acPowerMonitor | 1.3.6.1.4.1.3052.12.2.12.12 | |||
acpmGeneralTable | 1.3.6.1.4.1.3052.12.2.12.12.1 | no-access |
This table organizes general AC power monitor attributes. |
|
1.3.6.1.4.1.3052.12.2.12.12.1.1 | no-access |
Entry for AC power monitor general config table. |
||
acpmGenIndex | 1.3.6.1.4.1.3052.12.2.12.12.1.1.1 | integer32 | read-only |
Which AC power monitor in the AC power monitor general config table. |
acpmGenDevice | 1.3.6.1.4.1.3052.12.2.12.12.1.1.2 | displaystring | read-write |
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. |
acpmGenName | 1.3.6.1.4.1.3052.12.2.12.12.1.1.3 | displaystring | read-write |
Name for the AC power monitor device. |
acpmGenAddress | 1.3.6.1.4.1.3052.12.2.12.12.1.1.4 | integer32 | read-write |
Modbus address of the AC power monitor device. |
acpmGenPtRatio | 1.3.6.1.4.1.3052.12.2.12.12.1.1.5 | integer32 | read-write |
Ratio of secondary turns to primary turns on potential transformers (PT). |
acpmGenCtRatio | 1.3.6.1.4.1.3052.12.2.12.12.1.1.6 | integer32 | read-write |
Ratio of secondary turns to primary turns on current transformers (CT). |
acpmGenPowerType | 1.3.6.1.4.1.3052.12.2.12.12.1.1.7 | displaystring | read-write |
Type of power being monitored. |
acpmGenSysrepPackage | 1.3.6.1.4.1.3052.12.2.12.12.1.1.8 | integer32 | read-write |
System reporting package number. |
acpmGenSysrepType | 1.3.6.1.4.1.3052.12.2.12.12.1.1.9 | displaystring | read-write |
ASM profile type. |
acpmGenEnable | 1.3.6.1.4.1.3052.12.2.12.12.1.1.10 | displaystring | read-write |
AC power monitor enable. |
acpmAvgVoltageTable | 1.3.6.1.4.1.3052.12.2.12.12.2 | no-access |
This table organizes AC power monitor average voltage attributes. |
|
1.3.6.1.4.1.3052.12.2.12.12.2.1 | no-access |
Entry for AC power monitor average voltage config table. |
||
acpmAvgVoltageIndex | 1.3.6.1.4.1.3052.12.2.12.12.2.1.1 | integer32 | read-only |
Which AC power monitor in the AC power monitor average voltage config table. |
acpmAvgVoltageEnable | 1.3.6.1.4.1.3052.12.2.12.12.2.1.2 | displaystring | read-write |
Enable AC power monitor average voltage events. |
acpmAvgVoltageDeadband | 1.3.6.1.4.1.3052.12.2.12.12.2.1.3 | displaystring | read-write |
Deadband (hysteresis) for average voltage event. This is a floating point value. |
acpmAvgVoltageVHighValue | 1.3.6.1.4.1.3052.12.2.12.12.2.1.4 | displaystring | read-write |
Very high event threshold. This is a floating point value. |
acpmAvgVoltageVHighActions | 1.3.6.1.4.1.3052.12.2.12.12.2.1.5 | displaystring | read-write |
Very high event actions. |
acpmAvgVoltageVHighTrapNum | 1.3.6.1.4.1.3052.12.2.12.12.2.1.6 | integer32 | read-write |
Very high event trap number. |
acpmAvgVoltageVHighClass | 1.3.6.1.4.1.3052.12.2.12.12.2.1.7 | displaystring | read-write |
Very high event class. |
acpmAvgVoltageHighValue | 1.3.6.1.4.1.3052.12.2.12.12.2.1.8 | displaystring | read-write |
High event threshold. This is a floating point value. |
acpmAvgVoltageHighActions | 1.3.6.1.4.1.3052.12.2.12.12.2.1.9 | displaystring | read-write |
High event actions. |
acpmAvgVoltageHighTrapNum | 1.3.6.1.4.1.3052.12.2.12.12.2.1.10 | integer32 | read-write |
High event trap number. |
acpmAvgVoltageHighClass | 1.3.6.1.4.1.3052.12.2.12.12.2.1.11 | displaystring | read-write |
High event class. |
acpmAvgVoltageNormalActions | 1.3.6.1.4.1.3052.12.2.12.12.2.1.12 | displaystring | read-write |
Return to normal actions. |
acpmAvgVoltageNormalTrapNum | 1.3.6.1.4.1.3052.12.2.12.12.2.1.13 | integer32 | read-write |
Return to normal trap number. |
acpmAvgVoltageNormalClass | 1.3.6.1.4.1.3052.12.2.12.12.2.1.14 | displaystring | read-write |
Return to normal class. |
acpmAvgVoltageLowValue | 1.3.6.1.4.1.3052.12.2.12.12.2.1.15 | displaystring | read-write |
Low event threshold. This is a floating point value. |
acpmAvgVoltageLowActions | 1.3.6.1.4.1.3052.12.2.12.12.2.1.16 | displaystring | read-write |
Low event actions. |
acpmAvgVoltageLowTrapNum | 1.3.6.1.4.1.3052.12.2.12.12.2.1.17 | integer32 | read-write |
Low event trap number. |
acpmAvgVoltageLowClass | 1.3.6.1.4.1.3052.12.2.12.12.2.1.18 | displaystring | read-write |
Low event class. |
acpmAvgVoltageVLowValue | 1.3.6.1.4.1.3052.12.2.12.12.2.1.19 | displaystring | read-write |
Very low event threshold. This is a floating point value. |
acpmAvgVoltageVLowActions | 1.3.6.1.4.1.3052.12.2.12.12.2.1.20 | displaystring | read-write |
Very low event actions. |
acpmAvgVoltageVLowTrapNum | 1.3.6.1.4.1.3052.12.2.12.12.2.1.21 | integer32 | read-write |
Very low event trap number. |
acpmAvgVoltageVLowClass | 1.3.6.1.4.1.3052.12.2.12.12.2.1.22 | displaystring | read-write |
Very low event class. |
acpmAvgVoltageSysrepEnable | 1.3.6.1.4.1.3052.12.2.12.12.2.1.23 | displaystring | read-write |
System reporting enable for average voltage telemetry. |
acpmAvgVoltageSysrepThreshold | 1.3.6.1.4.1.3052.12.2.12.12.2.1.24 | displaystring | read-write |
System reporting threshold for average voltage telemetry. This is a floating point value. |
acpmAvgVoltageSysrepLimit | 1.3.6.1.4.1.3052.12.2.12.12.2.1.25 | integer32 | read-write |
System reporting limit for average voltage telemetry. |
acpmAvgCurrentTable | 1.3.6.1.4.1.3052.12.2.12.12.3 | no-access |
This table organizes AC power monitor average current attributes. |
|
1.3.6.1.4.1.3052.12.2.12.12.3.1 | no-access |
Entry for AC power monitor average current config table. |
||
acpmAvgCurrentIndex | 1.3.6.1.4.1.3052.12.2.12.12.3.1.1 | integer32 | read-only |
Which AC power monitor in the AC power monitor average current config table. |
acpmAvgCurrentEnable | 1.3.6.1.4.1.3052.12.2.12.12.3.1.2 | displaystring | read-write |
Enable AC power monitor average current events. |
acpmAvgCurrentDeadband | 1.3.6.1.4.1.3052.12.2.12.12.3.1.3 | displaystring | read-write |
Deadband (hysteresis) for average current event. This is a floating point value. |
acpmAvgCurrentVHighValue | 1.3.6.1.4.1.3052.12.2.12.12.3.1.4 | displaystring | read-write |
Very high event threshold. This is a floating point value. |
acpmAvgCurrentVHighActions | 1.3.6.1.4.1.3052.12.2.12.12.3.1.5 | displaystring | read-write |
Very high event actions. |
acpmAvgCurrentVHighTrapNum | 1.3.6.1.4.1.3052.12.2.12.12.3.1.6 | integer32 | read-write |
Very high event trap number. |
acpmAvgCurrentVHighClass | 1.3.6.1.4.1.3052.12.2.12.12.3.1.7 | displaystring | read-write |
Very high event class. |
acpmAvgCurrentHighValue | 1.3.6.1.4.1.3052.12.2.12.12.3.1.8 | displaystring | read-write |
High event threshold. This is a floating point value. |
acpmAvgCurrentHighActions | 1.3.6.1.4.1.3052.12.2.12.12.3.1.9 | displaystring | read-write |
High event actions. |
acpmAvgCurrentHighTrapNum | 1.3.6.1.4.1.3052.12.2.12.12.3.1.10 | integer32 | read-write |
High event trap number. |
acpmAvgCurrentHighClass | 1.3.6.1.4.1.3052.12.2.12.12.3.1.11 | displaystring | read-write |
High event class. |
acpmAvgCurrentNormalActions | 1.3.6.1.4.1.3052.12.2.12.12.3.1.12 | displaystring | read-write |
Return to normal actions. |
acpmAvgCurrentNormalTrapNum | 1.3.6.1.4.1.3052.12.2.12.12.3.1.13 | integer32 | read-write |
Return to normal trap number. |
acpmAvgCurrentNormalClass | 1.3.6.1.4.1.3052.12.2.12.12.3.1.14 | displaystring | read-write |
Return to normal class. |
acpmAvgCurrentLowValue | 1.3.6.1.4.1.3052.12.2.12.12.3.1.15 | displaystring | read-write |
Low event threshold. This is a floating point value. |
acpmAvgCurrentLowActions | 1.3.6.1.4.1.3052.12.2.12.12.3.1.16 | displaystring | read-write |
Low event actions. |
acpmAvgCurrentLowTrapNum | 1.3.6.1.4.1.3052.12.2.12.12.3.1.17 | integer32 | read-write |
Low event trap number. |
acpmAvgCurrentLowClass | 1.3.6.1.4.1.3052.12.2.12.12.3.1.18 | displaystring | read-write |
Low event class. |
acpmAvgCurrentVLowValue | 1.3.6.1.4.1.3052.12.2.12.12.3.1.19 | displaystring | read-write |
Very low event threshold. This is a floating point value. |
acpmAvgCurrentVLowActions | 1.3.6.1.4.1.3052.12.2.12.12.3.1.20 | displaystring | read-write |
Very low event actions. |
acpmAvgCurrentVLowTrapNum | 1.3.6.1.4.1.3052.12.2.12.12.3.1.21 | integer32 | read-write |
Very low event trap number. |
acpmAvgCurrentVLowClass | 1.3.6.1.4.1.3052.12.2.12.12.3.1.22 | displaystring | read-write |
Very low event class. |
acpmAvgCurrentSysrepEnable | 1.3.6.1.4.1.3052.12.2.12.12.3.1.23 | displaystring | read-write |
System reporting enable for average current telemetry. |
acpmAvgCurrentSysrepThreshold | 1.3.6.1.4.1.3052.12.2.12.12.3.1.24 | displaystring | read-write |
System reporting threshold for average current telemetry. This is a floating point value. |
acpmAvgCurrentSysrepLimit | 1.3.6.1.4.1.3052.12.2.12.12.3.1.25 | integer32 | read-write |
System reporting limit for average current telemetry. |
acpmFreqTable | 1.3.6.1.4.1.3052.12.2.12.12.4 | no-access |
This table organizes AC power monitor frequency attributes. |
|
1.3.6.1.4.1.3052.12.2.12.12.4.1 | no-access |
Entry for AC power monitor frequency config table. |
||
acpmFreqIndex | 1.3.6.1.4.1.3052.12.2.12.12.4.1.1 | integer32 | read-only |
Which AC power monitor in the AC power monitor frequency config table. |
acpmFreqEnable | 1.3.6.1.4.1.3052.12.2.12.12.4.1.2 | displaystring | read-write |
Enable AC power monitor frequency events. |
acpmFreqDeadband | 1.3.6.1.4.1.3052.12.2.12.12.4.1.3 | displaystring | read-write |
Deadband (hysteresis) for frequency event. This is a floating point value. |
acpmFreqVHighValue | 1.3.6.1.4.1.3052.12.2.12.12.4.1.4 | displaystring | read-write |
Very high event threshold. This is a floating point value. |
acpmFreqVHighActions | 1.3.6.1.4.1.3052.12.2.12.12.4.1.5 | displaystring | read-write |
Very high event actions. |
acpmFreqVHighTrapNum | 1.3.6.1.4.1.3052.12.2.12.12.4.1.6 | integer32 | read-write |
Very high event trap number. |
acpmFreqVHighClass | 1.3.6.1.4.1.3052.12.2.12.12.4.1.7 | displaystring | read-write |
Very high event class. |
acpmFreqHighValue | 1.3.6.1.4.1.3052.12.2.12.12.4.1.8 | displaystring | read-write |
High event threshold. This is a floating point value. |
acpmFreqHighActions | 1.3.6.1.4.1.3052.12.2.12.12.4.1.9 | displaystring | read-write |
High event actions. |
acpmFreqHighTrapNum | 1.3.6.1.4.1.3052.12.2.12.12.4.1.10 | integer32 | read-write |
High event trap number. |
acpmFreqHighClass | 1.3.6.1.4.1.3052.12.2.12.12.4.1.11 | displaystring | read-write |
High event class. |
acpmFreqNormalActions | 1.3.6.1.4.1.3052.12.2.12.12.4.1.12 | displaystring | read-write |
Return to normal actions. |
acpmFreqNormalTrapNum | 1.3.6.1.4.1.3052.12.2.12.12.4.1.13 | integer32 | read-write |
Return to normal trap number. |
acpmFreqNormalClass | 1.3.6.1.4.1.3052.12.2.12.12.4.1.14 | displaystring | read-write |
Return to normal class. |
acpmFreqLowValue | 1.3.6.1.4.1.3052.12.2.12.12.4.1.15 | displaystring | read-write |
Low event threshold. This is a floating point value. |
acpmFreqLowActions | 1.3.6.1.4.1.3052.12.2.12.12.4.1.16 | displaystring | read-write |
Low event actions. |
acpmFreqLowTrapNum | 1.3.6.1.4.1.3052.12.2.12.12.4.1.17 | integer32 | read-write |
Low event trap number. |
acpmFreqLowClass | 1.3.6.1.4.1.3052.12.2.12.12.4.1.18 | displaystring | read-write |
Low event class. |
acpmFreqVLowValue | 1.3.6.1.4.1.3052.12.2.12.12.4.1.19 | displaystring | read-write |
Very low event threshold. This is a floating point value. |
acpmFreqVLowActions | 1.3.6.1.4.1.3052.12.2.12.12.4.1.20 | displaystring | read-write |
Very low event actions. |
acpmFreqVLowTrapNum | 1.3.6.1.4.1.3052.12.2.12.12.4.1.21 | integer32 | read-write |
Very low event trap number. |
acpmFreqVLowClass | 1.3.6.1.4.1.3052.12.2.12.12.4.1.22 | displaystring | read-write |
Very low event class. |
acpmFreqSysrepEnable | 1.3.6.1.4.1.3052.12.2.12.12.4.1.23 | displaystring | read-write |
System reporting enable for frequency telemetry. |
acpmFreqSysrepThreshold | 1.3.6.1.4.1.3052.12.2.12.12.4.1.24 | displaystring | read-write |
System reporting threshold for frequency telemetry. This is a floating point value. |
acpmFreqSysrepLimit | 1.3.6.1.4.1.3052.12.2.12.12.4.1.25 | integer32 | read-write |
System reporting limit for frequency telemetry. |
acpmTotalRealPowerTable | 1.3.6.1.4.1.3052.12.2.12.12.5 | no-access |
This table organizes AC power monitor total real power attributes. |
|
1.3.6.1.4.1.3052.12.2.12.12.5.1 | no-access |
Entry for AC power monitor total real power config table. |
||
acpmTRPIndex | 1.3.6.1.4.1.3052.12.2.12.12.5.1.1 | integer32 | read-only |
Which AC power monitor in the AC power monitor total real power config table. |
acpmTRPEnable | 1.3.6.1.4.1.3052.12.2.12.12.5.1.2 | displaystring | read-write |
Enable AC power monitor total real power events. |
acpmTRPDeadband | 1.3.6.1.4.1.3052.12.2.12.12.5.1.3 | displaystring | read-write |
Deadband (hysteresis) for total real power event. This is a floating point value. |
acpmTRPVHighValue | 1.3.6.1.4.1.3052.12.2.12.12.5.1.4 | displaystring | read-write |
Very high event threshold. This is a floating point value. |
acpmTRPVHighActions | 1.3.6.1.4.1.3052.12.2.12.12.5.1.5 | displaystring | read-write |
Very high event actions. |
acpmTRPVHighTrapNum | 1.3.6.1.4.1.3052.12.2.12.12.5.1.6 | integer32 | read-write |
Very high event trap number. |
acpmTRPVHighClass | 1.3.6.1.4.1.3052.12.2.12.12.5.1.7 | displaystring | read-write |
Very high event class. |
acpmTRPHighValue | 1.3.6.1.4.1.3052.12.2.12.12.5.1.8 | displaystring | read-write |
High event threshold. This is a floating point value. |
acpmTRPHighActions | 1.3.6.1.4.1.3052.12.2.12.12.5.1.9 | displaystring | read-write |
High event actions. |
acpmTRPHighTrapNum | 1.3.6.1.4.1.3052.12.2.12.12.5.1.10 | integer32 | read-write |
High event trap number. |
acpmTRPHighClass | 1.3.6.1.4.1.3052.12.2.12.12.5.1.11 | displaystring | read-write |
High event class. |
acpmTRPNormalActions | 1.3.6.1.4.1.3052.12.2.12.12.5.1.12 | displaystring | read-write |
Return to normal actions. |
acpmTRPNormalTrapNum | 1.3.6.1.4.1.3052.12.2.12.12.5.1.13 | integer32 | read-write |
Return to normal trap number. |
acpmTRPNormalClass | 1.3.6.1.4.1.3052.12.2.12.12.5.1.14 | displaystring | read-write |
Return to normal class. |
acpmTRPLowValue | 1.3.6.1.4.1.3052.12.2.12.12.5.1.15 | displaystring | read-write |
Low event threshold. This is a floating point value. |
acpmTRPLowActions | 1.3.6.1.4.1.3052.12.2.12.12.5.1.16 | displaystring | read-write |
Low event actions. |
acpmTRPLowTrapNum | 1.3.6.1.4.1.3052.12.2.12.12.5.1.17 | integer32 | read-write |
Low event trap number. |
acpmTRPLowClass | 1.3.6.1.4.1.3052.12.2.12.12.5.1.18 | displaystring | read-write |
Low event class. |
acpmTRPVLowValue | 1.3.6.1.4.1.3052.12.2.12.12.5.1.19 | displaystring | read-write |
Very low event threshold. This is a floating point value. |
acpmTRPVLowActions | 1.3.6.1.4.1.3052.12.2.12.12.5.1.20 | displaystring | read-write |
Very low event actions. |
acpmTRPVLowTrapNum | 1.3.6.1.4.1.3052.12.2.12.12.5.1.21 | integer32 | read-write |
Very low event trap number. |
acpmTRPVLowClass | 1.3.6.1.4.1.3052.12.2.12.12.5.1.22 | displaystring | read-write |
Very low event class. |
acpmTRPSysrepEnable | 1.3.6.1.4.1.3052.12.2.12.12.5.1.23 | displaystring | read-write |
System reporting enable for total real power telemetry. |
acpmTRPSysrepThreshold | 1.3.6.1.4.1.3052.12.2.12.12.5.1.24 | displaystring | read-write |
System reporting threshold for total real power telemetry. This is a floating point value. |
acpmTRPSysrepLimit | 1.3.6.1.4.1.3052.12.2.12.12.5.1.25 | integer32 | read-write |
System reporting limit for total real power telemetry. |
acpmDisconnectTable | 1.3.6.1.4.1.3052.12.2.12.12.6 | no-access |
This table organizes AC power monitor device disconnect event attributes. |
|
1.3.6.1.4.1.3052.12.2.12.12.6.1 | no-access |
Entry for AC power monitor device disconnect event config table. |
||
acpmDisconnectIndex | 1.3.6.1.4.1.3052.12.2.12.12.6.1.1 | integer32 | read-only |
Which AC power monitor in the AC power monitor device disconnect event config table. |
acpmDisconnectEnable | 1.3.6.1.4.1.3052.12.2.12.12.6.1.2 | displaystring | read-write |
Enable AC power monitor device disconnect event. |
acpmDisconnectActions | 1.3.6.1.4.1.3052.12.2.12.12.6.1.3 | displaystring | read-write |
Actions for disconnect event. |
acpmDisconnectTrapNum | 1.3.6.1.4.1.3052.12.2.12.12.6.1.4 | integer32 | read-write |
Trap number for disconnect event. |
acpmDisconnectClass | 1.3.6.1.4.1.3052.12.2.12.12.6.1.5 | displaystring | read-write |
Class for disconnect event. |
acpmDisconnectNormalActions | 1.3.6.1.4.1.3052.12.2.12.12.6.1.6 | displaystring | read-write |
Actions for disconnect return to normal event. |
acpmDisconnectNormalTrapNum | 1.3.6.1.4.1.3052.12.2.12.12.6.1.7 | integer32 | read-write |
Trap number for disconnect return to normal event. |
acpmDisconnectNormalClass | 1.3.6.1.4.1.3052.12.2.12.12.6.1.8 | displaystring | read-write |
Class for disconnect return to normal event. |
acpmTotalPowerFactorTable | 1.3.6.1.4.1.3052.12.2.12.12.7 | no-access |
This table organizes AC power monitor device total power factor event attributes. |
|
1.3.6.1.4.1.3052.12.2.12.12.7.1 | no-access |
Entry for AC power monitor device total power factor event config table. |
||
acpmTPFIndex | 1.3.6.1.4.1.3052.12.2.12.12.7.1.1 | integer32 | read-only |
Which AC power monitor in the AC power monitor device disconnect event config table. |
acpmTPFEnable | 1.3.6.1.4.1.3052.12.2.12.12.7.1.2 | displaystring | read-write |
Enable AC power monitor device disconnect event. |
acpmTPFDeadband | 1.3.6.1.4.1.3052.12.2.12.12.7.1.3 | displaystring | read-write |
Deadband (hysteresis). |
acpmTPFNormalActions | 1.3.6.1.4.1.3052.12.2.12.12.7.1.4 | displaystring | read-write |
Normal actions. |
acpmTPFNormalTrapNum | 1.3.6.1.4.1.3052.12.2.12.12.7.1.5 | integer32 | read-write |
Normal trap number. |
acpmTPFNormalClass | 1.3.6.1.4.1.3052.12.2.12.12.7.1.6 | displaystring | read-write |
Normal class. |
acpmTPFLowValue | 1.3.6.1.4.1.3052.12.2.12.12.7.1.7 | displaystring | read-write |
Low threshold. |
acpmTPFLowActions | 1.3.6.1.4.1.3052.12.2.12.12.7.1.8 | displaystring | read-write |
Low actions. |
acpmTPFLowTrapNum | 1.3.6.1.4.1.3052.12.2.12.12.7.1.9 | integer32 | read-write |
Low trap number. |
acpmTPFLowClass | 1.3.6.1.4.1.3052.12.2.12.12.7.1.10 | displaystring | read-write |
Low class. |
acpmTPFVLowValue | 1.3.6.1.4.1.3052.12.2.12.12.7.1.11 | displaystring | read-write |
Very Low threshold. |
acpmTPFVLowActions | 1.3.6.1.4.1.3052.12.2.12.12.7.1.12 | displaystring | read-write |
Very Low actions. |
acpmTPFVLowTrapNum | 1.3.6.1.4.1.3052.12.2.12.12.7.1.13 | integer32 | read-write |
Very Low trap number. |
acpmTPFVLowClass | 1.3.6.1.4.1.3052.12.2.12.12.7.1.14 | displaystring | read-write |
Very Low class. |
acpmTPFSysrepEnable | 1.3.6.1.4.1.3052.12.2.12.12.7.1.15 | displaystring | read-write |
System reporting enable. |
acpmTPFSysrepThreshold | 1.3.6.1.4.1.3052.12.2.12.12.7.1.16 | displaystring | read-write |
System reporting threshold. |
acpmTPFSysrepLimit | 1.3.6.1.4.1.3052.12.2.12.12.7.1.17 | integer32 | read-write |
System reporting limit. |
evReset | 1.3.6.1.4.1.3052.12.2.12.16 | |||
evResetEnable | 1.3.6.1.4.1.3052.12.2.12.16.1 | displaystring | read-write |
Enable/disable reset event. This event is triggered when the unit finishes booting. |
evResetDelay | 1.3.6.1.4.1.3052.12.2.12.16.2 | integer32 | read-write |
Number of seconds to wait after unit finishes booting before triggering the reset event. |
evResetActions | 1.3.6.1.4.1.3052.12.2.12.16.3 | displaystring | read-write |
Actions for reset event. |
evResetMessage | 1.3.6.1.4.1.3052.12.2.12.16.4 | displaystring | read-write |
Message for reset event. |
evResetTrapnum | 1.3.6.1.4.1.3052.12.2.12.16.5 | integer32 | read-write |
Trap number for reset event. |
evResetClass | 1.3.6.1.4.1.3052.12.2.12.16.6 | displaystring | read-write |
Class (severity) for reset event. |
action | 1.3.6.1.4.1.3052.12.2.14 | |||
actionCallNumberTable | 1.3.6.1.4.1.3052.12.2.14.1 | no-access |
Table of phone numbers to dial for modem actions |
|
1.3.6.1.4.1.3052.12.2.14.1.1 | no-access |
Entry for table of phone numbers to dial for modem actions |
||
actionCallNumberIndex | 1.3.6.1.4.1.3052.12.2.14.1.1.1 | integer32 | read-only |
Index for table of phone numbers to dial for modem actions |
actionCallNumber | 1.3.6.1.4.1.3052.12.2.14.1.1.2 | displaystring | read-write |
The number to dial for this action slot |
actionPagerTable | 1.3.6.1.4.1.3052.12.2.14.2 | no-access |
Table of pager configurations |
|
1.3.6.1.4.1.3052.12.2.14.2.1 | no-access |
Entry for table of pager configurations |
||
actionPagerIndex | 1.3.6.1.4.1.3052.12.2.14.2.1.1 | integer32 | read-only |
index for table of pager configurations |
actionPagerType | 1.3.6.1.4.1.3052.12.2.14.2.1.2 | displaystring | read-write |
type of this pager configuration |
actionPagerNumber | 1.3.6.1.4.1.3052.12.2.14.2.1.3 | displaystring | read-write |
phone number to dial for this pager configuration |
actionPagerID | 1.3.6.1.4.1.3052.12.2.14.2.1.4 | displaystring | read-write |
ID to use for this pager configuration |
actionPagerMessage | 1.3.6.1.4.1.3052.12.2.14.2.1.5 | displaystring | read-write |
message to use for this pager configuration |
actionPagerPostCalloutDelay | 1.3.6.1.4.1.3052.12.2.14.2.1.6 | integer32 | read-write |
Seconds to wait after dialing before sending ID |
actionPagerPostIDDelay | 1.3.6.1.4.1.3052.12.2.14.2.1.7 | integer32 | read-write |
Seconds to wait after sending ID to send message |
actionSched | 1.3.6.1.4.1.3052.12.2.14.3 | |||
actionSchedEnable | 1.3.6.1.4.1.3052.12.2.14.3.1 | displaystring | read-write |
ON/OFF enable action schedule |
actionSchedBegin | 1.3.6.1.4.1.3052.12.2.14.3.2 | displaystring | read-write |
action schedule begin time (HH:MM) |
actionSchedEnd | 1.3.6.1.4.1.3052.12.2.14.3.3 | displaystring | read-write |
action schedule end time (HH:MM) |
actionSchedWeekdaysOnly | 1.3.6.1.4.1.3052.12.2.14.3.4 | displaystring | read-write |
ON/OFF whether the action schedule applies to weekdays only (ON) or all days (OFF) |
actionAsentria | 1.3.6.1.4.1.3052.12.2.14.4 | |||
actionAsentriaRequireAck | 1.3.6.1.4.1.3052.12.2.14.4.1 | displaystring | read-write |
ON/OFF Asentria action requires an ack from the receiver |
actionAsentriaVersion | 1.3.6.1.4.1.3052.12.2.14.4.2 | displaystring | read-write |
version 1.0 or 1.1 |
actionAsentriaTCPPort | 1.3.6.1.4.1.3052.12.2.14.4.3 | integer32 | read-write |
TCP port used for TCP-based Asentria alarms |
actionHostTable | 1.3.6.1.4.1.3052.12.2.14.6 | no-access |
Table of network hosts to use for network-based actions |
|
1.3.6.1.4.1.3052.12.2.14.6.1 | no-access |
Entry for table of network hosts to use for network-based actions |
||
actionHostIndex | 1.3.6.1.4.1.3052.12.2.14.6.1.1 | integer32 | read-only |
Index for table of network hosts to use for network-based actions |
actionHost | 1.3.6.1.4.1.3052.12.2.14.6.1.2 | displaystring | read-write |
Hostname/IP address used as destination for network-based action (e.g., trap) |
actionEmailTable | 1.3.6.1.4.1.3052.12.2.14.7 | no-access |
Table of email addresses to use for email actions |
|
1.3.6.1.4.1.3052.12.2.14.7.1 | no-access |
Entry for table of email addresses to use for email actions |
||
actionEmailIndex | 1.3.6.1.4.1.3052.12.2.14.7.1.1 | integer32 | read-only |
Index for table of email addresses to use for email actions |
actionEmail | 1.3.6.1.4.1.3052.12.2.14.7.1.2 | displaystring | read-write |
email address |
actionParseError | 1.3.6.1.4.1.3052.12.2.14.8 | displaystring | read-only |
When a user attempts to configure an invalid action setting/ object, this object says why it was invalid. |
sys | 1.3.6.1.4.1.3052.12.2.16 | |||
sysTime | 1.3.6.1.4.1.3052.12.2.16.1 | |||
sysTimeAutoDST | 1.3.6.1.4.1.3052.12.2.16.1.1 | displaystring | read-write |
ON/OFF automatically adjust for Daylight Savings Time |
sysTimeGMTOffset | 1.3.6.1.4.1.3052.12.2.16.1.2 | integer32 | read-write |
Absolute value of offset (hours) from GMT of the timezone |
sysTimeGMTDirection | 1.3.6.1.4.1.3052.12.2.16.1.3 | displaystring | read-write |
Direction (AHEAD/BEHIND) of timezone relative to GMT |
sysTimeNet | 1.3.6.1.4.1.3052.12.2.16.1.4 | |||
sysTimeNetEnable | 1.3.6.1.4.1.3052.12.2.16.1.4.1 | displaystring | read-write |
Network time mode |
sysTimeNetHostTable | 1.3.6.1.4.1.3052.12.2.16.1.4.2 | no-access |
Table of hosts to use for network time services |
|
1.3.6.1.4.1.3052.12.2.16.1.4.2.1 | no-access |
Entry for table of hosts to use for network time services |
||
sysTimeNetHostIndex | 1.3.6.1.4.1.3052.12.2.16.1.4.2.1.1 | integer32 | read-only |
Index for table of hosts to use for network time services |
sysTimeNetHost | 1.3.6.1.4.1.3052.12.2.16.1.4.2.1.2 | displaystring | read-write |
host to use for network time services |
sysPT | 1.3.6.1.4.1.3052.12.2.16.2 | |||
sysPTTimeout | 1.3.6.1.4.1.3052.12.2.16.2.1 | integer32 | read-write |
Timeout (minutes) of inactivity after which a pass-through session is terminated (0 means it never terminates) |
sysPTEndPause | 1.3.6.1.4.1.3052.12.2.16.2.2 | integer32 | read-write |
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. |
sysPTJoinable | 1.3.6.1.4.1.3052.12.2.16.2.3 | displaystring | read-write |
Enable joinable pass-through sessions. |
sysMTU | 1.3.6.1.4.1.3052.12.2.16.3 | integer32 | read-write |
Maximum transfer unit for ethernet interfaces |
sysAnswerString | 1.3.6.1.4.1.3052.12.2.16.4 | displaystring | read-write |
String displayed upon login |
sysEventFileID | 1.3.6.1.4.1.3052.12.2.16.6 | displaystring | read-write |
ID string for events file |
sysEscapeCharacter | 1.3.6.1.4.1.3052.12.2.16.7 | integer32 | read-write |
Decimal ASCII code of the system escape character |
sysTimeStamp | 1.3.6.1.4.1.3052.12.2.16.8 | |||
sysTimeStampTimeFormat | 1.3.6.1.4.1.3052.12.2.16.8.1 | displaystring | read-write |
Format of time stamp: HH:MM,HH:MM:SS,BLANK |
sysTimeStampDateFormat | 1.3.6.1.4.1.3052.12.2.16.8.2 | displaystring | read-write |
Format of date stamp: MM/DD,MM/DD/YY,MM/DD/YYYY,BLANK |
sysTimeStampSpaceAfter | 1.3.6.1.4.1.3052.12.2.16.8.3 | displaystring | read-write |
ON/OFF Inlude a space after timestamp |
sysLog | 1.3.6.1.4.1.3052.12.2.16.9 | |||
sysLogMode | 1.3.6.1.4.1.3052.12.2.16.9.1 | displaystring | read-write |
Syslog mode: disabled, emit UDP (REMOTE), save in a rotating file set (FILE), or emit on a listening socket (SERVER) |
sysLoghost | 1.3.6.1.4.1.3052.12.2.16.9.2 | displaystring | read-write |
Syslog host: destination machine when syslog mode is REMOTE |
sysLogFilter | 1.3.6.1.4.1.3052.12.2.16.9.3 | displaystring | read-write |
String describing what functions place data in the syslog |
sysLogFileSize | 1.3.6.1.4.1.3052.12.2.16.9.4 | integer32 | read-write |
Size (in KB) of syslog files (when syslog mode is SERVER or FILE) |
sysLogFileCount | 1.3.6.1.4.1.3052.12.2.16.9.5 | integer32 | read-write |
Number of files in syslog file set (when syslog mode is SERVER or FILE) |
sysLogListenPort | 1.3.6.1.4.1.3052.12.2.16.9.6 | integer32 | read-write |
TCP port on which the unit listens for a connection on which syslog data is dumped (when syslog mode is SERVER) |
sysCRDB | 1.3.6.1.4.1.3052.12.2.16.10 | |||
sysCRDBCapacity | 1.3.6.1.4.1.3052.12.2.16.10.1 | integer32 | read-only |
Capacity of Call Record Database (in KB) |
sysCRDBPercentFull | 1.3.6.1.4.1.3052.12.2.16.10.2 | integer32 | read-only |
Percent of the CRDB used |
sysCRDBFileIDTable | 1.3.6.1.4.1.3052.12.2.16.10.3 | no-access |
Table of CRDB file IDs |
|
1.3.6.1.4.1.3052.12.2.16.10.3.1 | no-access |
Entry for table of CRDB file IDs |
||
sysCRDBFileIDIndex | 1.3.6.1.4.1.3052.12.2.16.10.3.1.1 | integer32 | read-only |
Index for table of CRDB file IDs |
sysCRDBFileID | 1.3.6.1.4.1.3052.12.2.16.10.3.1.2 | displaystring | read-write |
ID of CRDB file for this port-associated file x |
sysCRDBFileEnforceMinTable | 1.3.6.1.4.1.3052.12.2.16.10.4 | no-access |
Table of CRDB file minimum size enforcement settings |
|
1.3.6.1.4.1.3052.12.2.16.10.4.1 | no-access |
Entry for table of CRDB file minimum size enforcement settings |
||
sysCRDBFileEnforceMinIndex | 1.3.6.1.4.1.3052.12.2.16.10.4.1.1 | integer32 | read-only |
Index for table of CRDB file minimum size enforcement settings |
sysCRDBFileEnforceMin | 1.3.6.1.4.1.3052.12.2.16.10.4.1.2 | displaystring | read-write |
ON/OFF: enforce minimum size for this CRDB file x |
sysCharMask | 1.3.6.1.4.1.3052.12.2.16.11 | octet string | read-write |
Character mask used for ignoring certain characters on serial ports when assembling data records (when port mode is ASCII) |
sysPrompt | 1.3.6.1.4.1.3052.12.2.16.12 | displaystring | read-write |
Prompt to use in a commnand session |
sysBootStatus | 1.3.6.1.4.1.3052.12.2.16.13 | displaystring | read-only |
String describing the boot status of the unit (Booted OK/ still booting |
sysLoc | 1.3.6.1.4.1.3052.12.2.16.14 | |||
sysLocLatitude | 1.3.6.1.4.1.3052.12.2.16.14.1 | displaystring | read-write |
Latitude portion of geographic coordinates as string |
sysLocLongitude | 1.3.6.1.4.1.3052.12.2.16.14.2 | displaystring | read-write |
Longitude portion of geographic coordinates as string |
sysLocXOffset | 1.3.6.1.4.1.3052.12.2.16.14.3 | displaystring | read-write |
X-offset portion of geographic coordinates as string |
sysLocYOffset | 1.3.6.1.4.1.3052.12.2.16.14.4 | displaystring | read-write |
Y offset portion of geographic coordinates as string |
sysLocAngle | 1.3.6.1.4.1.3052.12.2.16.14.5 | displaystring | read-write |
Angle portion of geographic coordinates as string |
sysLocAltitude | 1.3.6.1.4.1.3052.12.2.16.14.6 | displaystring | read-write |
Altitude as string |
auditLog | 1.3.6.1.4.1.3052.12.2.17 | |||
auditLogEnable | 1.3.6.1.4.1.3052.12.2.17.1 | displaystring | read-write |
ON/OFF enable audit log |
auditLogStoreResets | 1.3.6.1.4.1.3052.12.2.17.2 | displaystring | read-write |
ON/OFF audit log stores when the unit resets |
auditLogStoreCommands | 1.3.6.1.4.1.3052.12.2.17.3 | displaystring | read-write |
ON/OFF audit log stores commands entered in a command session |
auditLogStoreOutputs | 1.3.6.1.4.1.3052.12.2.17.4 | displaystring | read-write |
ON/OFF audit log stores output (relay output and power output) activity |
auditLogStoreAlarmActions | 1.3.6.1.4.1.3052.12.2.17.5 | displaystring | read-write |
ON/OFF audit log stores action delivery activity |
auditLogStorePwdFailures | 1.3.6.1.4.1.3052.12.2.17.6 | displaystring | read-write |
ON/OFF audit log stores when user was denied login |
auditLogStoreLogins | 1.3.6.1.4.1.3052.12.2.17.7 | displaystring | read-write |
ON/OFF audit log stores when a user was allowed login |
auditLogStoreSHSK | 1.3.6.1.4.1.3052.12.2.17.8 | displaystring | read-write |
ON/OFF audit log stores serial handshaking status (regardless of serial handshaking event) |
auditLogStorePassthrough | 1.3.6.1.4.1.3052.12.2.17.9 | displaystring | read-write |
ON/OFF audit log stores pass-through activity |
auditLogStoreInactivity | 1.3.6.1.4.1.3052.12.2.17.10 | displaystring | read-write |
ON/OFF audit log stores when sessions expire due to inactivity |
auditLogStorePolling | 1.3.6.1.4.1.3052.12.2.17.11 | displaystring | read-write |
ON/OFF audit log stores CRDB polling activity |
auditLogMaxSize | 1.3.6.1.4.1.3052.12.2.17.12 | integer32 | read-write |
Maximum size (in KB) of audit log |
productIds | 1.3.6.1.4.1.3052.12.3 | |||
siteName | 1.3.6.1.4.1.3052.12.3.1 | displaystring | read-only |
Site Name string; Max 40 characters. |
thisProduct | 1.3.6.1.4.1.3052.12.3.2 | displaystring | read-only |
This is a factory configured string for the product name. |
stockTrapString | 1.3.6.1.4.1.3052.12.3.3 | displaystring | read-only |
The message defined for the event that triggers a trap. |
trapEventTypeNumber | 1.3.6.1.4.1.3052.12.3.4 | integer32 | read-only |
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 83 CPE Down Reminder 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 |
trapEventTypeName | 1.3.6.1.4.1.3052.12.3.5 | displaystring | read-only |
The user-defined trap variable for the string corresponding to the event type. |
trapIncludedValue | 1.3.6.1.4.1.3052.12.3.6 | integer32 | read-only |
The user-defined trap variable for the generic included value. |
trapIncludedString | 1.3.6.1.4.1.3052.12.3.7 | displaystring | read-only |
The user-defined trap variable for the generic included string. |
trapTypeString | 1.3.6.1.4.1.3052.12.3.8 | displaystring | read-only |
The cause of the trap, added for DL880 compatibility. |
trapEventClassNumber | 1.3.6.1.4.1.3052.12.3.9 | integer32 | read-only |
The user-defined trap variable for the configurable class number associated with the triggering event. |
trapEventClassName | 1.3.6.1.4.1.3052.12.3.10 | displaystring | read-only |
The user-defined trap variable for the configurable class name associated with the class number. |
keyInterface | 1.3.6.1.4.1.3052.12.4 | displaystring | read-write |
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'). |
s530StockContactClosureTrap | 1.3.6.1.4.1.3052.12.110 |
A stock contact closure trap is issued when a contact closure event happens. |
||
s530StockTempTrap | 1.3.6.1.4.1.3052.12.120 |
A stock temperature trap is issued when a temperature event happens. |
||
s530StockHumidityTrap | 1.3.6.1.4.1.3052.12.130 |
A stock humidity trap is issued when a humidity event happens. |
||
s530StockAnalogTrap | 1.3.6.1.4.1.3052.12.140 |
A stock analog trap is issued when an analog sensor event happens. |
||
s530StockOutputTrap | 1.3.6.1.4.1.3052.12.150 |
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. |
||
s530StockPDCurrentTrap | 1.3.6.1.4.1.3052.12.180 |
A stock analog trap is issued when a power distribution current event happens. |
||
s530StockPDVoltageTrap | 1.3.6.1.4.1.3052.12.190 |
A stock analog trap is issued when a power distribution voltage event happens. |
||
s530StockPDFuseTrap | 1.3.6.1.4.1.3052.12.210 |
A stock analog trap is issued when a power distribution fuse event happens. |
||
s530StockDbasePfullTrap | 1.3.6.1.4.1.3052.12.501 |
The stock database percent full trap is issued when the database size surpasses the threshold. |
||
s530StockDataAlarmTrap | 1.3.6.1.4.1.3052.12.503 |
The stock data alarm trap is issued when a data alarm happens. |
||
s530StockNoDataAlarmTrap | 1.3.6.1.4.1.3052.12.505 |
The stock no-data alarm trap is issued when the unit has received no data for a configured interval within a configured schedule. |
||
s530StockSchedTrap | 1.3.6.1.4.1.3052.12.506 |
The stock scheduled alarm trap is issued when the current time reaches the scheduled alarm time. |
||
s530StockImmediateTrap | 1.3.6.1.4.1.3052.12.507 |
The stock immediate alarm trap is issued when the user enters the DOTRAP command. |
||
s530StockCTSTrap | 1.3.6.1.4.1.3052.12.510 |
A stock CTS trap is issued when an RS-232 CTS event happens. |
||
s530CPEDownTrap | 1.3.6.1.4.1.3052.12.511 |
A stock CPE Down trap is issued when a CPE Down event happens. |
||
s530FuelSensorDisconnectTrap | 1.3.6.1.4.1.3052.12.515 |
A stock Fuel Sensor Disconnect trap is issued when a Fuel Sensor Disconnect or Connect (Return to Normal) event happens. |
||
s530FuelSensorVolumeTrap | 1.3.6.1.4.1.3052.12.519 |
A stock Fuel Sensor Volume trap is issued when a Fuel Sensor Volume event happens |
||
s530ACPowerMonitorAvgVoltageTrap | 1.3.6.1.4.1.3052.12.520 |
A stock AC power monitor average voltage trap is issued when an AC power monitor average voltage event happens. |
||
s530ACPowerMonitorAvgCurrentTrap | 1.3.6.1.4.1.3052.12.521 |
A stock AC power monitor average current trap is issued when an AC power monitor average current event happens. |
||
s530ACPowerMonitorFrequencyTrap | 1.3.6.1.4.1.3052.12.522 |
A stock AC power monitor frequency trap is issued when an AC power monitor frequency event happens. |
||
s530ACPowerMonitorTRPTrap | 1.3.6.1.4.1.3052.12.523 |
A stock AC power monitor TRP (total real power) trap is issued when an AC power monitor TRP event happens. |
||
s530ACPowerMonitorDisconnectTrap | 1.3.6.1.4.1.3052.12.524 |
A stock AC power monitor disconnect trap is issued when an AC power monitor disconnect event happens. |
||
s530ACTotalPowerFactorTrap | 1.3.6.1.4.1.3052.12.540 |
A stock AC power monitor total power factor trap is issued when an AC power monitor total power factor event happens. |
||
s530ResetTrap | 1.3.6.1.4.1.3052.12.543 |
A stock reset trap is issued when a reset event happens. |
||
s530UserTrap1000 | 1.3.6.1.4.1.3052.12.1000 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1000. |
||
s530UserTrap1001 | 1.3.6.1.4.1.3052.12.1001 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1001. |
||
s530UserTrap1002 | 1.3.6.1.4.1.3052.12.1002 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1002. |
||
s530UserTrap1003 | 1.3.6.1.4.1.3052.12.1003 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1003. |
||
s530UserTrap1004 | 1.3.6.1.4.1.3052.12.1004 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1004. |
||
s530UserTrap1005 | 1.3.6.1.4.1.3052.12.1005 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1005. |
||
s530UserTrap1006 | 1.3.6.1.4.1.3052.12.1006 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1006. |
||
s530UserTrap1007 | 1.3.6.1.4.1.3052.12.1007 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1007. |
||
s530UserTrap1008 | 1.3.6.1.4.1.3052.12.1008 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1008. |
||
s530UserTrap1009 | 1.3.6.1.4.1.3052.12.1009 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1009. |
||
s530UserTrap1010 | 1.3.6.1.4.1.3052.12.1010 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1010. |
||
s530UserTrap1011 | 1.3.6.1.4.1.3052.12.1011 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1011. |
||
s530UserTrap1012 | 1.3.6.1.4.1.3052.12.1012 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1012. |
||
s530UserTrap1013 | 1.3.6.1.4.1.3052.12.1013 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1013. |
||
s530UserTrap1014 | 1.3.6.1.4.1.3052.12.1014 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1014. |
||
s530UserTrap1015 | 1.3.6.1.4.1.3052.12.1015 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1015. |
||
s530UserTrap1016 | 1.3.6.1.4.1.3052.12.1016 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1016. |
||
s530UserTrap1017 | 1.3.6.1.4.1.3052.12.1017 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1017. |
||
s530UserTrap1018 | 1.3.6.1.4.1.3052.12.1018 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1018. |
||
s530UserTrap1019 | 1.3.6.1.4.1.3052.12.1019 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1019. |
||
s530UserTrap1020 | 1.3.6.1.4.1.3052.12.1020 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1020. |
||
s530UserTrap1021 | 1.3.6.1.4.1.3052.12.1021 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1021. |
||
s530UserTrap1022 | 1.3.6.1.4.1.3052.12.1022 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1022. |
||
s530UserTrap1023 | 1.3.6.1.4.1.3052.12.1023 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1023. |
||
s530UserTrap1024 | 1.3.6.1.4.1.3052.12.1024 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1024. |
||
s530UserTrap1025 | 1.3.6.1.4.1.3052.12.1025 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1025. |
||
s530UserTrap1026 | 1.3.6.1.4.1.3052.12.1026 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1026. |
||
s530UserTrap1027 | 1.3.6.1.4.1.3052.12.1027 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1027. |
||
s530UserTrap1028 | 1.3.6.1.4.1.3052.12.1028 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1028. |
||
s530UserTrap1029 | 1.3.6.1.4.1.3052.12.1029 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1029. |
||
s530UserTrap1030 | 1.3.6.1.4.1.3052.12.1030 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1030. |
||
s530UserTrap1031 | 1.3.6.1.4.1.3052.12.1031 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1031. |
||
s530UserTrap1032 | 1.3.6.1.4.1.3052.12.1032 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1032. |
||
s530UserTrap1033 | 1.3.6.1.4.1.3052.12.1033 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1033. |
||
s530UserTrap1034 | 1.3.6.1.4.1.3052.12.1034 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1034. |
||
s530UserTrap1035 | 1.3.6.1.4.1.3052.12.1035 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1035. |
||
s530UserTrap1036 | 1.3.6.1.4.1.3052.12.1036 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1036. |
||
s530UserTrap1037 | 1.3.6.1.4.1.3052.12.1037 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1037. |
||
s530UserTrap1038 | 1.3.6.1.4.1.3052.12.1038 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1038. |
||
s530UserTrap1039 | 1.3.6.1.4.1.3052.12.1039 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1039. |
||
s530UserTrap1040 | 1.3.6.1.4.1.3052.12.1040 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1040. |
||
s530UserTrap1041 | 1.3.6.1.4.1.3052.12.1041 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1041. |
||
s530UserTrap1042 | 1.3.6.1.4.1.3052.12.1042 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1042. |
||
s530UserTrap1043 | 1.3.6.1.4.1.3052.12.1043 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1043. |
||
s530UserTrap1044 | 1.3.6.1.4.1.3052.12.1044 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1044. |
||
s530UserTrap1045 | 1.3.6.1.4.1.3052.12.1045 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1045. |
||
s530UserTrap1046 | 1.3.6.1.4.1.3052.12.1046 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1046. |
||
s530UserTrap1047 | 1.3.6.1.4.1.3052.12.1047 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1047. |
||
s530UserTrap1048 | 1.3.6.1.4.1.3052.12.1048 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1048. |
||
s530UserTrap1049 | 1.3.6.1.4.1.3052.12.1049 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1049. |
||
s530UserTrap1050 | 1.3.6.1.4.1.3052.12.1050 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1050. |
||
s530UserTrap1051 | 1.3.6.1.4.1.3052.12.1051 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1051. |
||
s530UserTrap1052 | 1.3.6.1.4.1.3052.12.1052 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1052. |
||
s530UserTrap1053 | 1.3.6.1.4.1.3052.12.1053 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1053. |
||
s530UserTrap1054 | 1.3.6.1.4.1.3052.12.1054 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1054. |
||
s530UserTrap1055 | 1.3.6.1.4.1.3052.12.1055 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1055. |
||
s530UserTrap1056 | 1.3.6.1.4.1.3052.12.1056 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1056. |
||
s530UserTrap1057 | 1.3.6.1.4.1.3052.12.1057 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1057. |
||
s530UserTrap1058 | 1.3.6.1.4.1.3052.12.1058 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1058. |
||
s530UserTrap1059 | 1.3.6.1.4.1.3052.12.1059 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1059. |
||
s530UserTrap1060 | 1.3.6.1.4.1.3052.12.1060 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1060. |
||
s530UserTrap1061 | 1.3.6.1.4.1.3052.12.1061 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1061. |
||
s530UserTrap1062 | 1.3.6.1.4.1.3052.12.1062 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1062. |
||
s530UserTrap1063 | 1.3.6.1.4.1.3052.12.1063 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1063. |
||
s530UserTrap1064 | 1.3.6.1.4.1.3052.12.1064 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1064. |
||
s530UserTrap1065 | 1.3.6.1.4.1.3052.12.1065 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1065. |
||
s530UserTrap1066 | 1.3.6.1.4.1.3052.12.1066 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1066. |
||
s530UserTrap1067 | 1.3.6.1.4.1.3052.12.1067 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1067. |
||
s530UserTrap1068 | 1.3.6.1.4.1.3052.12.1068 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1068. |
||
s530UserTrap1069 | 1.3.6.1.4.1.3052.12.1069 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1069. |
||
s530UserTrap1070 | 1.3.6.1.4.1.3052.12.1070 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1070. |
||
s530UserTrap1071 | 1.3.6.1.4.1.3052.12.1071 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1071. |
||
s530UserTrap1072 | 1.3.6.1.4.1.3052.12.1072 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1072. |
||
s530UserTrap1073 | 1.3.6.1.4.1.3052.12.1073 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1073. |
||
s530UserTrap1074 | 1.3.6.1.4.1.3052.12.1074 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1074. |
||
s530UserTrap1075 | 1.3.6.1.4.1.3052.12.1075 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1075. |
||
s530UserTrap1076 | 1.3.6.1.4.1.3052.12.1076 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1076. |
||
s530UserTrap1077 | 1.3.6.1.4.1.3052.12.1077 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1077. |
||
s530UserTrap1078 | 1.3.6.1.4.1.3052.12.1078 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1078. |
||
s530UserTrap1079 | 1.3.6.1.4.1.3052.12.1079 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1079. |
||
s530UserTrap1080 | 1.3.6.1.4.1.3052.12.1080 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1080. |
||
s530UserTrap1081 | 1.3.6.1.4.1.3052.12.1081 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1081. |
||
s530UserTrap1082 | 1.3.6.1.4.1.3052.12.1082 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1082. |
||
s530UserTrap1083 | 1.3.6.1.4.1.3052.12.1083 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1083. |
||
s530UserTrap1084 | 1.3.6.1.4.1.3052.12.1084 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1084. |
||
s530UserTrap1085 | 1.3.6.1.4.1.3052.12.1085 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1085. |
||
s530UserTrap1086 | 1.3.6.1.4.1.3052.12.1086 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1086. |
||
s530UserTrap1087 | 1.3.6.1.4.1.3052.12.1087 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1087. |
||
s530UserTrap1088 | 1.3.6.1.4.1.3052.12.1088 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1088. |
||
s530UserTrap1089 | 1.3.6.1.4.1.3052.12.1089 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1089. |
||
s530UserTrap1090 | 1.3.6.1.4.1.3052.12.1090 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1090. |
||
s530UserTrap1091 | 1.3.6.1.4.1.3052.12.1091 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1091. |
||
s530UserTrap1092 | 1.3.6.1.4.1.3052.12.1092 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1092. |
||
s530UserTrap1093 | 1.3.6.1.4.1.3052.12.1093 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1093. |
||
s530UserTrap1094 | 1.3.6.1.4.1.3052.12.1094 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1094. |
||
s530UserTrap1095 | 1.3.6.1.4.1.3052.12.1095 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1095. |
||
s530UserTrap1096 | 1.3.6.1.4.1.3052.12.1096 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1096. |
||
s530UserTrap1097 | 1.3.6.1.4.1.3052.12.1097 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1097. |
||
s530UserTrap1098 | 1.3.6.1.4.1.3052.12.1098 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1098. |
||
s530UserTrap1099 | 1.3.6.1.4.1.3052.12.1099 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1099. |
||
s530UserTrap1100 | 1.3.6.1.4.1.3052.12.1100 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1100. |
||
s530UserTrap1101 | 1.3.6.1.4.1.3052.12.1101 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1101. |
||
s530UserTrap1102 | 1.3.6.1.4.1.3052.12.1102 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1102. |
||
s530UserTrap1103 | 1.3.6.1.4.1.3052.12.1103 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1103. |
||
s530UserTrap1104 | 1.3.6.1.4.1.3052.12.1104 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1104. |
||
s530UserTrap1105 | 1.3.6.1.4.1.3052.12.1105 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1105. |
||
s530UserTrap1106 | 1.3.6.1.4.1.3052.12.1106 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1106. |
||
s530UserTrap1107 | 1.3.6.1.4.1.3052.12.1107 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1107. |
||
s530UserTrap1108 | 1.3.6.1.4.1.3052.12.1108 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1108. |
||
s530UserTrap1109 | 1.3.6.1.4.1.3052.12.1109 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1109. |
||
s530UserTrap1110 | 1.3.6.1.4.1.3052.12.1110 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1110. |
||
s530UserTrap1111 | 1.3.6.1.4.1.3052.12.1111 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1111. |
||
s530UserTrap1112 | 1.3.6.1.4.1.3052.12.1112 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1112. |
||
s530UserTrap1113 | 1.3.6.1.4.1.3052.12.1113 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1113. |
||
s530UserTrap1114 | 1.3.6.1.4.1.3052.12.1114 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1114. |
||
s530UserTrap1115 | 1.3.6.1.4.1.3052.12.1115 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1115. |
||
s530UserTrap1116 | 1.3.6.1.4.1.3052.12.1116 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1116. |
||
s530UserTrap1117 | 1.3.6.1.4.1.3052.12.1117 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1117. |
||
s530UserTrap1118 | 1.3.6.1.4.1.3052.12.1118 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1118. |
||
s530UserTrap1119 | 1.3.6.1.4.1.3052.12.1119 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1119. |
||
s530UserTrap1120 | 1.3.6.1.4.1.3052.12.1120 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1120. |
||
s530UserTrap1121 | 1.3.6.1.4.1.3052.12.1121 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1121. |
||
s530UserTrap1122 | 1.3.6.1.4.1.3052.12.1122 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1122. |
||
s530UserTrap1123 | 1.3.6.1.4.1.3052.12.1123 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1123. |
||
s530UserTrap1124 | 1.3.6.1.4.1.3052.12.1124 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1124. |
||
s530UserTrap1125 | 1.3.6.1.4.1.3052.12.1125 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1125. |
||
s530UserTrap1126 | 1.3.6.1.4.1.3052.12.1126 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1126. |
||
s530UserTrap1127 | 1.3.6.1.4.1.3052.12.1127 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1127. |
||
s530UserTrap1128 | 1.3.6.1.4.1.3052.12.1128 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1128. |
||
s530UserTrap1129 | 1.3.6.1.4.1.3052.12.1129 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1129. |
||
s530UserTrap1130 | 1.3.6.1.4.1.3052.12.1130 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1130. |
||
s530UserTrap1131 | 1.3.6.1.4.1.3052.12.1131 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1131. |
||
s530UserTrap1132 | 1.3.6.1.4.1.3052.12.1132 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1132. |
||
s530UserTrap1133 | 1.3.6.1.4.1.3052.12.1133 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1133. |
||
s530UserTrap1134 | 1.3.6.1.4.1.3052.12.1134 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1134. |
||
s530UserTrap1135 | 1.3.6.1.4.1.3052.12.1135 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1135. |
||
s530UserTrap1136 | 1.3.6.1.4.1.3052.12.1136 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1136. |
||
s530UserTrap1137 | 1.3.6.1.4.1.3052.12.1137 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1137. |
||
s530UserTrap1138 | 1.3.6.1.4.1.3052.12.1138 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1138. |
||
s530UserTrap1139 | 1.3.6.1.4.1.3052.12.1139 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1139. |
||
s530UserTrap1140 | 1.3.6.1.4.1.3052.12.1140 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1140. |
||
s530UserTrap1141 | 1.3.6.1.4.1.3052.12.1141 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1141. |
||
s530UserTrap1142 | 1.3.6.1.4.1.3052.12.1142 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1142. |
||
s530UserTrap1143 | 1.3.6.1.4.1.3052.12.1143 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1143. |
||
s530UserTrap1144 | 1.3.6.1.4.1.3052.12.1144 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1144. |
||
s530UserTrap1145 | 1.3.6.1.4.1.3052.12.1145 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1145. |
||
s530UserTrap1146 | 1.3.6.1.4.1.3052.12.1146 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1146. |
||
s530UserTrap1147 | 1.3.6.1.4.1.3052.12.1147 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1147. |
||
s530UserTrap1148 | 1.3.6.1.4.1.3052.12.1148 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1148. |
||
s530UserTrap1149 | 1.3.6.1.4.1.3052.12.1149 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1149. |
||
s530UserTrap1150 | 1.3.6.1.4.1.3052.12.1150 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1150. |
||
s530UserTrap1151 | 1.3.6.1.4.1.3052.12.1151 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1151. |
||
s530UserTrap1152 | 1.3.6.1.4.1.3052.12.1152 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1152. |
||
s530UserTrap1153 | 1.3.6.1.4.1.3052.12.1153 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1153. |
||
s530UserTrap1154 | 1.3.6.1.4.1.3052.12.1154 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1154. |
||
s530UserTrap1155 | 1.3.6.1.4.1.3052.12.1155 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1155. |
||
s530UserTrap1156 | 1.3.6.1.4.1.3052.12.1156 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1156. |
||
s530UserTrap1157 | 1.3.6.1.4.1.3052.12.1157 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1157. |
||
s530UserTrap1158 | 1.3.6.1.4.1.3052.12.1158 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1158. |
||
s530UserTrap1159 | 1.3.6.1.4.1.3052.12.1159 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1159. |
||
s530UserTrap1160 | 1.3.6.1.4.1.3052.12.1160 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1160. |
||
s530UserTrap1161 | 1.3.6.1.4.1.3052.12.1161 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1161. |
||
s530UserTrap1162 | 1.3.6.1.4.1.3052.12.1162 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1162. |
||
s530UserTrap1163 | 1.3.6.1.4.1.3052.12.1163 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1163. |
||
s530UserTrap1164 | 1.3.6.1.4.1.3052.12.1164 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1164. |
||
s530UserTrap1165 | 1.3.6.1.4.1.3052.12.1165 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1165. |
||
s530UserTrap1166 | 1.3.6.1.4.1.3052.12.1166 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1166. |
||
s530UserTrap1167 | 1.3.6.1.4.1.3052.12.1167 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1167. |
||
s530UserTrap1168 | 1.3.6.1.4.1.3052.12.1168 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1168. |
||
s530UserTrap1169 | 1.3.6.1.4.1.3052.12.1169 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1169. |
||
s530UserTrap1170 | 1.3.6.1.4.1.3052.12.1170 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1170. |
||
s530UserTrap1171 | 1.3.6.1.4.1.3052.12.1171 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1171. |
||
s530UserTrap1172 | 1.3.6.1.4.1.3052.12.1172 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1172. |
||
s530UserTrap1173 | 1.3.6.1.4.1.3052.12.1173 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1173. |
||
s530UserTrap1174 | 1.3.6.1.4.1.3052.12.1174 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1174. |
||
s530UserTrap1175 | 1.3.6.1.4.1.3052.12.1175 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1175. |
||
s530UserTrap1176 | 1.3.6.1.4.1.3052.12.1176 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1176. |
||
s530UserTrap1177 | 1.3.6.1.4.1.3052.12.1177 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1177. |
||
s530UserTrap1178 | 1.3.6.1.4.1.3052.12.1178 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1178. |
||
s530UserTrap1179 | 1.3.6.1.4.1.3052.12.1179 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1179. |
||
s530UserTrap1180 | 1.3.6.1.4.1.3052.12.1180 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1180. |
||
s530UserTrap1181 | 1.3.6.1.4.1.3052.12.1181 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1181. |
||
s530UserTrap1182 | 1.3.6.1.4.1.3052.12.1182 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1182. |
||
s530UserTrap1183 | 1.3.6.1.4.1.3052.12.1183 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1183. |
||
s530UserTrap1184 | 1.3.6.1.4.1.3052.12.1184 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1184. |
||
s530UserTrap1185 | 1.3.6.1.4.1.3052.12.1185 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1185. |
||
s530UserTrap1186 | 1.3.6.1.4.1.3052.12.1186 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1186. |
||
s530UserTrap1187 | 1.3.6.1.4.1.3052.12.1187 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1187. |
||
s530UserTrap1188 | 1.3.6.1.4.1.3052.12.1188 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1188. |
||
s530UserTrap1189 | 1.3.6.1.4.1.3052.12.1189 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1189. |
||
s530UserTrap1190 | 1.3.6.1.4.1.3052.12.1190 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1190. |
||
s530UserTrap1191 | 1.3.6.1.4.1.3052.12.1191 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1191. |
||
s530UserTrap1192 | 1.3.6.1.4.1.3052.12.1192 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1192. |
||
s530UserTrap1193 | 1.3.6.1.4.1.3052.12.1193 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1193. |
||
s530UserTrap1194 | 1.3.6.1.4.1.3052.12.1194 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1194. |
||
s530UserTrap1195 | 1.3.6.1.4.1.3052.12.1195 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1195. |
||
s530UserTrap1196 | 1.3.6.1.4.1.3052.12.1196 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1196. |
||
s530UserTrap1197 | 1.3.6.1.4.1.3052.12.1197 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1197. |
||
s530UserTrap1198 | 1.3.6.1.4.1.3052.12.1198 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1198. |
||
s530UserTrap1199 | 1.3.6.1.4.1.3052.12.1199 |
This user-defined trap is issued when an event happens that causes a trap with specific trap type 1199. |