LIEBERT-GP-FLEXIBLE-MIB: View SNMP OID List / Download MIB
VENDOR: VERTIV
Home | MIB: LIEBERT-GP-FLEXIBLE-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
liebertGlobalProductsFlexibleModule | 1.3.6.1.4.1.476.1.42.1.10.1 |
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. |
||
lgpFlexibleTableCount | 1.3.6.1.4.1.476.1.42.3.9.10 | unsigned32 | read-only |
This is the number of entries in the lgpFlexibleBasicTable. |
lgpFlexibleBasicTable | 1.3.6.1.4.1.476.1.42.3.9.20 | no-access |
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.1 | no-access |
This entry defines the columns to be populated in the 'lgpFlexibleBasicTable'. |
||
lgpFlexibleEntryIndex | 1.3.6.1.4.1.476.1.42.3.9.20.1.1 | object identifier | no-access |
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. |
lgpFlexibleEntryDataLabel | 1.3.6.1.4.1.476.1.42.3.9.20.1.10 | displaystring | read-only |
A short description of the data reported in this row. |
lgpFlexibleEntryValue | 1.3.6.1.4.1.476.1.42.3.9.20.1.20 | displaystring | read-write |
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. |
lgpFlexibleEntryUnitsOfMeasure | 1.3.6.1.4.1.476.1.42.3.9.20.1.30 | displaystring | read-only |
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. |
lgpFlexibleExtendedTable | 1.3.6.1.4.1.476.1.42.3.9.30 | no-access |
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.1 | no-access |
This entry defines the columns to be populated in the 'lgpFlexibleExtendedTable'. |
||
lgpFlexibleEntryIntegerValue | 1.3.6.1.4.1.476.1.42.3.9.30.1.10 | integer32 | read-write |
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. |
lgpFlexibleEntryUnsignedIntegerValue | 1.3.6.1.4.1.476.1.42.3.9.30.1.20 | unsigned32 | read-write |
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. |
lgpFlexibleEntryDecimalPosition | 1.3.6.1.4.1.476.1.42.3.9.30.1.30 | unsigned32 | read-only |
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. |
lgpFlexibleEntryDataType | 1.3.6.1.4.1.476.1.42.3.9.30.1.40 | integer | read-only |
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. Enumeration: 'int32': 3, 'int16': 1, 'event32': 8, 'text': 5, 'time32': 10, 'enum': 6, 'uint16': 2, 'ipv4': 9, 'event16': 7, 'uint32': 4, 'not-specified': 0. |
lgpFlexibleEntryAccessibility | 1.3.6.1.4.1.476.1.42.3.9.30.1.50 | integer | read-only |
This describes the read/write access that is available for the data in the row. Enumeration: 'readwrite': 3, 'readonly': 1, 'writeonly': 2, 'not-specified': 0. |
lgpFlexibleEntryUnitsOfMeasureEnum | 1.3.6.1.4.1.476.1.42.3.9.30.1.60 | integer | read-only |
The unit of measurement that the value will be in. Enumeration: 'bt': 4164, 'gallonUk': 4172, 'milliAmpsDc': 4109, 'milliOhms': 4137, 'kVAReactive': 4113, 'cubicMeters': 4163, 'minutes': 4098, 'degCDelta': 4126, 'terabytes': 4147, 'kiloHertz': 4121, 'gigabytes': 4146, 'cms': 4154, 'pascal': 4130, 'cfm': 4157, 'voltsAcRms': 4100, 'gpmUk': 4159, 'megabytes': 4145, 'btuHours': 4178, 'torrs': 4165, 'rpm': 4142, 'cfs': 4156, 'milliSeconds': 4096, 'relativeHumidity': 4132, 'ampsAcRms': 4106, 'kiloOhms': 4139, 'mps': 4168, 'voltAmps': 4110, 'psia': 4131, 'milliVoltsDc': 4103, 'megaHertz': 4122, 'percent': 4124, 'kilograms': 4162, 'hertz': 4119, 'gpmUs': 4160, 'ampDcHours': 4118, 'degF': 4127, 'degC': 4125, 'milliVoltsAcRms': 4101, 'degFDelta': 4128, 'kilobytes': 4144, 'weeks': 4176, 'kVAReactiveHours': 4151, 'millitorrs': 4166, 'inWC': 4177, 'wattHours': 4116, 'microOhms': 4136, 'psi': 4129, 'voltsDc': 4102, 'kiloWattHour': 4117, 'voltAmpHours': 4148, 'megaOhms': 4140, 'seconds': 4097, 'not-specified': 0, 'lps': 4173, 'milliAmpsAcRms': 4107, 'hours': 4099, 'gallonUs': 4171, 'meter': 4152, 'mho': 4174, 'phase': 4135, 'voltsPeakToPeak': 4105, 'liter': 4170, 'milliHertz': 4120, 'kiloVoltAmpHours': 4149, 'vaReactiveHours': 4150, 'watts': 4114, 'thd': 4133, 'bars': 4141, 'cmh': 4155, 'ampsDc': 4108, 'pounds': 4167, 'bytes': 4143, 'days': 4134, 'absoluteHumidity': 4161, 'ohms': 4138, 'lpm': 4158, 'voltAmpsReactive': 4112, 'fpm': 4169, 'siemensCm': 4175, 'gigaHertz': 4123, 'kiloWatts': 4115, 'voltsPeak': 4104, 'feet': 4153, 'kiloVoltAmps': 4111. |
lgpFlexibleEntryDataDescription | 1.3.6.1.4.1.476.1.42.3.9.30.1.70 | displaystring | read-only |
A description of the data reported in this row. This is generally longer and more thorough than the simple label described by lgpFlexibleEntryDataLabel. |