OMNITRON-POE-MIB: View SNMP OID List / Download MIB

VENDOR: OMNITRON SYSTEMS TECHNOLOGY


 Home MIB: OMNITRON-POE-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 omnitronPoeMib 1.3.6.1.4.1.7342.15
Omnitron PoE MIB for use with iConverter Management Modules v5.2 and NetOutlook. Copyright 2015 Omnitron Systems Technology, Inc. All rights reserved.
       ostPoeGlobalCfgTable 1.3.6.1.4.1.7342.15.1
           ostPoeGlobalCfgPwrLimitationEnable 1.3.6.1.4.1.7342.15.1.1 truthvalue read-write
This object specifies whether the PoE PSE power limiting function is enabled. The value 'true' indicates that PoE PSE limiting is enabled. The value 'false' indicates that PoE PSE limiting is disabled.
           ostPoeGlobalCfgTotalPwr 1.3.6.1.4.1.7342.15.1.2 ostfloatvalue read-only
This object indicates the total power sourced in Watts.
       ostPoePortCfgTable 1.3.6.1.4.1.7342.15.2 no-access
This table supports the port PoE configurations.
           ostPoePortCfgEntry 1.3.6.1.4.1.7342.15.2.1 no-access
This is a PoE port configuration table entry.
               ostPoePortCfgIndex 1.3.6.1.4.1.7342.15.2.1.1 ostportsingleindex no-access
An index that is used to identify a specific PoE port number.
               ostPoePortPseEnable 1.3.6.1.4.1.7342.15.2.1.2 integer read-write
This object is the PoE PSE port enable. pseDisabled(1) PSE power source is disabled pseEnabled(2) PSE power source is enabled Enumeration: 'pseEnabled': 2, 'pseDisabled': 1.
               ostPoePortPse60wMode 1.3.6.1.4.1.7342.15.2.1.3 integer read-write
The object is the PoE PSE 60W mode enable. This is the same control as the physical DIP switch. pse60wNotAvail PSE 60W function not available pse60wAuto(1) PSE 60W auto mode enabled pse60wForce(2) PSE 60W force mode enabled Enumeration: 'pse60wNotAvail': 0, 'pse60wForce': 2, 'pse60wAuto': 1.
               ostPoePortPdMode 1.3.6.1.4.1.7342.15.2.1.4 integer read-only
This object is the PoE PD classification mode. pdModeNotDetected(1) PD is not detected pdModeNotClassified(2) PD is not classified pdModeFailure(3) PD classification failure pdModeClass0(4) PD is 802.3af Class 0 15W device pdModeClass1(5) PD is 802.3af Class 1 4W device pdModeClass2(6) PD is 802.3af Class 2 7W device pdModeClass3(7) PD is 802.3af Class 3 15W device pdModeClass4(8) PD is 802.3at Class 4 30W device pdMode60W(9) PD is 60W device Enumeration: 'pdModeFailure': 3, 'pdModeNotDetected': 1, 'pdModeNotClassified': 2, 'pdModeClass4': 8, 'pdMode60W': 9, 'pdModeClass1': 5, 'pdModeClass0': 4, 'pdModeClass3': 7, 'pdModeClass2': 6.
               ostPoePortPseVoltageSupplied 1.3.6.1.4.1.7342.15.2.1.5 ostfloatvalue read-only
This object indicates the voltage output from the PSE port in volts.
               ostPoePortPseCurrentSupplied 1.3.6.1.4.1.7342.15.2.1.6 ostfloatvalue read-only
This object indicates the current output from the PSE port in mA (milliamps).
               ostPoePortPseStatus 1.3.6.1.4.1.7342.15.2.1.7 integer read-write
This object is the PoE PSE port status. notApplicable(1) PD device not connected or port disabled pdNormal(2) PD device is being powered fully pdOverCurrent(3) PD device is consuming too much current pdBrownOut(4) PD device is not fully powered pdInsufficientPower(5) PD device not powered due to lack of power A write to this object restarts the PSE function and classification. Enumeration: 'pdOverCurrent': 3, 'notApplicable': 1, 'pdNormal': 2, 'pdBrownOut': 4, 'pdInsufficientPower': 5.
               ostPoePortHeartbeatEnable 1.3.6.1.4.1.7342.15.2.1.8 integer read-write
This object is the PoE PSE heartbeat enable. heartbeatDisabled(1) PSE PD heartbeat is disabled heartbeatEnabled(2) PSE PD heartbeat is enabled Enumeration: 'heartbeatDisabled': 1, 'heartbeatEnabled': 2.
               ostPoePortHeartbeatIpAddress 1.3.6.1.4.1.7342.15.2.1.9 ipaddress read-write
This object is the PoE PD heartbeat IP address to ping.
               ostPoePortHeartbeatInterval 1.3.6.1.4.1.7342.15.2.1.10 unsigned32 read-write
This object is the PoE PSE PD heartbeat transmission interval in seconds.
               ostPoePortHeartbeatErrorDetection 1.3.6.1.4.1.7342.15.2.1.11 unsigned32 read-write
This object is the PoE PSE PD heartbeat number of consecutively lost heartbeat pings before an errored condition is declared. The number of consecutive error counts is cleared when a valid heartbeat response is received.
               ostPoePortHeartbeatErrorAction 1.3.6.1.4.1.7342.15.2.1.12 integer read-write
This object is the PoE PSE heartbeat errored condition action. errorLostIgnored(1) PD heartbeat errored condition is ignored errorRestart(2) PD heartbeat errored condition results in a restart errorShutdown(3) PD heartbeat errored condition results in a shutdown (power removed) Enumeration: 'errorLostIgnored': 1, 'errorShutdown': 3, 'errorRestart': 2.
               ostPoePortHeartbeatNumberRestarts 1.3.6.1.4.1.7342.15.2.1.13 unsigned32 read-write
This object is the PoE PSE PD number of restarts when an errored hearbeat condition occurs. This object is only used when ostPoePortHeartbeatErrorAction is configured as 'errorRestart' A value of zero indicates restarts never stop.
               ostPoEPortHeartbeatStatus 1.3.6.1.4.1.7342.15.2.1.14 integer read-only
This object is the PoE PSE PD heartbeat status. heartbeatDisabled(1) PSE PD heartbeat is disabled heartbeatAvailable(2) PSE PD heartbeats are being received heartbeatErrored(3) PSE PD heartbeat is in an errored condition heartbeatRestart(4) PSE PD heartbeat error has caused a PSE restart heartbeatShutdown(5) PSE PD heartbeat error has caused a PSE shutdown Enumeration: 'heartbeatDisabled': 1, 'heartbeatAvailable': 2, 'heartbeatShutdown': 5, 'heartbeatErrored': 3, 'heartbeatRestart': 4.
               ostPoEPortHeartbeatDeferTime 1.3.6.1.4.1.7342.15.2.1.15 unsigned32 read-write
This object is the PoE heartbeat PSE PD heartbeat transmission delay interval in seconds after the port has been reenabled. The delay is the amount of time after power has been applied before the heartbeat function starts and hence the detection of heartbeat errors.
       ostPoeCompliances 1.3.6.1.4.1.7342.15.3
           ostPoeCompliance 1.3.6.1.4.1.7342.15.3.2
The compliance statement for the Omnitron PoE MIB.
       ostPoeGroups 1.3.6.1.4.1.7342.15.4
           ostPoeGroup 1.3.6.1.4.1.7342.15.4.1
Mandatory objects for the PoE functional group.