Added support for Liebert PDUs (#10062)

* Added support for Liebert PDUs
This commit is contained in:
Spencer Butler 2019-04-07 14:19:08 -05:00 committed by TheGreatDoc
parent edf81cca7e
commit 47e0ee1d04
17 changed files with 3357 additions and 170 deletions

View File

@ -0,0 +1,115 @@
mib: LIEBERT-GP-AGENT-MIB:LIEBERT-GP-PDU-MIB
modules:
sensors:
temperature:
data:
-
oid: lgpPduAuxMeasTable
value: lgpPduAuxMeasTempDegC
num_oid: '.1.3.6.1.4.1.476.1.42.3.8.60.15.1.70.{{ $index }}'
descr: 'Temp for {{ $lgpPduAuxMeasUsrLabel }}'
index: 'lgpPduAuxMeasTempDegC.{{ $index }}'
divisor: 10
low_limit: lgpPduAuxMeasTempThrshldUndrAlmDegC
low_warn_limit: lgpPduAuxMeasTempThrshldUndrWarnDegC
warn_limit: lgpPduAuxMeasTempThrshldOvrWarnDegC
high_limit: lgpPduAuxMeasTempThrshldOvrAlmDegC
humidity:
data:
-
oid: lgpPduAuxMeasTable
value: lgpPduAuxMeasHum
num_oid: '.1.3.6.1.4.1.476.1.42.3.8.60.15.1.95.{{ $index }}'
descr: 'Humidity for {{ $lgpPduAuxMeasUsrLabel }}'
index: 'lgpPduAuxMeasHum.{{ $index }}'
divisor: 10
low_limit: lgpPduAuxMeasHumThrshldUndrAlm
low_warn_limit: lgpPduAuxMeasHumThrshldUndrWarn
warn_limit: lgpPduAuxMeasHumThrshldOvrWarn
high_limit: lgpPduAuxMeasHumThrshldOvrAlm
voltage:
data:
-
oid: lgpPduPsLineTable
value: lgpPduPsLineEntryEpLNTenths
num_oid: '.1.3.6.1.4.1.476.1.42.3.8.30.40.1.19.{{ $index }}'
descr: 'AC RMS {{ $lgpPduPsLineEntryLine }}'
index: 'lgpPduPsLineEntryEpLNTenths.{{ $index }}'
divisor: 10
power:
data:
-
oid: lgpPduPsTable
value: lgpPduPsEntryPwrTotal
num_oid: '.1.3.6.1.4.1.476.1.42.3.8.30.20.1.65.{{ $index }}'
descr: 'Total for {{ $lgpPduPsEntryModel }}'
index: 'lgpPduPsEntryPwrTotal.{{ $index }}'
-
oid: lgpPduPsTable
value: lgpPduPsEntryApTotal
num_oid: '.1.3.6.1.4.1.476.1.42.3.8.30.20.1.90.{{ $index }}'
descr: 'Apparent Power for {{ $lgpPduPsEntryModel }}'
index: 'lgpPduPsEntryApTotal.{{ $index }}'
current:
data:
-
oid: lgpPduRbTable
value: lgpPduRbEntryEcAvailBeforeAlarmHundredths
num_oid: '.1.3.6.1.4.1.476.1.42.3.8.40.20.1.150.{{ $index }}'
descr: 'Before Alarm {{ $lgpPduRbEntryUsrLabel }}'
index: 'lgpPduRbEntryEcAvailBeforeAlarmHundredths.{{ $index }}'
divisor: 100
group: Available
count:
data:
-
oid: lgpPduRbTable
value: lgpPduRbEntryEcUsedBeforeAlarm
num_oid: '.1.3.6.1.4.1.476.1.42.3.8.40.20.1.160.{{ $index }}'
descr: 'Utilization Percent {{ $lgpPduRbEntryUsrLabel }}'
index: 'lgpPduRbEntryEcAvailBeforeAlarmHundredths.{{ $index }}'
divisor: 10
state:
data:
-
oid: lgpAgentTelnetEnabled
num_oid: '.1.3.6.1.4.1.476.1.42.2.5.2.{{ $index }}'
descr: Telnet Enabled
index: 'lgpAgentTelnetEnabled.{{ $index }}'
state_name: lgpAgentTelnetEnabled
states:
- { value: 1, graph: 0, descr: yes, generic: 0 }
- { value: 2, graph: 0, descr: no, generic: 2 }
-
oid: lgpAgentVelocityServerEnabled
num_oid: '.1.3.6.1.4.1.476.1.42.2.5.3.{{ $index }}'
descr: Velocity Server Enabled
index: 'lgpAgentVelocityServerEnabled.{{ $index }}'
state_name: lgpAgentVelocityServerEnabled
states:
- { value: 1, graph: 0, descr: yes, generic: 0 }
- { value: 2, graph: 0, descr: no, generic: 2 }
-
oid: lgpAgentWebServerMode
num_oid: '.1.3.6.1.4.1.476.1.42.2.5.4.{{ $index }}'
descr: Webserver Mode
index: 'lgpAgentWebServerMode.{{ $index }}'
state_name: lgpAgentWebServerMode
states:
- { value: 0, graph: 0, descr: disabled, generic: 2 }
- { value: 1, graph: 0, descr: http, generic: 1 }
- { value: 2, graph: 0, descr: https, generic: 0 }
-
oid: lgpPduEntrySysStatus
num_oid: '.1.3.6.1.4.1.476.1.42.3.8.20.1.25.{{ $index }}'
descr: System Status
index: 'lgpPduGrpSysStatus.{{ $index }}'
state_name: lgpPduEntrySysStatus
states:
- { value: 1, graph: 0, descr: normalOperation, generic: 0 }
- { value: 2, graph: 0, descr: startUp, generic: 1 }
- { value: 4, graph: 0, descr: unknownNoSupport, generic: 3 }
- { value: 8, graph: 0, descr: normalWithWarning, generic: 1 }
- { value: 16, graph: 0, descr: normalWithAlarm, generic: 2 }
- { value: 32, graph: 0, descr: abnormalOperation, generic: 2 }
- { value: 64, graph: 0, descr: unknownCommFailure, generic: 2 }

View File

@ -2,6 +2,8 @@ os: liebert
text: Liebert
type: power
icon: vertiv
mib_dir:
- liebert
rfc1628_compat: true
discovery:
- sysObjectID:

View File

@ -0,0 +1,164 @@
<?php
/**
* liebert.inc.php
*
* LibreNMS sensors (current) discovery module for Liebert PDUs
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @package LibreNMS
* @link http://librenms.org
* @copyright 2019 Spencer Butler
* @author Spencer Butler <github@crooked.app>
*/
$entPhysicalIndex = null;
$entPhysicalIndex_measured = null;
$user_func = null;
$group = null;
$class = 'current';
$poller_type = 'snmp';
$psline_data = snmpwalk_cache_oid($device, 'lgpPduPsLineTable', [], 'LIEBERT-GP-PDU-MIB', 'liebert');
$ec_input_rated = snmp_getnext($device, 'lgpPduPsEntryEcInputRated', '-OUqsev', 'LIEBERT-GP-PDU-MIB', 'liebert');
foreach (array_keys($psline_data) as $index) {
$low_limit_p = $psline_data[$index]['lgpPduPsLineEntryEcThrshldUndrAlarm'] / 100;
$high_warn_limit_p = $psline_data[$index]['lgpPduPsLineEntryEcThrshldOvrWarn'] / 100;
$high_limit_p = $psline_data[$index]['lgpPduPsLineEntryEcThrshldOvrAlarm'] / 100;
$oid = '.1.3.6.1.4.1.476.1.42.3.8.30.40.1.22.'.$index;
$type = 'liebert';
$descr = 'Total Input Line ' . $psline_data[$index]['lgpPduPsLineEntryId'];
$divisor = 100;
$multiplier = 1;
$low_limit = $ec_input_rated * $low_limit_p;
$low_warn_limit = null;
$high_warn_limit = $ec_input_rated * $high_warn_limit_p;
$high_limit = $ec_input_rated * $high_limit_p;
$current = $psline_data[$index]['lgpPduPsLineEntryEcHundredths'];
discover_sensor(
$valid['sensor'],
$class,
$device,
$oid,
$index.'lgpPduPsLineEntryEcHundredths',
$type,
$descr,
$divisor,
$multiplier,
$low_limit,
$low_warn_limit,
$high_warn_limit,
$high_limit,
$current,
$poller_type,
$entPhysicalIndex,
$entPhysicalIndex_measured,
$user_func,
$group
);
}
unset($psline_data);
$ps_data = snmpwalk_cache_oid($device, 'lgpPduPsTable', [], 'LIEBERT-GP-PDU-MIB', 'liebert', '-OQUse');
foreach (array_keys($ps_data) as $index) {
$high_warn_limit_p = $ps_data[$index]['lgpPduPsEntryEcNeutralThrshldOvrWarn'] / 100;
$high_limit_p = $ps_data[$index]['lgpPduPsEntryEcNeutralThrshldOvrAlarm'] / 100;
$oid = '.1.3.6.1.4.1.476.1.42.3.8.30.20.1.70.'.$index;
$type = 'liebert';
$descr = 'Neutral ' . $ps_data[$index]['lgpPduPsLineEntryId'];
$divisor = 10;
$multiplier = 1;
$low_limit = null;
$low_warn_limit = null;
$high_warn_limit = $ec_input_rated * $high_warn_limit_p;
$high_limit = $ec_input_rated * $high_limit_p;
$current = $ps_data[$index]['lgpPduPsEntryEcNeutral'];
discover_sensor(
$valid['sensor'],
$class,
$device,
$oid,
$index.'lgpPduPsEntryEcNeutral',
$type,
$descr,
$divisor,
$multiplier,
$low_limit,
$low_warn_limit,
$high_warn_limit,
$high_limit,
$current,
$poller_type,
$entPhysicalIndex,
$entPhysicalIndex_measured,
$user_func,
$group
);
}
unset($ps_data);
$rb_data = snmpwalk_cache_oid($device, 'lgpPduRbTable', [], 'LIEBERT-GP-PDU-MIB', 'liebert', '-OQUse');
foreach (array_keys($rb_data) as $index) {
$low_limit_p = $rb_data[$index]['lgpPduRbEntryEcThrshldUndrAlm'] / 100;
$high_warn_limit_p = $rb_data[$index]['lgpPduRbEntryEcThrshldOvrWarn'] / 100;
$high_limit_p = $rb_data[$index]['lgpPduRbEntryEcThrshldOvrAlm'] / 100;
$oid = '.1.3.6.1.4.1.476.1.42.3.8.40.20.1.130.'.$index;
$type = 'liebert';
$descr = 'RMS ' . $rb_data[$index]['lgpPduRbEntryUsrLabel'];
$divisor = 100;
$multiplier = 1;
$low_limit = $ec_input_rated * $low_limit_p;
$low_warn_limit = null;
$high_warn_limit = $ec_input_rated * $high_warn_limit_p;
$high_limit = $ec_input_rated * $high_limit_p;
$current = $rb_data[$index]['lgpPduRbEntryEcHundredths'];
$group = 'Line to Neutral';
discover_sensor(
$valid['sensor'],
$class,
$device,
$oid,
$index.'lgpPduRbEntryEcHundredths',
$type,
$descr,
$divisor,
$multiplier,
$low_limit,
$low_warn_limit,
$high_warn_limit,
$high_limit,
$current,
$poller_type,
$entPhysicalIndex,
$entPhysicalIndex_measured,
$user_func,
$group
);
}
unset($rb_data);

View File

@ -40,8 +40,8 @@ liebertAgentModule MODULE-IDENTITY
Tel: +1 (800) 222-5877
E-mail: liebert.monitoring@emerson.com
Web: www.liebert.com
E-mail: liebert.monitoring@vertivco.com
Web: www.vertivco.com
Author: Gregory M. Hoge"

View File

@ -34,8 +34,8 @@ liebertGlobalProductsConditionsModule MODULE-IDENTITY
Tel: +1 (800) 222-5877
E-mail: liebert.monitoring@emerson.com
Web: www.liebert.com
E-mail: liebert.monitoring@vertivco.com
Web: www.vertivco.com
Author: Gregory M. Hoge"
@ -689,6 +689,18 @@ lgpConditionCompressorOverload OBJECT-IDENTITY
"The system has detected an overload condition on compressor 2."
::= { lgpConditionCompressorOverload 2 }
lgpConditionCompressor3Overload OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The system has detected an overload condition on compressor 3."
::= { lgpConditionCompressorOverload 3 }
lgpConditionCompressor4Overload OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The system has detected an overload condition on compressor 4."
::= { lgpConditionCompressorOverload 4 }
lgpConditionCompressorShortCycle OBJECT-IDENTITY
STATUS current
DESCRIPTION
@ -744,6 +756,22 @@ lgpConditionCompressorShortCycle OBJECT-IDENTITY
specified amount of time."
::= { lgpConditionCompressor2ShortCycle 2 }
lgpConditionCompressor3ShortCycle OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The system has detected a short cycle event on compressor 3.
The compressor has exceeded the maximum number of starts for
specified amount of time."
::= { lgpConditionCompressorShortCycle 3 }
lgpConditionCompressor4ShortCycle OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The system has detected a short cycle event on compressor 4.
The compressor has exceeded the maximum number of starts for
specified amount of time."
::= { lgpConditionCompressorShortCycle 4 }
lgpConditionCompressorLowSuctionPressure OBJECT-IDENTITY
STATUS current
DESCRIPTION
@ -765,6 +793,20 @@ lgpConditionCompressorLowSuctionPressure OBJECT-IDENTITY
minimum setting."
::= { lgpConditionCompressorLowSuctionPressure 2 }
lgpConditionCompressor3LowSuctionPressure OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The pressure at compressor 3 inlet has dropped below the
minimum setting."
::= { lgpConditionCompressorLowSuctionPressure 3 }
lgpConditionCompressor4LowSuctionPressure OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The pressure at compressor 4 inlet has dropped below the
minimum setting."
::= { lgpConditionCompressorLowSuctionPressure 4 }
lgpConditionMainFanOverLoad OBJECT-IDENTITY
STATUS current
DESCRIPTION
@ -2243,6 +2285,28 @@ lgpConditionSensorFailure OBJECT-IDENTITY
transducer is disconnected or the signal is out of range."
::= { lgpConditionSensorFailure 27 }
lgpConditionCompressor2HighPressureSensorFailure OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The system has detected that compressor 2 high pressure
transducer is disconnected or the signal is out of range."
::= { lgpConditionCompressorHighPressureSensorFailure 2 }
lgpConditionCompressor3HighPressureSensorFailure OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The system has detected that compressor 3 high pressure
transducer is disconnected or the signal is out of range."
::= { lgpConditionCompressorHighPressureSensorFailure 3 }
lgpConditionCompressor4HighPressureSensorFailure OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The system has detected that compressor 4 high pressure
transducer is disconnected or the signal is out of range."
::= { lgpConditionCompressorHighPressureSensorFailure 4 }
lgpConditionInternalCommunicationFailure OBJECT-IDENTITY
STATUS current
DESCRIPTION
@ -3088,6 +3152,20 @@ lgpConditionCompPumpDownFailure OBJECT-IDENTITY
down."
::= { lgpConditionCompPumpDownFailure 2 }
lgpConditionComp3PumpDownFailure OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The system has detected that compressor 3 has failed to pump
down."
::= { lgpConditionCompPumpDownFailure 3 }
lgpConditionComp4PumpDownFailure OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The system has detected that compressor 4 has failed to pump
down."
::= { lgpConditionCompPumpDownFailure 4 }
lgpConditionChilledWaterLowWaterFlow OBJECT-IDENTITY
STATUS current
DESCRIPTION

View File

@ -31,8 +31,8 @@ liebertControllerModule MODULE-IDENTITY
Tel: +1 (800) 222-5877
E-mail: liebert.monitoring@emerson.com
Web: www.liebert.com
E-mail: liebert.monitoring@vertivco.com
Web: www.vertivco.com
Author: Gregory M. Hoge"

View File

@ -33,8 +33,8 @@ liebertGlobalProductsEnvironmentalModule MODULE-IDENTITY
Tel: +1 (800) 222-5877
E-mail: liebert.monitoring@emerson.com
Web: www.liebert.com
E-mail: liebert.monitoring@vertivco.com
Web: www.vertivco.com
Author: Gregory M. Hoge"

View File

@ -15,7 +15,7 @@ IMPORTS
-- =============================================================================
liebertGlobalProductsFlexibleConditionsModule MODULE-IDENTITY
LAST-UPDATED "201606080000Z"
LAST-UPDATED "201810020000Z"
ORGANIZATION "Liebert Corporation"
CONTACT-INFO
"Contact: Technical Support
@ -29,13 +29,13 @@ liebertGlobalProductsFlexibleConditionsModule MODULE-IDENTITY
Tel: +1 (800) 222-5877
E-mail: liebert.monitoring@emerson.com
Web: www.liebert.com"
E-mail: liebert.monitoring@vertivco.com
Web: www.vertivco.com"
DESCRIPTION
"The MIB module used to register Liebert SNMP OIDs.
Copyright 2000-2016 Liebert Corporation. All rights reserved.
Copyright 2000-2018 Liebert Corporation. All rights reserved.
Reproduction of this document is authorized on the condition
that the forgoing copyright notice is included.
@ -43,9 +43,9 @@ liebertGlobalProductsFlexibleConditionsModule MODULE-IDENTITY
makes no warranty, either express or implied, as to the use,
operation, condition, or performance of the Specification."
REVISION "201606080000Z"
REVISION "201810020000Z"
DESCRIPTION
"Compiled From GDD Version: 6520.1"
"Compiled From GDD Version: 6825.1"
::= { liebertFlexibleConditionsModuleReg 1 }
@ -4724,4 +4724,811 @@ lgpCondId6518StandbyUnitActivatedDuetoChillerFailure OBJECT-IDENTITY
cooling unit has been activated."
::= { lgpFlexConditionsWellKnown 6518 }
lgpCondId6522PDUResidualOverCurrent OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The system has detected a PDU residual over current condition."
::= { lgpFlexConditionsWellKnown 6522 }
lgpCondId6527PDUOverCurrentProtection OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The PDU over current protection is triggered."
::= { lgpFlexConditionsWellKnown 6527 }
lgpCondId6528PowerModuleLeverUnlocked OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The power module is inactive because the lever is in the unlocked
position."
::= { lgpFlexConditionsWellKnown 6528 }
lgpCondId6529HardwareMismatch OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The assigned system model settings do not match the actual
installed hardware. The module count is wrong, or a module of the
wrong type is installed."
::= { lgpFlexConditionsWellKnown 6529 }
lgpCondId6530SupplyNTCAirSensorIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The supply NTC air sensor is disconnected or the signal is out of
range."
::= { lgpFlexConditionsWellKnown 6530 }
lgpCondId6531ExternalAirSensorCIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The external air sensor C is disconnected or the signal is out of
range."
::= { lgpFlexConditionsWellKnown 6531 }
lgpCondId6532ExternalAirSensorDIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The external air sensor D is disconnected or the signal is out of
range."
::= { lgpFlexConditionsWellKnown 6532 }
lgpCondId6533ExternalAirSensorEIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The external air sensor E is disconnected or the signal is out of
range."
::= { lgpFlexConditionsWellKnown 6533 }
lgpCondId6534PumpThermalOverload OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Pump is shut down due to thermal overload."
::= { lgpFlexConditionsWellKnown 6534 }
lgpCondId6535XDModuleCommunicationLost OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Communication with XD Module has been lost."
::= { lgpFlexConditionsWellKnown 6535 }
lgpCondId6536MMSCapacityExceeded OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The critical load is larger than the redundant rating of a 1+N
redundant multi-module system."
::= { lgpFlexConditionsWellKnown 6536 }
lgpCondId6538TSAControlInputIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The analog input used to set the air temperature set point for
cooling control is disconnected or the signal is out of range."
::= { lgpFlexConditionsWellKnown 6538 }
lgpCondId6539ChilledWaterValveHoursExceeded OBJECT-IDENTITY
STATUS current
DESCRIPTION
"[Chilled Water Valve Hours] has exceeded [Chilled Water Valve
Operating Hours Threshold]."
::= { lgpFlexConditionsWellKnown 6539 }
lgpCondId6540FSAControlInputIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The analog input used to set the air temperature set point for fan
speed control is disconnected or the signal is out of range."
::= { lgpFlexConditionsWellKnown 6540 }
lgpCondId6541AutoTuneLicenseExpiring OBJECT-IDENTITY
STATUS current
DESCRIPTION
"License for the AutoTune feature has not been refreshed in 30 days
and will be expiring soon."
::= { lgpFlexConditionsWellKnown 6541 }
lgpCondId6542AutoTuneLicenseExpired OBJECT-IDENTITY
STATUS current
DESCRIPTION
"License for the AutoTune feature has expired."
::= { lgpFlexConditionsWellKnown 6542 }
lgpCondId6543UnitInStandbyDueToCoolingLoss OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Unit forced into standby because it is unable to provide any
cooling."
::= { lgpFlexConditionsWellKnown 6543 }
lgpCondId6544ControlUnitsRemoteShutdownMismatch OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The remote shutdown status of the primary control unit does not
match the remote shutdown status of the secondary control unit."
::= { lgpFlexConditionsWellKnown 6544 }
lgpCondId6545SecondaryControlUnitCommunicationLost OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The primary control unit has lost Ethernet communications with the
secondary control unit."
::= { lgpFlexConditionsWellKnown 6545 }
lgpCondId6546ControlUnitsUnitCodeMismatch OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Unit codes for the primary and secondary control units do not
match."
::= { lgpFlexConditionsWellKnown 6546 }
lgpCondId6547SSAControlInputIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The analog input used to set the static pressure set point for fan
speed control is disconnected or the signal is out of range."
::= { lgpFlexConditionsWellKnown 6547 }
lgpCondId6574SubfeedPhaseUndercurrent OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Subfeed breaker phase current has dropped below the threshold."
::= { lgpFlexConditionsWellKnown 6574 }
lgpCondId6587TransferCountCleared OBJECT-IDENTITY
STATUS current
DESCRIPTION
"A system event indicating the transfer count has been cleared."
::= { lgpFlexConditionsWellKnown 6587 }
lgpCondId6588EnergyCounterCleared OBJECT-IDENTITY
STATUS current
DESCRIPTION
"A system event indicating the energy counter (e.g. KWH) has been
cleared."
::= { lgpFlexConditionsWellKnown 6588 }
lgpCondId6589HistoryLogsFull OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The history logs are full."
::= { lgpFlexConditionsWellKnown 6589 }
lgpCondId6590HistoryLogsCleared OBJECT-IDENTITY
STATUS current
DESCRIPTION
"History logs have been cleared."
::= { lgpFlexConditionsWellKnown 6590 }
lgpCondId6591EventLogCleared OBJECT-IDENTITY
STATUS current
DESCRIPTION
"All past alarms and faults have been cleared."
::= { lgpFlexConditionsWellKnown 6591 }
lgpCondId6592SystemDateChanged OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The system date has been updated."
::= { lgpFlexConditionsWellKnown 6592 }
lgpCondId6593SystemTimeChanged OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The system time has been updated."
::= { lgpFlexConditionsWellKnown 6593 }
lgpCondId6594AccessPasswordChanged OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The access password has been changed."
::= { lgpFlexConditionsWellKnown 6594 }
lgpCondId6595ConfigModified OBJECT-IDENTITY
STATUS current
DESCRIPTION
"A setpoint has been updated."
::= { lgpFlexConditionsWellKnown 6595 }
lgpCondId6612SCRShort OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The SCR is in a short condition."
::= { lgpFlexConditionsWellKnown 6612 }
lgpCondId6613SCROpen OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The SCR is in an open condition."
::= { lgpFlexConditionsWellKnown 6613 }
lgpCondId6614ACPowerSupplyFail OBJECT-IDENTITY
STATUS current
DESCRIPTION
"A failure of the AC Power Supply has been detected."
::= { lgpFlexConditionsWellKnown 6614 }
lgpCondId6615DCPowerSupplyFail OBJECT-IDENTITY
STATUS current
DESCRIPTION
"A failure of the DC Power Supply has been detected."
::= { lgpFlexConditionsWellKnown 6615 }
lgpCondId6616VoltageSensorFail OBJECT-IDENTITY
STATUS current
DESCRIPTION
"A voltage sensor failure has been detected."
::= { lgpFlexConditionsWellKnown 6616 }
lgpCondId6617SCRSensorFail OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The SCR sensor module failed."
::= { lgpFlexConditionsWellKnown 6617 }
lgpCondId6618CurrentSensorFail OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The current sensor module failed."
::= { lgpFlexConditionsWellKnown 6618 }
lgpCondId6619GateDriveFail OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The Gate Drive module failed."
::= { lgpFlexConditionsWellKnown 6619 }
lgpCondId6620SurgeFail OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The surge module failed for the input source."
::= { lgpFlexConditionsWellKnown 6620 }
lgpCondId6621FastUnderVoltage OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Fast under voltage detected."
::= { lgpFlexConditionsWellKnown 6621 }
lgpCondId6622SlowUnderVoltage OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Slow under voltage detected."
::= { lgpFlexConditionsWellKnown 6622 }
lgpCondId6623OverVoltage OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Over voltage detected."
::= { lgpFlexConditionsWellKnown 6623 }
lgpCondId6624OverUnderFrequencyFail OBJECT-IDENTITY
STATUS current
DESCRIPTION
"An over or under frequency condition has been detected."
::= { lgpFlexConditionsWellKnown 6624 }
lgpCondId6625GeneralSourceFailure OBJECT-IDENTITY
STATUS current
DESCRIPTION
"A non-specific failure has been detected in the source."
::= { lgpFlexConditionsWellKnown 6625 }
lgpCondId6626OverCurrent OBJECT-IDENTITY
STATUS current
DESCRIPTION
"An over current has been detected."
::= { lgpFlexConditionsWellKnown 6626 }
lgpCondId6627PeakCurrentOffLimit OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The peak current has exceeded the setpoint defined by I-PK Xfer
Lockout."
::= { lgpFlexConditionsWellKnown 6627 }
lgpCondId6628SyncFail OBJECT-IDENTITY
STATUS current
DESCRIPTION
"A phase rotation/out of synchronization failure has been detected."
::= { lgpFlexConditionsWellKnown 6628 }
lgpCondId6629InputOverVoltage OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Input over voltage."
::= { lgpFlexConditionsWellKnown 6629 }
lgpCondId6630InputUnderVoltage OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Input under voltage."
::= { lgpFlexConditionsWellKnown 6630 }
lgpCondId6631InputOverUnderFrequency OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Input over/under frequency."
::= { lgpFlexConditionsWellKnown 6631 }
lgpCondId6635VoltageSenseFail OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Output voltage sense failure."
::= { lgpFlexConditionsWellKnown 6635 }
lgpCondId6636LoadonAlternateSource OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The load is on the alternate source."
::= { lgpFlexConditionsWellKnown 6636 }
lgpCondId6637UnderVoltageFail OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Output under voltage failure."
::= { lgpFlexConditionsWellKnown 6637 }
lgpCondId6638OutputOverCurrent OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Output is over current."
::= { lgpFlexConditionsWellKnown 6638 }
lgpCondId6639GroundOverCurrent OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Ground is over current."
::= { lgpFlexConditionsWellKnown 6639 }
lgpCondId6640NeutralOverCurrent OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Neutral is over current."
::= { lgpFlexConditionsWellKnown 6640 }
lgpCondId6641LoadVoltageTHD OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Load voltage THD has exceeded the set limit."
::= { lgpFlexConditionsWellKnown 6641 }
lgpCondId6662ControlLogicFail OBJECT-IDENTITY
STATUS current
DESCRIPTION
"A control logic module has failed."
::= { lgpFlexConditionsWellKnown 6662 }
lgpCondId6663PowerSupplyLogicFail OBJECT-IDENTITY
STATUS current
DESCRIPTION
"A power supply module has failed."
::= { lgpFlexConditionsWellKnown 6663 }
lgpCondId6664ExternalCommsFailure OBJECT-IDENTITY
STATUS current
DESCRIPTION
"External communications failure."
::= { lgpFlexConditionsWellKnown 6664 }
lgpCondId6665HeatSinkOverTemp OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The system heat sink temperature has exceeded design limits."
::= { lgpFlexConditionsWellKnown 6665 }
lgpCondId6666AutomaticTransferInhibited OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Automatic transfer is inhibited."
::= { lgpFlexConditionsWellKnown 6666 }
lgpCondId6667InputSourceTransferInhibited OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Input source transfer is inhibited."
::= { lgpFlexConditionsWellKnown 6667 }
lgpCondId6676CB1ShuntTrip OBJECT-IDENTITY
STATUS current
DESCRIPTION
"CB1 Shunt Trip event."
::= { lgpFlexConditionsWellKnown 6676 }
lgpCondId6677CB2ShuntTrip OBJECT-IDENTITY
STATUS current
DESCRIPTION
"CB2 Shunt Trip event."
::= { lgpFlexConditionsWellKnown 6677 }
lgpCondId6678CB6NeutralOpen OBJECT-IDENTITY
STATUS current
DESCRIPTION
"CB6 neutral open event."
::= { lgpFlexConditionsWellKnown 6678 }
lgpCondId6679ContactorNeutralFail OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Contactor Neutral Fail event."
::= { lgpFlexConditionsWellKnown 6679 }
lgpCondId6680CB1BreakerOpen OBJECT-IDENTITY
STATUS current
DESCRIPTION
"CB1 Breaker open event. Normal state is breaker closed. Latched
state is breaker open."
::= { lgpFlexConditionsWellKnown 6680 }
lgpCondId6681CB2BreakerOpen OBJECT-IDENTITY
STATUS current
DESCRIPTION
"CB2 Breaker open event. Normal state is breaker closed. Latched
state is breaker open."
::= { lgpFlexConditionsWellKnown 6681 }
lgpCondId6682CB4BreakerClosed OBJECT-IDENTITY
STATUS current
DESCRIPTION
"CB4 breaker closed event. Normal state is breaker open. Latched
state is breaker closed."
::= { lgpFlexConditionsWellKnown 6682 }
lgpCondId6683CB5BreakerClosed OBJECT-IDENTITY
STATUS current
DESCRIPTION
"CB5 breaker closed event. Normal state is breaker open. Latched
state is breaker closed."
::= { lgpFlexConditionsWellKnown 6683 }
lgpCondId6684CB3BreakerOpen OBJECT-IDENTITY
STATUS current
DESCRIPTION
"CB3 breaker open event. Normal state is breaker closed. Latched
state is breaker open."
::= { lgpFlexConditionsWellKnown 6684 }
lgpCondId6685CB3ABreakerOpen OBJECT-IDENTITY
STATUS current
DESCRIPTION
"CB3A breaker open event. Normal state is breaker closed. Latched
state is breaker open."
::= { lgpFlexConditionsWellKnown 6685 }
lgpCondId6686CB6BreakerOpen OBJECT-IDENTITY
STATUS current
DESCRIPTION
"CB6 breaker open event. Normal state is breaker closed. Latched
state is breaker open."
::= { lgpFlexConditionsWellKnown 6686 }
lgpCondId6687CB7BreakerOpen OBJECT-IDENTITY
STATUS current
DESCRIPTION
"CB7 breaker open event. Normal state is breaker closed. Latched
state is breaker open."
::= { lgpFlexConditionsWellKnown 6687 }
lgpCondId6691GroupIndependentOn OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The group standby/cascade state for this unit has been overridden.
The unit has been forced on."
::= { lgpFlexConditionsWellKnown 6691 }
lgpCondId6692GroupIndependentOff OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The group standby/cascade state for this unit has been overridden.
The unit has been forced off."
::= { lgpFlexConditionsWellKnown 6692 }
lgpCondId6693BranchResidualOverCurrent OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The system has detected a branch residual over current condition."
::= { lgpFlexConditionsWellKnown 6693 }
lgpCondId6694ReceptacleResidualOverCurrent OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The system has detected a receptacle residual over current
condition."
::= { lgpFlexConditionsWellKnown 6694 }
lgpCondId6728BuckOn OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The input voltage is currently being bucked (lowered) by the
inverter."
::= { lgpFlexConditionsWellKnown 6728 }
lgpCondId6729BoostOn OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The input voltage is currently being boosted (raised) by the
inverter."
::= { lgpFlexConditionsWellKnown 6729 }
lgpCondId6739Compressor1HighPressure OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Compressor 1 High Pressure."
::= { lgpFlexConditionsWellKnown 6739 }
lgpCondId6740Compressor2HighPressure OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Compressor 2 High Pressure."
::= { lgpFlexConditionsWellKnown 6740 }
lgpCondId6741Compressor1ThermalOverload OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Compressor 1 Thermal Overload."
::= { lgpFlexConditionsWellKnown 6741 }
lgpCondId6742Compressor2ThermalOverload OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Compressor 2 Thermal Overload."
::= { lgpFlexConditionsWellKnown 6742 }
lgpCondId6758CompressorFreezeProtection OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Compressor has entered the freeze protection phase."
::= { lgpFlexConditionsWellKnown 6758 }
lgpCondId6773FanTemperatureCompensationLimitReached OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Unit is configured for fan temperature compensation, and the fan
control set point cannot be reduced any further due to high
remote air temperature sensor readings."
::= { lgpFlexConditionsWellKnown 6773 }
lgpCondId6774ModbusECFanCommunicationLost OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Communication with Modbus EC fan has been lost."
::= { lgpFlexConditionsWellKnown 6774 }
lgpCondId6785AnalogTemperatureControlIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Analog input used for creating the control temperature (instead of
reading a sensor) is disconnected or the signal is out of range."
::= { lgpFlexConditionsWellKnown 6785 }
lgpCondId6786SubgroupFirmwareUpdateRequired OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Mismatch of subgroup firmware. Both the primary and secondary
control boards must be running the same firmware version."
::= { lgpFlexConditionsWellKnown 6786 }
lgpCondId6787SubgroupSecondaryControlUnitIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Subgroup secondary control unit is reporting an unspecified issue."
::= { lgpFlexConditionsWellKnown 6787 }
lgpCondId6788EEVCommunicationLost OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Communication with Electronic Expansion Valve unit has been lost."
::= { lgpFlexConditionsWellKnown 6788 }
lgpCondId6789EEVMotorIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Electronic Expansion Valve stepper motor issue."
::= { lgpFlexConditionsWellKnown 6789 }
lgpCondId6790EEVFeedbackIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Electronic Expansion Valve feedback error."
::= { lgpFlexConditionsWellKnown 6790 }
lgpCondId6791EEVPressureSensorIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Electronic Expansion Valve refrigerant pressure sensor is
disconnected or the signal is out of range."
::= { lgpFlexConditionsWellKnown 6791 }
lgpCondId6792EEVCoilTemperatureSensorIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Electronic Expansion Valve coil temperature sensor is disconnected
or the signal is out of range."
::= { lgpFlexConditionsWellKnown 6792 }
lgpCondId6793EEVDischargeTemperatureSensorIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Electronic Expansion Valve discharge temperature sensor is
disconnected or the signal is out of range."
::= { lgpFlexConditionsWellKnown 6793 }
lgpCondId6794EEVSumpTemperatureSensorIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Electronic Expansion Valve sump temperature sensor is disconnected
or the signal is out of range."
::= { lgpFlexConditionsWellKnown 6794 }
lgpCondId6795EEVBatteryTestIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Electronic Expansion Valve battery state cannot be determined."
::= { lgpFlexConditionsWellKnown 6795 }
lgpCondId6796EEVBatteryPersistentIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Electronic Expansion Valve has continuously detected a 'bad'
battery condition for an extended period of time."
::= { lgpFlexConditionsWellKnown 6796 }
lgpCondId6798PumpCycleLockOut OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Pump is locked out due to multiple pump-to-compressor transitions
at cold ambient air temperature."
::= { lgpFlexConditionsWellKnown 6798 }
lgpCondId6799PumpBoardFirmwareUpdateRequired OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Mismatch of pump board firmware. All pump boards must be running
the same firmware version."
::= { lgpFlexConditionsWellKnown 6799 }
lgpCondId6800PumpControlBoardIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Pump is shut down due to a pump control board issue. Control
board must be rebooted."
::= { lgpFlexConditionsWellKnown 6800 }
lgpCondId6801PumpInvalidDataShutdown OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Pump is shut down due to invalid data."
::= { lgpFlexConditionsWellKnown 6801 }
lgpCondId6802PumpInputPressureSensorIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Pump input refrigerant pressure sensor is disconnected or the
signal is out of range."
::= { lgpFlexConditionsWellKnown 6802 }
lgpCondId6803PumpInputTemperatureSensorIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Pump input refrigerant temperature sensor is disconnected or the
signal is out of range."
::= { lgpFlexConditionsWellKnown 6803 }
lgpCondId6804PumpOutputPressureSensorIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Pump output refrigerant pressure sensor is disconnected or the
signal is out of range."
::= { lgpFlexConditionsWellKnown 6804 }
lgpCondId6805PumpOutputTemperatureSensorIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Pump output refrigerant temperature sensor is disconnected or the
signal is out of range."
::= { lgpFlexConditionsWellKnown 6805 }
lgpCondId6806PumpCommunicationLost OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Communication with pump unit has been lost."
::= { lgpFlexConditionsWellKnown 6806 }
lgpCondId6807PumpRemoteShutdown OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Pump is shut down by a remote signal."
::= { lgpFlexConditionsWellKnown 6807 }
lgpCondId6808PumpUSBEthernetPortIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Pump control board USB or Ethernet interface has failed."
::= { lgpFlexConditionsWellKnown 6808 }
lgpCondId6809PumpStartupFailure OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Multiple attempts to start the pump have failed."
::= { lgpFlexConditionsWellKnown 6809 }
lgpCondId6810PumpInverterFailure OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Pump inverter is reporting a failure."
::= { lgpFlexConditionsWellKnown 6810 }
lgpCondId6811PumpTVSSIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Pump Transient Voltage Surge Suppressor or Surge Protection Device
has failed."
::= { lgpFlexConditionsWellKnown 6811 }
lgpCondId6812PumpHighSuperheat OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Pump inlet refrigerant superheat temperature is too high, or the
pump has been running too long with the condenser fan off."
::= { lgpFlexConditionsWellKnown 6812 }
lgpCondId6813CondenserHighAmbientAirTempDelta OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The difference between condenser measured ambient air temperatures
has been too large for an extended period of time."
::= { lgpFlexConditionsWellKnown 6813 }
lgpCondId6814CondenserLeeTempOptionMismatch OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Lee-Temp option configured at a condenser unit does not match Lee
-Temp option configured at the control unit."
::= { lgpFlexConditionsWellKnown 6814 }
lgpCondId6815CondenserBoardFirmwareUpdateRequired OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Mismatch of condenser board firmware. All condenser boards must
be running the same firmware version."
::= { lgpFlexConditionsWellKnown 6815 }
lgpCondId6816CondenserToPumpHighRefrigerantTempDelta OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Temperature delta between the condenser output refrigerant and
pump inlet refrigerant is too large."
::= { lgpFlexConditionsWellKnown 6816 }
lgpCondId6817CondenserRefrigerantTypeMismatch OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Refrigerant type configured at condenser unit does not match
refrigerant type configured at the control unit."
::= { lgpFlexConditionsWellKnown 6817 }
lgpCondId6818ExternalSupplyFluidHighTemperature OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Supply fluid temperature has exceeded a threshold, as indicated by
an external input signal."
::= { lgpFlexConditionsWellKnown 6818 }
lgpCondId6819ExternalSupplyFluidTempSensorIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Supply fluid temperature sensor is disconnected or the signal is
out of range, as indicated by an external input signal."
::= { lgpFlexConditionsWellKnown 6819 }
lgpCondId6822AuditLogUpdate OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Audit log has been updated."
::= { lgpFlexConditionsWellKnown 6822 }
lgpCondId6824ExternalSupplyFluidFlowIssue OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Supply fluid flow issue, as indicated by an external input signal."
::= { lgpFlexConditionsWellKnown 6824 }
END

