LIEBERT-GP-FLEXIBLE-MIB
- Registered at
- 1.3.6.1.4.1.476.1.42.1.10.1
- Last updated
- 2013-05-14 00:00
- Organization
- Liebert Corporation
- Revisions
- 2013-05-14 00:00
- Namespace
- liebert
- Source file
LIEBERT-GP-FLEXIBLE-MIB- Digest
sha256:9adff98adefe925638d58f15027622d4ec5bdcd909e724a92828c3bd84a0f50b
Description
The MIB module used to register Liebert Flexible related SNMP OIDs. Copyright 2013 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.
Contact
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: Phil Ulrich
Imports
| From | Symbols |
|---|---|
| LIEBERT-GP-REGISTRATION-MIB | lgpFlexible, liebertFlexibleModuleReg |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
LIEBERT-GP-FLEXIBLE-MIB LIEBERT-GP-REGISTRATION-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| lgpFlexibleTableCount OBJECT-TYPE This is the number of entries in the lgpFlexibleBasicTable. | 1.3.6.1.4.1.476.1.42.3.9.10 | Unsigned32 | read-only | current |
| lgpFlexibleBasicTable OBJECT-TYPE This table contains data points supported by the managed device. The data in this table is formatted in string form. This data is also available in numerical form in the augmented lgpFlexibleExtendedTable. In this table, the row indexing is not necessarily sequential and leads to a sparsely populated table. | 1.3.6.1.4.1.476.1.42.3.9.20 | not-accessible | current | |
| lgpFlexibleBasicEntry OBJECT-TYPE This entry defines the columns to be populated in the 'lgpFlexibleBasicTable'. | 1.3.6.1.4.1.476.1.42.3.9.20.1 | not-accessible | current | |
| lgpFlexibleEntryIndex OBJECT-TYPE This is the index which defines a specific row in the lgpFlexibleBasicTable. Each row index is associated with a unique data point ID which fixes the data point to its permanent location in the table. | 1.3.6.1.4.1.476.1.42.3.9.20.1.1 | OBJECT IDENTIFIER | not-accessible | current |
| lgpFlexibleEntryDataLabel OBJECT-TYPE A short description of the data reported in this row. | 1.3.6.1.4.1.476.1.42.3.9.20.1.10 | DisplayString | read-only | current |
| lgpFlexibleEntryValue OBJECT-TYPE A string representation of any data available. This is the preferred method of data access, since this will give fully scaled data for both integer and floating point data, in addition to textual data. If this string column cannot be used, then columns in the lgpFlexibleExtendedTable must be used in order to get a fully scaled version of integer data. | 1.3.6.1.4.1.476.1.42.3.9.20.1.20 | DisplayString | read-write | current |
| lgpFlexibleEntryUnitsOfMeasure OBJECT-TYPE The unit of measure that the value will be presented in. This is not populated when the data does not have a unit of measure associated with it. | 1.3.6.1.4.1.476.1.42.3.9.20.1.30 | DisplayString | read-only | current |
| lgpFlexibleExtendedTable OBJECT-TYPE This table contains data points supported by the managed device. This table augments the lgpFlexibleBasicTable, providing additional information that may be relevant to advanced users. Values presented in string format in the lgpFlexibleBasicTable table are also available in numeric form in this table. Since the lgpFlexibleBasicTable and this table are both indexed by lgpFlexibleEntryIndex, data applicable to a specific data point can be found in both tables at the same index. | 1.3.6.1.4.1.476.1.42.3.9.30 | not-accessible | current | |
| lgpFlexibleExtendedEntry OBJECT-TYPE This entry defines the columns to be populated in the 'lgpFlexibleExtendedTable'. | 1.3.6.1.4.1.476.1.42.3.9.30.1 | not-accessible | current | |
| lgpFlexibleEntryIntegerValue OBJECT-TYPE This is the data point value formatted as a signed integer. This column is populated only for numerical data points whose type requires a signed value. To convert this value to the units indicated in the units of measure columns (lgpFlexibleEntryUnitsOfMeasure or lgpFlexibleEntryUnitsOfMeasureEnum), divide this value by 10^n, where n is the value from the lgpFlexibleEntryDecimalPosition column. For data points that are writable (as designated by the lgpFlexibleEntryAccessibility column), the inverse calculation must done. The desired value must be multiplied by 10^n before it is written to this column, where n is the value from the lgpFlexibleEntryDecimalPosition column. | 1.3.6.1.4.1.476.1.42.3.9.30.1.10 | Integer32 | read-write | current |
| lgpFlexibleEntryUnsignedIntegerValue OBJECT-TYPE This is the data point value formatted as an unsigned integer. This column is populated only for numerical data points whose type does not require a signed value. To convert this value to the units indicated in the units of measure columns (lgpFlexibleEntryUnitsOfMeasure or lgpFlexibleEntryUnitsOfMeasureEnum), divide this value by 10^n, where n is the value from the lgpFlexibleEntryDecimalPosition column. For data points that are writable (as designated by the lgpFlexibleEntryAccessibility column), the inverse calculation must done. The desired value must be multiplied by 10^n before it is written to this column, where n is the value from the lgpFlexibleEntryDecimalPosition column. | 1.3.6.1.4.1.476.1.42.3.9.30.1.20 | Unsigned32 | read-write | current |
| lgpFlexibleEntryDecimalPosition OBJECT-TYPE This is a power of ten divider needed to convert values from the signed and unsigned integer columns (lgpFlexibleEntryIntegerValue or lgpFlexibleEntryUnsignedIntegerValue) to floating point values. This essentially tells how many positions to move the decimal point to the left. To convert the integer values to the units indicated in the units of measure columns (lgpFlexibleEntryUnitsOfMeasure or lgpFlexibleEntryUnitsOfMeasureEnum), divide the integer value by 10^n, where n is the value from this column. For data points that are writable (as designated by the lgpFlexibleEntryAccessibility column), the inverse calculation must done. The desired value must be multiplied by 10^n before it is written to the signed or unsigned integer columns. | 1.3.6.1.4.1.476.1.42.3.9.30.1.30 | Unsigned32 | read-only | current |
| lgpFlexibleEntryDataType OBJECT-TYPE The format that the data will appear as. This can be used to determine which field the numerical data will appear in. Data of type int16 and int32 will appear in the column lgpFlexibleEntryIntegerValue. Data of type uint16, uint32, and enum, will appear in the column lgpFlexibleEntryUnsignedIntegerValue. | 1.3.6.1.4.1.476.1.42.3.9.30.1.40 | INTEGER {not-specified(0), int16(1), uint16(2), int32(3), uint32(4), text(5), enum(6), event16(7), event32(8), ipv4(9), time32(10)} | read-only | current |
| lgpFlexibleEntryAccessibility OBJECT-TYPE This describes the read/write access that is available for the data in the row. | 1.3.6.1.4.1.476.1.42.3.9.30.1.50 | INTEGER {not-specified(0), readonly(1), writeonly(2), readwrite(3)} | read-only | current |
| lgpFlexibleEntryUnitsOfMeasureEnum OBJECT-TYPE The unit of measurement that the value will be in. | 1.3.6.1.4.1.476.1.42.3.9.30.1.60 | INTEGER {not-specified(0), milliSeconds(4096), seconds(4097), minutes(4098), hours(4099), voltsAcRms(4100), milliVoltsAcRms(4101), voltsDc(4102), milliVoltsDc(4103), voltsPeak(4104), voltsPeakToPeak(4105), ampsAcRms(4106), milliAmpsAcRms(4107), ampsDc(4108), milliAmpsDc(4109), voltAmps(4110), kiloVoltAmps(4111), voltAmpsReactive(4112), kVAReactive(4113), watts(4114), kiloWatts(4115), wattHours(4116), kiloWattHour(4117), ampDcHours(4118), hertz(4119), milliHertz(4120), kiloHertz(4121), megaHertz(4122), gigaHertz(4123), percent(4124), degC(4125), degCDelta(4126), degF(4127), degFDelta(4128), psi(4129), pascal(4130), psia(4131), relativeHumidity(4132), thd(4133), days(4134), phase(4135), microOhms(4136), milliOhms(4137), ohms(4138), kiloOhms(4139), megaOhms(4140), bars(4141), rpm(4142), bytes(4143), kilobytes(4144), megabytes(4145), gigabytes(4146), terabytes(4147), voltAmpHours(4148), kiloVoltAmpHours(4149), vaReactiveHours(4150), kVAReactiveHours(4151), meter(4152), feet(4153), cms(4154), cmh(4155), cfs(4156), cfm(4157), lpm(4158), gpmUk(4159), gpmUs(4160), absoluteHumidity(4161), kilograms(4162), cubicMeters(4163), btu(4164), torrs(4165), millitorrs(4166), pounds(4167), mps(4168), fpm(4169), liter(4170), gallonUs(4171), gallonUk(4172), lps(4173), mho(4174), siemensCm(4175), weeks(4176), inWC(4177), btuHours(4178)} | read-only | current |
| lgpFlexibleEntryDataDescription OBJECT-TYPE A description of the data reported in this row. This is generally longer and more thorough than the simple label described by lgpFlexibleEntryDataLabel. | 1.3.6.1.4.1.476.1.42.3.9.30.1.70 | DisplayString | read-only | current |