View File

@ -20,7 +20,7 @@ IMPORTS
liebertGlobalProductsFlexibleModule MODULE-IDENTITY
LAST-UPDATED "201305140000Z"
ORGANIZATION "Emerson Network Power/Liebert Corporation"
ORGANIZATION "Liebert Corporation"
CONTACT-INFO
"Contact: Technical Support
@ -33,8 +33,8 @@ liebertGlobalProductsFlexibleModule MODULE-IDENTITY
Tel: +1 (800) 222-5877
E-mail: liebert.monitoring@emerson.com
Web: www.liebert.com
E-mail: liebert.monitoring@vertivco.com
Web: www.vertivco.com
Author: Phil Ulrich"

View File

@ -38,8 +38,8 @@ liebertGlobalProductsNotificationsModule MODULE-IDENTITY
Tel: +1 (800) 222-5877
E-mail: liebert.monitoring@emerson.com
Web: www.liebert.com
E-mail: liebert.monitoring@vertivco.com
Web: www.vertivco.com
Author: Craig S. Ward"

View File

@ -20,7 +20,7 @@ IMPORTS
liebertGlobalProductsPduModule MODULE-IDENTITY
LAST-UPDATED "200807020000Z"
ORGANIZATION "Emerson Network Power/Liebert Corporation"
ORGANIZATION "Liebert Corporation"
CONTACT-INFO
"Contact: Technical Support
@ -33,8 +33,8 @@ liebertGlobalProductsPduModule MODULE-IDENTITY
Tel: +1 (800) 222-5877
E-mail: liebert.monitoring@emerson.com
Web: www.liebert.com
E-mail: liebert.monitoring@vertivco.com
Web: www.vertivco.com
Author: Keith Sarbaugh"
@ -481,7 +481,9 @@ lgpPduPsTable OBJECT-TYPE
lgpPduPsEntryEcNeutralThrshldOvrAlarm Unsigned32,
lgpPduPsEntryUnbalancedLoadThrshldAlarm Unsigned32,
lgpPduPsEntryApTotal Unsigned32,
lgpPduPsEntryPfTotal Integer32
lgpPduPsEntryPfTotal Integer32,
lgpPduPsEntryEcResidual Unsigned32,
lgpPduPsEntryEcResidualThrshldOvrAlarm Unsigned32
}
lgpPduPsEntryIndex OBJECT-TYPE
@ -706,6 +708,28 @@ lgpPduPsTable OBJECT-TYPE
phases combined. This is the sum of the real power for all phases
divided by the sum of the apparent power for all phases."
::= { lgpPduPsEntry 95 }
lgpPduPsEntryEcResidual OBJECT-TYPE
SYNTAX Unsigned32
UNITS "0.001 Amp-AC-RMS"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The measured residual current."
::= { lgpPduPsEntry 100 }
lgpPduPsEntryEcResidualThrshldOvrAlarm OBJECT-TYPE
SYNTAX Unsigned32
UNITS "0.001 Amp-AC-RMS"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The threshold at which an over current alarm is activated. If the
measured residual current (lgpPduPsEntryEcResidual) is above this
value, an over current alarm is activated. Setting this to 0mA
disables the alarm."
::= { lgpPduPsEntry 105 }
-- -----------------------------------------------------------------------------
-- PDU - Power Source Line/Phase Table.
@ -1236,7 +1260,8 @@ lgpPduRbTable OBJECT-TYPE
iec-C13-sheet-F-10-Amp-and-iec-C19-sheet-J-16-Amp(4),
nema-5-20R-20-Amp-and-iec-C13-sheet-F-10-Amp(5),
nema-5-20R-20-Amp-and-iec-C19-sheet-J-16-Amp(6),
cee-7-type-E-schuko(7)
cee-7-type-E-schuko(7),
nema-L6-30R-30-Amp(8)
}
MAX-ACCESS read-only
STATUS current
@ -2007,7 +2032,8 @@ lgpPduRcpTable OBJECT-TYPE
nema-5-20R-20-Amp(1),
iec-C13-sheet-F-10-Amp(2),
iec-C19-sheet-J-16-Amp(3),
cee-7-type-E-schuko(7)
cee-7-type-E-schuko(7),
nema-L6-30R-30-Amp(8)
}
MAX-ACCESS read-only
STATUS current

View File

@ -31,8 +31,8 @@ liebertGlobalProductsPowerModule MODULE-IDENTITY
Tel: +1 (800) 222-5877
E-mail: liebert.monitoring@emerson.com
Web: www.liebert.com
E-mail: liebert.monitoring@vertivco.com
Web: www.vertivco.com
Author: Gregory M. Hoge"

View File

@ -10,7 +10,7 @@ IMPORTS
-- =============================================================================
liebertGlobalProductsRegistrationModule MODULE-IDENTITY
LAST-UPDATED "201403270000Z"
LAST-UPDATED "201807120000Z"
ORGANIZATION "Liebert Corporation"
CONTACT-INFO
"Contact: Technical Support
@ -24,15 +24,15 @@ liebertGlobalProductsRegistrationModule MODULE-IDENTITY
Tel: +1 (800) 222-5877
E-mail: liebert.monitoring@emerson.com
Web: www.liebert.com
E-mail: liebert.monitoring@vertivco.com
Web: www.vertivco.com
Author: John Stephen Sark"
DESCRIPTION
"The MIB module used to register Liebert SNMP OIDs.
Copyright 2000-2014 Liebert Corporation. All rights reserved.
Copyright 2000-2018 Liebert Corporation. All rights reserved.
Reproduction of this document is authorized on the condition
that the forgoing copyright notice is included.
@ -83,18 +83,35 @@ liebertGlobalProductsRegistrationModule MODULE-IDENTITY
::= { liebertModuleReg 1 }
-- =============================================================================
-- Corporate OID identifiers for Emerson Electric and Liebert
-- Corporate OID identifiers for Emerson Electric and Liebert(changed to Vertiv).
-- If there is programmatic code supporting the products sold under Emerson that
-- require the enterprise name to remain 'emerson', you can uncomment this block
-- and comment out the correspoding block that uses the name 'vertiv'
-- =============================================================================
--
--emerson OBJECT-IDENTITY
-- STATUS current
-- DESCRIPTION "The enterprise registration for Emerson Electric Corporation."
-- ::= { enterprises 476 }
--
--liebertCorp OBJECT-IDENTITY
-- STATUS current
-- DESCRIPTION "Liebert Corporation obtains it branch from Emerson Electric."
-- ::= { emerson 1 }
-- =============================================================================
-- Corporate OID identifiers for Vertiv
-- =============================================================================
emerson OBJECT-IDENTITY
vertiv OBJECT-IDENTITY
STATUS current
DESCRIPTION "The enterprise registration for Emerson Electric Corporation."
DESCRIPTION "The enterprise registration for Vertiv."
::= { enterprises 476 }
liebertCorp OBJECT-IDENTITY
STATUS current
DESCRIPTION "Liebert Corporation obtains it branch from Emerson Electric."
::= { emerson 1 }
DESCRIPTION "Liebert Corporation obtains its branch from Vertiv."
::= { vertiv 1 }
-- =============================================================================
-- MAJOR branch for Liebert Corporation
@ -217,6 +234,12 @@ liebertFlexibleConditionsModuleReg OBJECT-IDENTITY
OIDs are registered via this branch."
::= { lgpModuleReg 11 }
liebertSrcModuleReg OBJECT-IDENTITY
STATUS current
DESCRIPTION "The Liebert Src Product MODULE-IDENTITY
OIDs are registered via this branch."
::= { lgpModuleReg 12 }
-- =============================================================================
-- lgpAgent - Liebert SNMP Agent Registrations
-- =============================================================================
@ -333,6 +356,15 @@ lgpFlexible OBJECT-IDENTITY
LIEBERT_GP_FLEXIBLE.MIB."
::= { lgpFoundation 9 }
lgpSrc OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register Liebert system object
identifiers."
REFERENCE "All objects registered under this branch are implemented by
the LIEBERT-GP-SRC-MIB defined by the file
LIEBERT_GP_SRC.MIB."
::= { lgpFoundation 10 }
-- =============================================================================
-- lgpProductSpecific - Liebert Product Specific Registrations
-- =============================================================================
@ -539,36 +571,31 @@ lgpNXr OBJECT-IDENTITY
lgpITA OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power ITA UPS product."
DESCRIPTION "This branch is used to register information for ITA UPS product."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpNXr 1 }
lgpNXRb OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power NXRb UPS product."
DESCRIPTION "This branch is used to register information for NXRb UPS product."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpNXr 2 }
lgpNXC OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power NXC(ITAb) UPS product."
DESCRIPTION "This branch is used to register information for NXC(ITAb) UPS product."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpNXr 3 }
lgpNXC30to40k OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power NXC 30/40k UPS product."
DESCRIPTION "This branch is used to register information for NXC 30/40k UPS product."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpNXr 4 }
lgpITA30to40k OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power ITA 30/40k UPS product."
DESCRIPTION "This branch is used to register information for ITA 30/40k UPS product."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpNXr 5 }
@ -611,86 +638,156 @@ lgpEXL OBJECT-IDENTITY
lgpEXM OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register Emerson Network Power eXM UPS
DESCRIPTION "This branch is used to register eXM UPS
product information."
::= { lgpUpsProducts 26 }
lgpEXM208v OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power eXM 208v UPS product."
DESCRIPTION "This branch is used to register information for eXM 208v UPS product."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpEXM 1 }
lgpEXM400v OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power eXM 400v UPS product."
DESCRIPTION "This branch is used to register information for eXM 400v UPS product."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpEXM 2 }
lgpEXM480v OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power eXM 480v UPS product."
DESCRIPTION "This branch is used to register information for eXM 480v UPS product."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpEXM 3 }
lgpEPM OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register Emerson Network Power ePM UPS
product information."
DESCRIPTION "This branch is used to register ePM UPS product information."
::= { lgpUpsProducts 27 }
lgpEPM300k OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power ePM 300k UPS product."
DESCRIPTION "This branch is used to register information for ePM 300k UPS product."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpEPM 1 }
lgpEPM400k OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power ePM 400k UPS product."
DESCRIPTION "This branch is used to register information for ePM 400k UPS product."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpEPM 2 }
lgpEPM500k OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power ePM 500k UPS product."
DESCRIPTION "This branch is used to register information for ePM 500k UPS product."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpEPM 3 }
lgpEPM600k OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power ePM 600k UPS product."
DESCRIPTION "This branch is used to register information for ePM 600k UPS product."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpEPM 4 }
lgpEPM800k OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power ePM 800k UPS product."
DESCRIPTION "This branch is used to register information for ePM 800k UPS product."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpEPM 5 }
lgpAPM600 OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for APM 600 UPS product."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpEPM 9 }
lgpEXLS1 OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register Liebert eXL S1 UPS
product information."
::= { lgpUpsProducts 28 }
lgpEXLS1UPS OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for EXL S1 UPS product."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpEXLS1 1 }
lgpEXMMSR OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register Emerson Network Power eXM M/S/R UPS
DESCRIPTION "This branch is used to register eXM M/S/R UPS
product information."
::= { lgpUpsProducts 29 }
lgpITA2 OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register ITA2 UPS
product information."
::= { lgpUpsProducts 31 }
lgpITA2cap20k OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register ITA2 20k UPS
product information."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpITA2 1 }
lgpITA2cap40k OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register ITA2 40k UPS
product information."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpITA2 2 }
lgpEXSRackMountAndFrame1 OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register EXS Rack Mount and Frame 1
product information."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpITA2 3 }
lgpGXE OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register GXE
product information."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpITA2 4 }
lgpITA2cap5k30k OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register ITA2 5k-30k UPS
product information."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpITA2 5 }
lgpEXS OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register EXS UPS
product information."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpUpsProducts 32 }
lgpPowerSureInteractive5 OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register Liebert PowerSure Interactive 5
UPS product information."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpUpsProducts 33 }
lgpGXT5 OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register Liebert GXT5
UPS product information."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpUpsProducts 34 }
-- =============================================================================
-- NXL Family - Liebert NXL UPS product Registrations
-- =============================================================================
lgpNXLJD OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert NXL-JD UPS products."
DESCRIPTION "This branch is used to register information for Liebert NXL-JD UPS products."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpNXL 1 }
@ -700,8 +797,7 @@ lgpNXLJD OBJECT-IDENTITY
lgpNX225to600k OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert NX UPS products."
DESCRIPTION "This branch is used to register information for Liebert NX UPS products."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpMUNiMx 1 }
@ -739,23 +835,22 @@ lgpHimod OBJECT-IDENTITY
lgpCEMS100orLECS15 OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register Emerson Network Power Australia
DESCRIPTION "This branch is used to register Australia
Environmental CEMS100 and LECS15 control information."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpAcProducts 5 }
lgpIcom OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register the Emerson Network Power
DESCRIPTION "This branch is used to register the
Environmental iCOM control information."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpAcProducts 6 }
lgpIcomPA OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for the Emerson
Network Power Liebert PA (Floor mount) Environmental product
family."
DESCRIPTION "This branch is used to register information for the
Liebert PA (Floor mount) Environmental product family."
REFERENCE "The registrations for the objects in this branch
are defined below in a sub-section titled iCOM PA Family
Environmental Registrations."
@ -763,8 +858,8 @@ lgpIcomPA OBJECT-IDENTITY
lgpIcomXD OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for the Emerson
Network Power Liebert XD (Rack cooling with compressor)
DESCRIPTION "This branch is used to register information for the
Liebert XD (Rack cooling with compressor)
Environmental product family."
REFERENCE "The registrations for the objects in this branch
are defined below in a sub-section titled
@ -773,8 +868,8 @@ lgpIcomXD OBJECT-IDENTITY
lgpIcomXP OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for the Emerson
Network Power Liebert XP (Pumped refrigerant) Environmental
DESCRIPTION "This branch is used to register information for the
Liebert XP (Pumped refrigerant) Environmental
product family."
REFERENCE "The registrations for the objects in this branch
are defined below in a sub-section titled iCOM XP Family
@ -783,8 +878,8 @@ lgpIcomXP OBJECT-IDENTITY
lgpIcomSC OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for the Emerson
Network Power Liebert SC (Chiller) Environmental product
DESCRIPTION "This branch is used to register information for the
Liebert SC (Chiller) Environmental product
family."
REFERENCE "The registrations for the objects in this branch
are defined below in a sub-section titled iCOM SC Family
@ -793,8 +888,8 @@ lgpIcomSC OBJECT-IDENTITY
lgpIcomCR OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for the Emerson
Network Power Liebert CR (Computer Row) Environmental product
DESCRIPTION "This branch is used to register information for the
Liebert CR (Computer Row) Environmental product
family."
REFERENCE "The registrations for the objects in this branch
are defined below in a sub-section titled iCOM CR Family
@ -803,8 +898,8 @@ lgpIcomCR OBJECT-IDENTITY
lgpIcomAH OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for the Emerson
Network Power Liebert AH (Air Handler) Environmental product
DESCRIPTION "This branch is used to register information for the
Liebert AH (Air Handler) Environmental product
family."
REFERENCE "The registrations for the objects in this branch
are defined below in a sub-section titled iCOM AH Family
@ -813,8 +908,8 @@ lgpIcomAH OBJECT-IDENTITY
lgpIcomDCL OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for the Emerson
Network Power Liebert DCL Environmental product
DESCRIPTION "This branch is used to register information for the
Liebert DCL Environmental product
family."
REFERENCE "The registrations for the objects in this branch
are defined below in a sub-section titled iCOM DCL Family
@ -823,8 +918,8 @@ lgpIcomDCL OBJECT-IDENTITY
lgpIcomEEV OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for the Emerson
Network Power Liebert EEV Environmental product
DESCRIPTION "This branch is used to register information for the
Liebert EEV Environmental product
family."
REFERENCE "The registrations for the objects in this branch
are defined below in a sub-section titled iCOM EEV Family
@ -837,128 +932,141 @@ lgpIcomEEV OBJECT-IDENTITY
lgpIcomPAtypeDS OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert DS Environmental products."
DESCRIPTION "This branch is used to register information for
DS Environmental products."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomPA 1 }
lgpIcomPAtypeHPM OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert HPM Environmental products."
DESCRIPTION "This branch is used to register information for
HPM Environmental products."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomPA 2 }
lgpIcomPAtypeChallenger OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert Challenger Environmental products."
DESCRIPTION "This branch is used to register information for
Liebert Challenger Environmental products."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomPA 3 }
lgpIcomPAtypePeX OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert PeX Environmental products."
DESCRIPTION "This branch is used to register information for
Liebert PeX Environmental products."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomPA 4 }
lgpIcomPAtypeDeluxeSys3 OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert Deluxe Environmental products."
DESCRIPTION "This branch is used to register information for
Liebert Deluxe Environmental products."
::= { lgpIcomPA 5 }
lgpIcomPAtypeDeluxeSystem3 OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert Deluxe System 3 and lower Environmental products."
DESCRIPTION "This branch is used to register information for
Liebert Deluxe System 3 and lower Environmental products."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomPAtypeDeluxeSys3 1 }
lgpIcomPAtypeCW OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert CW146 and lower Environmental products."
DESCRIPTION "This branch is used to register information for
Liebert CW146 and lower Environmental products."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomPAtypeDeluxeSys3 2 }
lgpIcomPAtypeJumboCW OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert CW181 and larger Environmental products."
DESCRIPTION "This branch is used to register information for
Liebert CW181 and larger Environmental products."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomPA 6 }
lgpIcomPAtypeDSE OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert DSE Environmental products."
REFERENCE "There are currently no objects registered under this branch."
DESCRIPTION "This branch is used to register information for
Liebert DSE Environmental products."
::= { lgpIcomPA 7 }
lgpIcomPAtypeDSE400 OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for
Liebert DSE 400 products."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomPAtypeDSE 1 }
lgpIcomPAtypePEXS OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert PDX - PCW Small Environmental products."
DESCRIPTION "This branch is used to register information for
Liebert PDX - PCW Small Environmental products."
::= { lgpIcomPA 8 }
lgpIcomPAtypePDXsmall OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert PDX Small Environmental products."
DESCRIPTION "This branch is used to register information for
Liebert PDX Small Environmental products."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomPAtypePEXS 1 }
lgpIcomPAtypePCWsmall OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert PCW Small Environmental products."
DESCRIPTION "This branch is used to register information for
Liebert PCW Small Environmental products."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomPAtypePEXS 2 }
lgpIcomPAtypePDX OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert PDX - PCW Large Environmental products."
DESCRIPTION "This branch is used to register information for
Liebert PDX - PCW Large Environmental products."
::= { lgpIcomPA 9 }
lgpIcomPAtypePDXlarge OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert PDX Large Environmental products."
DESCRIPTION "This branch is used to register information for
Liebert PDX Large Environmental products."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomPAtypePDX 1 }
lgpIcomPAtypePCWlarge OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert PCW Large Environmental products."
DESCRIPTION "This branch is used to register information for
Liebert PCW Large Environmental products."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomPAtypePDX 2 }
lgpIcomPAtypeHPS OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert HPS Environmental products."
DESCRIPTION "This branch is used to register information for
Liebert HPS Environmental products."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomPA 10 }
lgpMiniMate3 OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register Liebert Environmental
Mini-Mate 3 product information."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomPA 11 }
-- =============================================================================
-- iCOM XD Family - Liebert XD Environmental Registrations
-- =============================================================================
lgpIcomXDtypeXDF OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert XDF Environmental products."
DESCRIPTION "This branch is used to register information for
Liebert XDF Environmental products."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomXD 1 }
lgpIcomXDtypeXDFN OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert XDFN Environmental products."
DESCRIPTION "This branch is used to register information for
Liebert XDFN Environmental products."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomXD 2 }
@ -968,28 +1076,28 @@ lgpIcomXDtypeXDFN OBJECT-IDENTITY
lgpIcomXPtypeXDP OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert XDP Environmental products."
DESCRIPTION "This branch is used to register information for
Liebert XDP Environmental products."
::= { lgpIcomXP 1 }
lgpIcomXPtypeXDPCray OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert XDP Environmental products for Cray."
DESCRIPTION "This branch is used to register information for
Liebert XDP Environmental products for Cray."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomXPtypeXDP 1 }
lgpIcomXPtypeXDC OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert XDC Environmental products."
DESCRIPTION "This branch is used to register information for
Liebert XDC Environmental products."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomXP 2 }
lgpIcomXPtypeXDPW OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert XDP-W Environmental products."
DESCRIPTION "This branch is used to register information for
Liebert XDP-W Environmental products."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomXP 3 }
@ -999,49 +1107,45 @@ lgpIcomXPtypeXDPW OBJECT-IDENTITY
lgpIcomSCtypeHPC OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert HPC Environmental products."
DESCRIPTION "This branch is used to register information for
Liebert HPC Environmental products."
::= { lgpIcomSC 1 }
lgpIcomSCtypeHPCSSmall OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power Liebert HPC-S Small."
DESCRIPTION "This branch is used to register information for
Liebert HPC-S Small."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomSCtypeHPC 1 }
lgpIcomSCtypeHPCSLarge OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power Liebert HPC-S Large."
DESCRIPTION "This branch is used to register information for
Liebert HPC-S Large."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomSCtypeHPC 2 }
lgpIcomSCtypeHPCR OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power Liebert HPC-R."
DESCRIPTION "This branch is used to register information for Liebert HPC-R."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomSCtypeHPC 3 }
lgpIcomSCtypeHPCM OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power Liebert HPC-M."
DESCRIPTION "This branch is used to register information for Liebert HPC-M."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomSCtypeHPC 4 }
lgpIcomSCtypeHPCL OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power Liebert HPC-L."
DESCRIPTION "This branch is used to register information for Liebert HPC-L."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomSCtypeHPC 5 }
lgpIcomSCtypeHPCW OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power Liebert HPC-W."
DESCRIPTION "This branch is used to register information for Liebert HPC-W."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomSCtypeHPC 6 }
@ -1051,8 +1155,8 @@ lgpIcomSCtypeHPC OBJECT-IDENTITY
lgpIcomCRtypeCRV OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert CRV Environmental products."
DESCRIPTION "This branch is used to register information for
Liebert CRV Environmental products."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomCR 1 }
@ -1062,8 +1166,8 @@ lgpIcomCRtypeCRV OBJECT-IDENTITY
lgpIcomAHStandard OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson Network
Power Liebert AH Standard (Air Handler)."
DESCRIPTION "This branch is used to register information for
Liebert AH Standard (Air Handler)."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpIcomAH 1 }
@ -1191,57 +1295,57 @@ lgpPMPandLDMF OBJECT-IDENTITY
lgpPMPgeneric OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power Liebert PMP version 4."
DESCRIPTION "This branch is used to register information for
Liebert PMP version 4."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpPMPandLDMF 1 }
lgpPMPonFPC OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power Liebert PMP version 4 for FPC."
DESCRIPTION "This branch is used to register information for
Liebert PMP version 4 for FPC."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpPMPandLDMF 2 }
lgpPMPonPPC OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power Liebert PMP version 4 for PPC."
DESCRIPTION "This branch is used to register information for
Liebert PMP version 4 for PPC."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpPMPandLDMF 3 }
lgpPMPonFDC OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power Liebert PMP version 4 for FDC."
DESCRIPTION "This branch is used to register information for
Liebert PMP version 4 for FDC."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpPMPandLDMF 4 }
lgpPMPonRDC OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power Liebert PMP version 4 for RDC."
DESCRIPTION "This branch is used to register information for
Liebert PMP version 4 for RDC."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpPMPandLDMF 5 }
lgpPMPonEXC OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power Liebert PMP version 4 for EXC."
DESCRIPTION "This branch is used to register information for
Liebert PMP version 4 for EXC."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpPMPandLDMF 6 }
lgpPMPonSTS2 OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power Liebert PMP version 4 for STS2."
DESCRIPTION "This branch is used to register information for
Liebert PMP version 4 for STS2."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpPMPandLDMF 7 }
lgpPMPonSTS2PDU OBJECT-IDENTITY
STATUS current
DESCRIPTION "This branch is used to register information for Emerson
Network Power Liebert PMP version 4 for STS2/PDU."
DESCRIPTION "This branch is used to register information for
Liebert PMP version 4 for STS2/PDU."
REFERENCE "There are currently no objects registered under this branch."
::= { lgpPMPandLDMF 8 }
END

View File

@ -0,0 +1,346 @@
LIEBERT-GP-SRC-MIB DEFINITIONS ::= BEGIN
IMPORTS
sysUpTime
FROM RFC1213-MIB
MODULE-IDENTITY,
OBJECT-TYPE,
Integer32,
Unsigned32
FROM SNMPv2-SMI
lgpSrc,
liebertSrcModuleReg
FROM LIEBERT-GP-REGISTRATION-MIB
;
-- =============================================================================
-- Module Identification and Registration
-- =============================================================================
liebertGlobalProductsSrcModule MODULE-IDENTITY
LAST-UPDATED "201711100000Z"
ORGANIZATION "Liebert Corporation"
CONTACT-INFO
"Contact: Technical Support
Postal:
Liebert Corporation
1050 Dearborn Drive
P.O. Box 29186
Columbus OH, 43229
US
Tel: +1 (800) 222-5877
E-mail: liebert.monitoring@vertivco.com
Web: www.vertivco.com
Author: Colby Lin "
DESCRIPTION
"The MIB module used to register Liebert POWER related SNMP OIDs.
Copyright 2008-2008 Liebert Corporation. All rights reserved.
Reproduction of this document is authorized on the condition
that the forgoing copyright notice is included.
This Specification is supplied 'AS IS' and Liebert Corporation
makes no warranty, either express or implied, as to the use,
operation, condition, or performance of the Specification."
REVISION "201711100000Z"
DESCRIPTION
"Added unknown(2147483647) for invalid SRC device readings"
REVISION "201710160000Z"
DESCRIPTION
"Added Temperature High/Low Threshold"
REVISION "201708180000Z"
DESCRIPTION
"Initial Version"
::= { liebertSrcModuleReg 1 }
lgpSrcTable OBJECT-TYPE
SYNTAX SEQUENCE OF LgpSrcEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing information about SRC device."
::= { lgpSrc 1 }
lgpSrcEntry OBJECT-TYPE
SYNTAX LgpSrcEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This entry defines the contents of the rows for the table
'lgpSrcTable'. A row in this table cannot be created or deleted by
SNMP operations on columns of the table."
INDEX { lgpSrcDevId }
::= { lgpSrcTable 1 }
LgpSrcEntry ::= SEQUENCE {
lgpSrcDevId Unsigned32,
lgpSrcDevAddress Unsigned32,
lgpSrcDevState INTEGER,
lgpSrcDevTemperatureDegF INTEGER,
lgpSrcDevTemperatureSetpointDegF INTEGER,
lgpSrcDevTemperatureDegC INTEGER,
lgpSrcDevTemperatureSetpointDegC INTEGER,
lgpSrcDevFanSpeed INTEGER,
lgpSrcDevPowerStatus INTEGER,
lgpSrcDevOperatingMode INTEGER,
lgpSrcDevTemperatureHighThresholdDegF INTEGER,
lgpSrcDevTemperatureLowThresholdDegF INTEGER,
lgpSrcDevTemperatureHighThresholdDegC INTEGER,
lgpSrcDevTemperatureLowThresholdDegC INTEGER
}
lgpSrcDevId OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This value must remain constant between agent initializations.
This Device ID is used as an index of the table
'lgpSrcTable'."
::= { lgpSrcEntry 1 }
lgpSrcDevAddress OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This value must remain constant between agent initializations.
This Device Address is used as an index of the table
'lgpSrcTable'."
::= { lgpSrcEntry 2 }
lgpSrcDevState OBJECT-TYPE
SYNTAX INTEGER
{
enabled(1),
standbyOffline(2),
unavailableOffline(3),
absent(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current state of SRC device. The value of this
object is set to enabled(1) if the SRC device has been enabled.
The value of this object is set to standbyOffline(2) if the SRC
device is waiting for an external action to activate it. The value
of this object is set to unavailableOffline(3) if the SRC device is
present but cannot be used. The value of this object is set to
absent(4) if the SRC device is not present or not detected. The
value of this object will be one of the valid device state:
enabled(1), standbyOffline(2), unavailableOffline(3), or
absent(4)."
::= { lgpSrcEntry 3 }
lgpSrcDevTemperatureDegF OBJECT-TYPE
SYNTAX INTEGER
{
unknown(2147483647)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The measured temperature value in Fahrenheit. The value of this
object is only vaild if the lgpSrcDevState object is set to
enabled(1). The value of this object will be set to
unknown(2147483647) if the value of lgpSrcDevState object is set to
one of the following values: standbyOffline(2),
unavailableOffline(3) or absent(4)."
::= { lgpSrcEntry 4 }
lgpSrcDevTemperatureSetpointDegF OBJECT-TYPE
SYNTAX INTEGER
{
unknown(2147483647)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The temperature setting in Fahrenheit for SRC. This setting may
or may not be the setting used from control. Some systems have the
capability to dynamically change the control setting based on
environmental conditions and/or user configuration. The value of
this object is only vaild if the lgpSrcDevState object is set to
enabled(1). The value of this object will be set to
unknown(2147483647) if the value of lgpSrcDevState object is set to
one of the following values: standbyOffline(2),
unavailableOffline(3) or absent(4)."
::= { lgpSrcEntry 5 }
lgpSrcDevTemperatureDegC OBJECT-TYPE
SYNTAX INTEGER
{
unknown(2147483647)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The measured temperature value in Celsius. The value of this
object is only vaild if the lgpSrcDevState object is set to
enabled(1). The value of this object will be set to
unknown(2147483647) if the value of lgpSrcDevState object is set to
one of the following values: standbyOffline(2),
unavailableOffline(3) or absent(4)."
::= { lgpSrcEntry 6 }
lgpSrcDevTemperatureSetpointDegC OBJECT-TYPE
SYNTAX INTEGER
{
unknown(2147483647)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The temperature setting in Celsius for SRC. This setting may or
may not be the setting used from control. Some systems have the
capability to dynamically change the control setting based on
environmental conditions and/or user configuration. The value of
this object is only vaild if the lgpSrcDevState object is set to
enabled(1). The value of this object will be set to
unknown(2147483647) if the value of lgpSrcDevState object is set to
one of the following values: standbyOffline(2),
unavailableOffline(3) or absent(4)."
::= { lgpSrcEntry 7 }
lgpSrcDevFanSpeed OBJECT-TYPE
SYNTAX INTEGER
{
low(1),
middle(2),
high(3),
auto(4),
unknown(2147483647)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The present fan speed of the SRC device. This object will be one
of the valid fan speed: low(1), middle(2), high(3) or auto(4) if
the value of lgpSrcDevState object is set to enabled(1). The value
of this object will be set to unknown(2147483647) if the value of
lgpSrcDevState object is set to one of the following values:
standbyOffline(2), unavailableOffline(3) or absent(4)."
::= { lgpSrcEntry 8 }
lgpSrcDevPowerStatus OBJECT-TYPE
SYNTAX INTEGER
{
off(0),
on(1),
unknown(2147483647)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The value of this object specifies the power status of SRC device.
Power status cannot be configured by an operator. The value of
this object is set to off(0) if the SRC device is powered off.
The value of this object is set to on(1) if the SRC device is
powered on. The value of this object will be one of the valid power
status: off(0) or on(1) if lgpSrcDevState is enabled(1). The value
of this object will be set to unknown(2147483647) if the value of
lgpSrcDevState object is set to one of the following values:
standbyOffline(2), unavailableOffline(3) or absent(4)."
::= { lgpSrcEntry 9 }
lgpSrcDevOperatingMode OBJECT-TYPE
SYNTAX INTEGER
{
cooling(0),
dehumidify(1),
fan(2),
ai(3),
heating(4),
unknown(2147483647)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The present operating mode of the SRC device. This object will be
one of the valid operating mode: cooling(0), dehumidify(1), fan(2),
ai(3) or heating(4) if the value of lgpSrcDevState object is set to
enabled(1). The value of this object will be set to
unknown(2147483647) if the value of lgpSrcDevState object is set to
one of the following values: standbyOffline(2),
unavailableOffline(3) or absent(4)."
::= { lgpSrcEntry 10 }
lgpSrcDevTemperatureHighThresholdDegF OBJECT-TYPE
SYNTAX INTEGER
{
unknown(2147483647)
}
UNITS "degrees Fahrenheit"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The high temperature notification threshold. This is the maximum
value of 'lgpSrcDevTemperatureDegF' before the agent sends a
notification. The value of this object is only vaild if the
lgpSrcDevState object is set to enabled(1). The value of this
object will be set to unknown(2147483647) if the value of
lgpSrcDevState object is set to one of the following values:
standbyOffline(2), unavailableOffline(3) or absent(4)."
::= { lgpSrcEntry 11 }
lgpSrcDevTemperatureLowThresholdDegF OBJECT-TYPE
SYNTAX INTEGER
{
unknown(2147483647)
}
UNITS "degrees Fahrenheit"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The low temperature notification threshold. This is the minimum
value of 'lgpSrcDevTemperatureDegF' before the agent sends a
notification. The value of this object is only vaild if the
lgpSrcDevState object is set to enabled(1). The value of this
object will be set to unknown(2147483647) if the value of
lgpSrcDevState object is set to one of the following values:
standbyOffline(2), unavailableOffline(3) or absent(4)."
::= { lgpSrcEntry 12 }
lgpSrcDevTemperatureHighThresholdDegC OBJECT-TYPE
SYNTAX INTEGER
{
unknown(2147483647)
}
UNITS "degrees Celsius"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The high temperature notification threshold. This is the maximum
value of 'lgpSrcDevTemperatureDegC' before the agent sends a
notification. The value of this object is only vaild if the
lgpSrcDevState object is set to enabled(1). The value of this
object will be set to unknown(2147483647) if the value of
lgpSrcDevState object is set to one of the following values:
standbyOffline(2), unavailableOffline(3) or absent(4)."
::= { lgpSrcEntry 13 }
lgpSrcDevTemperatureLowThresholdDegC OBJECT-TYPE
SYNTAX INTEGER
{
unknown(2147483647)
}
UNITS "degrees Celsius"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The low temperature notification threshold. This is the minimum
value of 'lgpSrcDevTemperatureDegC' before the agent sends a
notification. The value of this object is only vaild if the
lgpSrcDevState object is set to enabled(1). The value of this
object will be set to unknown(2147483647) if the value of
lgpSrcDevState object is set to one of the following values:
standbyOffline(2), unavailableOffline(3) or absent(4)."
::= { lgpSrcEntry 14 }
END

View File

@ -40,8 +40,8 @@ liebertSystemModule MODULE-IDENTITY
Tel: +1 (800) 222-5877
E-mail: liebert.monitoring@emerson.com
Web: www.liebert.com
E-mail: liebert.monitoring@vertivco.com
Web: www.vertivco.com
Author: Gregory M. Hoge"

1258
tests/data/liebert.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,2 +1,289 @@
1.3.6.1.2.1.1.1.0|4|Liebert GXT2-3000RT120
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.476.1.42
1.3.6.1.2.1.1.3.0|67|165682799
1.3.6.1.2.1.1.4.0|4|<private>
1.3.6.1.2.1.1.5.0|4|<private>
1.3.6.1.2.1.1.6.0|4|<private>
1.3.6.1.2.1.2.2.1.1.1|2|1
1.3.6.1.2.1.2.2.1.1.2|2|2
1.3.6.1.2.1.2.2.1.1.3|2|3
1.3.6.1.2.1.2.2.1.2.1|4|
1.3.6.1.2.1.2.2.1.2.2|4|
1.3.6.1.2.1.2.2.1.2.3|4|
1.3.6.1.2.1.2.2.1.3.1|2|6
1.3.6.1.2.1.2.2.1.3.2|2|24
1.3.6.1.2.1.2.2.1.3.3|2|6
1.3.6.1.2.1.2.2.1.4.1|2|1500
1.3.6.1.2.1.2.2.1.4.2|2|65535
1.3.6.1.2.1.2.2.1.4.3|2|1500
1.3.6.1.2.1.2.2.1.5.1|66|10000000
1.3.6.1.2.1.2.2.1.5.2|66|0
1.3.6.1.2.1.2.2.1.5.3|66|10000000
1.3.6.1.2.1.2.2.1.6.1|4x|0002990F8C46
1.3.6.1.2.1.2.2.1.6.2|4|
1.3.6.1.2.1.2.2.1.6.3|4x|0002990F8C47
1.3.6.1.2.1.2.2.1.7.1|2|1
1.3.6.1.2.1.2.2.1.7.2|2|1
1.3.6.1.2.1.2.2.1.7.3|2|1
1.3.6.1.2.1.2.2.1.8.1|2|1
1.3.6.1.2.1.2.2.1.8.2|2|1
1.3.6.1.2.1.2.2.1.8.3|2|1
1.3.6.1.2.1.2.2.1.9.1|67|0
1.3.6.1.2.1.2.2.1.9.2|67|0
1.3.6.1.2.1.2.2.1.9.3|67|0
1.3.6.1.2.1.2.2.1.10.1|65|175188437
1.3.6.1.2.1.2.2.1.10.2|65|0
1.3.6.1.2.1.2.2.1.10.3|65|0
1.3.6.1.2.1.2.2.1.11.1|65|94794
1.3.6.1.2.1.2.2.1.11.2|65|0
1.3.6.1.2.1.2.2.1.11.3|65|0
1.3.6.1.2.1.2.2.1.12.1|65|1129355
1.3.6.1.2.1.2.2.1.12.2|65|0
1.3.6.1.2.1.2.2.1.12.3|65|0
1.3.6.1.2.1.2.2.1.13.1|65|0
1.3.6.1.2.1.2.2.1.13.2|65|0
1.3.6.1.2.1.2.2.1.13.3|65|0
1.3.6.1.2.1.2.2.1.14.1|65|0
1.3.6.1.2.1.2.2.1.14.2|65|0
1.3.6.1.2.1.2.2.1.14.3|65|0
1.3.6.1.2.1.2.2.1.15.1|65|0
1.3.6.1.2.1.2.2.1.15.2|65|0
1.3.6.1.2.1.2.2.1.15.3|65|0
1.3.6.1.2.1.2.2.1.16.1|65|12816078
1.3.6.1.2.1.2.2.1.16.2|65|0
1.3.6.1.2.1.2.2.1.16.3|65|10528825
1.3.6.1.2.1.2.2.1.17.1|65|94573
1.3.6.1.2.1.2.2.1.17.2|65|0
1.3.6.1.2.1.2.2.1.17.3|65|370351
1.3.6.1.2.1.2.2.1.18.1|65|52913
1.3.6.1.2.1.2.2.1.18.2|65|0
1.3.6.1.2.1.2.2.1.18.3|65|211633
1.3.6.1.2.1.2.2.1.19.1|65|0
1.3.6.1.2.1.2.2.1.19.2|65|0
1.3.6.1.2.1.2.2.1.19.3|65|0
1.3.6.1.2.1.2.2.1.20.1|65|0
1.3.6.1.2.1.2.2.1.20.2|65|0
1.3.6.1.2.1.2.2.1.20.3|65|0
1.3.6.1.2.1.2.2.1.21.1|66|0
1.3.6.1.2.1.2.2.1.21.2|66|0
1.3.6.1.2.1.2.2.1.21.3|66|0
1.3.6.1.2.1.2.2.1.22.1|6|0.0
1.3.6.1.2.1.2.2.1.22.2|6|0.0
1.3.6.1.2.1.2.2.1.22.3|6|0.0
1.3.6.1.2.1.4.20.1.2.10.24.0.41|2|1
1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|2
1.3.6.1.2.1.4.20.1.2.192.168.1.10|2|3
1.3.6.1.2.1.4.20.1.3.10.24.0.41|64|255.255.255.0
1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|255.0.0.0
1.3.6.1.2.1.4.20.1.3.192.168.1.10|64|255.255.255.252
1.3.6.1.2.1.4.22.1.2.1.10.24.0.1|4x|00000C07AC05
1.3.6.1.2.1.4.22.1.2.1.10.24.0.17|4x|000C29D70682
1.3.6.1.2.1.4.22.1.2.1.10.24.0.254|4x|00249705A500
1.3.6.1.2.1.4.22.1.2.3.192.168.1.9|4x|000000000000
1.3.6.1.2.1.5.1.0|65|752261
1.3.6.1.2.1.5.2.0|65|0
1.3.6.1.2.1.5.3.0|65|752261
1.3.6.1.2.1.5.4.0|65|0
1.3.6.1.2.1.5.5.0|65|0
1.3.6.1.2.1.5.6.0|65|0
1.3.6.1.2.1.5.7.0|65|0
1.3.6.1.2.1.5.8.0|65|0
1.3.6.1.2.1.5.9.0|65|0
1.3.6.1.2.1.5.10.0|65|0
1.3.6.1.2.1.5.11.0|65|0
1.3.6.1.2.1.5.12.0|65|0
1.3.6.1.2.1.5.13.0|65|0
1.3.6.1.2.1.5.14.0|65|804932
1.3.6.1.2.1.5.15.0|65|0
1.3.6.1.2.1.5.16.0|65|752025
1.3.6.1.2.1.5.17.0|65|0
1.3.6.1.2.1.5.18.0|65|0
1.3.6.1.2.1.5.19.0|65|0
1.3.6.1.2.1.5.20.0|65|0
1.3.6.1.2.1.5.21.0|65|52907
1.3.6.1.2.1.5.22.0|65|0
1.3.6.1.2.1.5.23.0|65|0
1.3.6.1.2.1.5.24.0|65|0
1.3.6.1.2.1.5.25.0|65|0
1.3.6.1.2.1.5.26.0|65|0
1.3.6.1.2.1.11.1.0|65|83707
1.3.6.1.2.1.11.2.0|65|83704
1.3.6.1.2.1.11.3.0|65|0
1.3.6.1.2.1.11.4.0|65|3
1.3.6.1.2.1.11.5.0|65|0
1.3.6.1.2.1.11.6.0|65|0
1.3.6.1.2.1.11.8.0|65|0
1.3.6.1.2.1.11.9.0|65|0
1.3.6.1.2.1.11.10.0|65|0
1.3.6.1.2.1.11.11.0|65|0
1.3.6.1.2.1.11.12.0|65|0
1.3.6.1.2.1.11.13.0|65|83714
1.3.6.1.2.1.11.14.0|65|0
1.3.6.1.2.1.11.15.0|65|82946
1.3.6.1.2.1.11.16.0|65|772
1.3.6.1.2.1.11.17.0|65|0
1.3.6.1.2.1.11.18.0|65|0
1.3.6.1.2.1.11.19.0|65|0
1.3.6.1.2.1.11.20.0|65|0
1.3.6.1.2.1.11.21.0|65|0
1.3.6.1.2.1.11.22.0|65|0
1.3.6.1.2.1.11.24.0|65|0
1.3.6.1.2.1.11.25.0|65|0
1.3.6.1.2.1.11.26.0|65|0
1.3.6.1.2.1.11.27.0|65|0
1.3.6.1.2.1.11.28.0|65|83728
1.3.6.1.2.1.11.29.0|65|0
1.3.6.1.2.1.11.30.0|2|2
1.3.6.1.2.1.11.31.0|65|0
1.3.6.1.2.1.11.32.0|65|0
1.3.6.1.3.555.10.10.1.10.1|66|136
1.3.6.1.4.1.476.1.42.2.5.2.0|2|2
1.3.6.1.4.1.476.1.42.2.5.3.0|2|1
1.3.6.1.4.1.476.1.42.2.5.4.0|2|1
1.3.6.1.4.1.476.1.42.3.8.20.1.25.1|66|16
1.3.6.1.4.1.476.1.42.3.8.30.20.1.10.1.1|66|1
1.3.6.1.4.1.476.1.42.3.8.30.20.1.15.1.1|4|PEM: 1-1
1.3.6.1.4.1.476.1.42.3.8.30.20.1.20.1.1|4|MPH-NCV27AXXD30
1.3.6.1.4.1.476.1.42.3.8.30.20.1.25.1.1|2|1
1.3.6.1.4.1.476.1.42.3.8.30.20.1.30.1.1|66|120
1.3.6.1.4.1.476.1.42.3.8.30.20.1.35.1.1|66|300
1.3.6.1.4.1.476.1.42.3.8.30.20.1.40.1.1|66|60
1.3.6.1.4.1.476.1.42.3.8.30.20.1.50.1.1|66|959375
1.3.6.1.4.1.476.1.42.3.8.30.20.1.55.1.1|4|DM2013JUN240015
1.3.6.1.4.1.476.1.42.3.8.30.20.1.60.1.1|4|0-3-2-3
1.3.6.1.4.1.476.1.42.3.8.30.20.1.65.1.1|66|2411
1.3.6.1.4.1.476.1.42.3.8.30.20.1.70.1.1|66|204
1.3.6.1.4.1.476.1.42.3.8.30.20.1.75.1.1|66|75
1.3.6.1.4.1.476.1.42.3.8.30.20.1.80.1.1|66|80
1.3.6.1.4.1.476.1.42.3.8.30.40.1.10.1.1.1|66|1
1.3.6.1.4.1.476.1.42.3.8.30.40.1.15.1.1.1|2|1
1.3.6.1.4.1.476.1.42.3.8.30.40.1.19.1.1.1|66|1196
1.3.6.1.4.1.476.1.42.3.8.30.40.1.20.1.1.1|66|119
1.3.6.1.4.1.476.1.42.3.8.30.40.1.21.1.1.1|66|204
1.3.6.1.4.1.476.1.42.3.8.30.40.1.22.1.1.1|66|2045
1.3.6.1.4.1.476.1.42.3.8.30.40.1.35.1.1.1|66|0
1.3.6.1.4.1.476.1.42.3.8.30.40.1.36.1.1.1|66|75
1.3.6.1.4.1.476.1.42.3.8.30.40.1.37.1.1.1|66|80
1.3.6.1.4.1.476.1.42.3.8.30.40.1.38.1.1.1|66|35
1.3.6.1.4.1.476.1.42.3.8.30.40.1.39.1.1.1|66|682
1.3.6.1.4.1.476.1.42.3.8.30.40.1.62.1.1.1|66|355
1.3.6.1.4.1.476.1.42.3.8.40.20.1.5.1.1|66|1
1.3.6.1.4.1.476.1.42.3.8.40.20.1.5.1.2|66|2
1.3.6.1.4.1.476.1.42.3.8.40.20.1.5.1.3|66|3
1.3.6.1.4.1.476.1.42.3.8.40.20.1.8.1.1|4|Branch 1
1.3.6.1.4.1.476.1.42.3.8.40.20.1.8.1.2|4|Branch 2
1.3.6.1.4.1.476.1.42.3.8.40.20.1.8.1.3|4|Branch 3
1.3.6.1.4.1.476.1.42.3.8.40.20.1.20.1.1|4|1-1
1.3.6.1.4.1.476.1.42.3.8.40.20.1.20.1.2|4|1-2
1.3.6.1.4.1.476.1.42.3.8.40.20.1.20.1.3|4|1-3
1.3.6.1.4.1.476.1.42.3.8.40.20.1.25.1.1|66|1
1.3.6.1.4.1.476.1.42.3.8.40.20.1.25.1.2|66|2
1.3.6.1.4.1.476.1.42.3.8.40.20.1.25.1.3|66|3
1.3.6.1.4.1.476.1.42.3.8.40.20.1.30.1.1|4|DM2013JUN240015-B1
1.3.6.1.4.1.476.1.42.3.8.40.20.1.30.1.2|4|DM2013JUN240015-B2
1.3.6.1.4.1.476.1.42.3.8.40.20.1.30.1.3|4|DM2013JUN240015-B3
1.3.6.1.4.1.476.1.42.3.8.40.20.1.35.1.1|4|MPH-NCV27AXXD30
1.3.6.1.4.1.476.1.42.3.8.40.20.1.35.1.2|4|MPH-NCV27AXXD30
1.3.6.1.4.1.476.1.42.3.8.40.20.1.35.1.3|4|MPH-NCV27AXXD30
1.3.6.1.4.1.476.1.42.3.8.40.20.1.40.1.1|4|0-3-2-3
1.3.6.1.4.1.476.1.42.3.8.40.20.1.40.1.2|4|0-3-2-3
1.3.6.1.4.1.476.1.42.3.8.40.20.1.40.1.3|4|0-3-2-3
1.3.6.1.4.1.476.1.42.3.8.40.20.1.41.1.1|4|
1.3.6.1.4.1.476.1.42.3.8.40.20.1.41.1.2|4|
1.3.6.1.4.1.476.1.42.3.8.40.20.1.41.1.3|4|
1.3.6.1.4.1.476.1.42.3.8.40.20.1.42.1.1|4|
1.3.6.1.4.1.476.1.42.3.8.40.20.1.42.1.2|4|
1.3.6.1.4.1.476.1.42.3.8.40.20.1.42.1.3|4|
1.3.6.1.4.1.476.1.42.3.8.40.20.1.45.1.1|2|1
1.3.6.1.4.1.476.1.42.3.8.40.20.1.45.1.2|2|1
1.3.6.1.4.1.476.1.42.3.8.40.20.1.45.1.3|2|1
1.3.6.1.4.1.476.1.42.3.8.40.20.1.50.1.1|2|6
1.3.6.1.4.1.476.1.42.3.8.40.20.1.50.1.2|2|6
1.3.6.1.4.1.476.1.42.3.8.40.20.1.50.1.3|2|6
1.3.6.1.4.1.476.1.42.3.8.40.20.1.55.1.1|2|1
1.3.6.1.4.1.476.1.42.3.8.40.20.1.55.1.2|2|1
1.3.6.1.4.1.476.1.42.3.8.40.20.1.55.1.3|2|1
1.3.6.1.4.1.476.1.42.3.8.40.20.1.60.1.1|66|9
1.3.6.1.4.1.476.1.42.3.8.40.20.1.60.1.2|66|9
1.3.6.1.4.1.476.1.42.3.8.40.20.1.60.1.3|66|9
1.3.6.1.4.1.476.1.42.3.8.40.20.1.70.1.1|66|120
1.3.6.1.4.1.476.1.42.3.8.40.20.1.70.1.2|66|120
1.3.6.1.4.1.476.1.42.3.8.40.20.1.70.1.3|66|120
1.3.6.1.4.1.476.1.42.3.8.40.20.1.75.1.1|66|200
1.3.6.1.4.1.476.1.42.3.8.40.20.1.75.1.2|66|200
1.3.6.1.4.1.476.1.42.3.8.40.20.1.75.1.3|66|200
1.3.6.1.4.1.476.1.42.3.8.40.20.1.80.1.1|66|60
1.3.6.1.4.1.476.1.42.3.8.40.20.1.80.1.2|66|60
1.3.6.1.4.1.476.1.42.3.8.40.20.1.80.1.3|66|60
1.3.6.1.4.1.476.1.42.3.8.40.20.1.130.1.1|66|1428
1.3.6.1.4.1.476.1.42.3.8.40.20.1.130.1.2|66|196
1.3.6.1.4.1.476.1.42.3.8.40.20.1.130.1.3|66|419
1.3.6.1.4.1.476.1.42.3.8.40.20.1.135.1.1|66|0
1.3.6.1.4.1.476.1.42.3.8.40.20.1.135.1.2|66|0
1.3.6.1.4.1.476.1.42.3.8.40.20.1.135.1.3|66|0
1.3.6.1.4.1.476.1.42.3.8.40.20.1.140.1.1|66|90
1.3.6.1.4.1.476.1.42.3.8.40.20.1.140.1.2|66|90
1.3.6.1.4.1.476.1.42.3.8.40.20.1.140.1.3|66|90
1.3.6.1.4.1.476.1.42.3.8.40.20.1.145.1.1|66|95
1.3.6.1.4.1.476.1.42.3.8.40.20.1.145.1.2|66|95
1.3.6.1.4.1.476.1.42.3.8.40.20.1.145.1.3|66|95
1.3.6.1.4.1.476.1.42.3.8.40.20.1.150.1.1|66|471
1.3.6.1.4.1.476.1.42.3.8.40.20.1.150.1.2|66|1704
1.3.6.1.4.1.476.1.42.3.8.40.20.1.150.1.3|66|1480
1.3.6.1.4.1.476.1.42.3.8.40.20.1.160.1.1|66|714
1.3.6.1.4.1.476.1.42.3.8.40.20.1.160.1.2|66|98
1.3.6.1.4.1.476.1.42.3.8.40.20.1.160.1.3|66|210
1.3.6.1.4.1.476.1.42.3.8.60.15.1.10.1.1.1|2|2
1.3.6.1.4.1.476.1.42.3.8.60.15.1.10.1.2.1|2|1
1.3.6.1.4.1.476.1.42.3.8.60.15.1.10.1.3.1|2|1
1.3.6.1.4.1.476.1.42.3.8.60.15.1.10.1.4.1|2|2
1.3.6.1.4.1.476.1.42.3.8.60.15.1.15.1.1.1|4|SNSR: 1-1
1.3.6.1.4.1.476.1.42.3.8.60.15.1.15.1.2.1|4|SNSR: 1-2
1.3.6.1.4.1.476.1.42.3.8.60.15.1.15.1.3.1|4|SNSR: 1-3
1.3.6.1.4.1.476.1.42.3.8.60.15.1.15.1.4.1|4|SNSR: 1-4
1.3.6.1.4.1.476.1.42.3.8.60.15.1.20.1.1.1|4|10000001ACA3F226
1.3.6.1.4.1.476.1.42.3.8.60.15.1.20.1.2.1|4|3C00000032C6E342
1.3.6.1.4.1.476.1.42.3.8.60.15.1.20.1.3.1|4|410000003263B542
1.3.6.1.4.1.476.1.42.3.8.60.15.1.20.1.4.1|4|81000001ACACCC26
1.3.6.1.4.1.476.1.42.3.8.60.15.1.25.1.1.1|4|
1.3.6.1.4.1.476.1.42.3.8.60.15.1.25.1.2.1|4|
1.3.6.1.4.1.476.1.42.3.8.60.15.1.25.1.3.1|4|
1.3.6.1.4.1.476.1.42.3.8.60.15.1.25.1.4.1|4|
1.3.6.1.4.1.476.1.42.3.8.60.15.1.30.1.1.1|4|
1.3.6.1.4.1.476.1.42.3.8.60.15.1.30.1.2.1|4|
1.3.6.1.4.1.476.1.42.3.8.60.15.1.30.1.3.1|4|
1.3.6.1.4.1.476.1.42.3.8.60.15.1.30.1.4.1|4|
1.3.6.1.4.1.476.1.42.3.8.60.15.1.35.1.1.1|4|10000001ACA3F226
1.3.6.1.4.1.476.1.42.3.8.60.15.1.35.1.2.1|4|3C00000032C6E342
1.3.6.1.4.1.476.1.42.3.8.60.15.1.35.1.3.1|4|410000003263B542
1.3.6.1.4.1.476.1.42.3.8.60.15.1.35.1.4.1|4|81000001ACACCC26
1.3.6.1.4.1.476.1.42.3.8.60.15.1.40.1.2.1|2|635
1.3.6.1.4.1.476.1.42.3.8.60.15.1.40.1.3.1|2|682
1.3.6.1.4.1.476.1.42.3.8.60.15.1.50.1.2.1|2|644
1.3.6.1.4.1.476.1.42.3.8.60.15.1.50.1.3.1|2|644
1.3.6.1.4.1.476.1.42.3.8.60.15.1.55.1.2.1|2|806
1.3.6.1.4.1.476.1.42.3.8.60.15.1.55.1.3.1|2|806
1.3.6.1.4.1.476.1.42.3.8.60.15.1.60.1.2.1|2|680
1.3.6.1.4.1.476.1.42.3.8.60.15.1.60.1.3.1|2|680
1.3.6.1.4.1.476.1.42.3.8.60.15.1.65.1.2.1|2|770
1.3.6.1.4.1.476.1.42.3.8.60.15.1.65.1.3.1|2|770
1.3.6.1.4.1.476.1.42.3.8.60.15.1.70.1.2.1|2|175
1.3.6.1.4.1.476.1.42.3.8.60.15.1.70.1.3.1|2|201
1.3.6.1.4.1.476.1.42.3.8.60.15.1.75.1.2.1|2|180
1.3.6.1.4.1.476.1.42.3.8.60.15.1.75.1.3.1|2|180
1.3.6.1.4.1.476.1.42.3.8.60.15.1.80.1.2.1|2|270
1.3.6.1.4.1.476.1.42.3.8.60.15.1.80.1.3.1|2|270
1.3.6.1.4.1.476.1.42.3.8.60.15.1.85.1.2.1|2|200
1.3.6.1.4.1.476.1.42.3.8.60.15.1.85.1.3.1|2|200
1.3.6.1.4.1.476.1.42.3.8.60.15.1.90.1.2.1|2|250
1.3.6.1.4.1.476.1.42.3.8.60.15.1.90.1.3.1|2|250
1.3.6.1.4.1.476.1.42.3.8.60.15.1.95.1.1.1|66|142
1.3.6.1.4.1.476.1.42.3.8.60.15.1.95.1.4.1|66|172
1.3.6.1.4.1.476.1.42.3.8.60.15.1.100.1.1.1|66|400
1.3.6.1.4.1.476.1.42.3.8.60.15.1.100.1.4.1|66|400
1.3.6.1.4.1.476.1.42.3.8.60.15.1.105.1.1.1|66|600
1.3.6.1.4.1.476.1.42.3.8.60.15.1.105.1.4.1|66|600
1.3.6.1.4.1.476.1.42.3.8.60.15.1.110.1.1.1|66|440
1.3.6.1.4.1.476.1.42.3.8.60.15.1.110.1.4.1|66|440
1.3.6.1.4.1.476.1.42.3.8.60.15.1.115.1.1.1|66|560
1.3.6.1.4.1.476.1.42.3.8.60.15.1.115.1.4.1|66|560