CUMULUS-POE-MIB

File: CUMULUS-POE-MIB.mib (10562 bytes)

Imported modules

SNMPv2-SMI IF-MIB CUMULUS-SNMP-MIB
SNMPv2-TC

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Integer32
ifIndex cumulusMib DisplayString
TEXTUAL-CONVENTION TimeStamp

Defined Types

MilliValue  
This is a value in milliunits. Divide the value by 1000 to get the native unit value. So a value of 45600 milliunits should be interpreted as 45.6 units.
TEXTUAL-CONVENTION    
  Integer32  

PoeObjectsEntry  
SEQUENCE    
  portName DisplayString
  portPriority INTEGER
  portType INTEGER
  portStatus INTEGER
  portClass INTEGER
  portFourPairModeEnabled INTEGER
  portVoltage MilliValue
  portCurrent MilliValue
  portPower MilliValue
  portMaxPower MilliValue
  portAllocatedPower MilliValue
  lldpRequestedPower MilliValue
  lldpAllocatedPower MilliValue

Defined Values

poeMIBObjects 1.3.6.1.4.1.40310.3
Cumulus Networks Power Over Ethernet tables of the Cumulus enterprise MIB tree. These table values come from the Power Over Ethernet (POE) display and configuration tool (poectl).
MODULE-IDENTITY    

poeSystemValues 1.3.6.1.4.1.40310.3.1
OBJECT IDENTIFIER    

poeTotalSystemPower 1.3.6.1.4.1.40310.3.1.1
The total power available to the system, shown with 3 decimal place of precision (milliwatts). Dividing this value by 1000 returns the number of watts. For example, a value of 730400 is equivalent to 730.4 watts.
Status: current Access: read-only
OBJECT-TYPE    
  MilliValue  

poeTotalUsedPower 1.3.6.1.4.1.40310.3.1.2
The total power USED by ports in the system, shown with 3 decimal places of precision (milliwatts). For example, an integer value of 24500 is equivalent to 24.5 Watts.
Status: current Access: read-only
OBJECT-TYPE    
  MilliValue  

poeTotalAvailablePower 1.3.6.1.4.1.40310.3.1.3
The total UNUSED and available power for the system in the common pool for new devices, shown with 3 decimal places of precision (milliwatts). For example, an integer value of 706300 is equivalent 706.3 Watts.
Status: current Access: read-only
OBJECT-TYPE    
  MilliValue  

poeLastUpdateTime 1.3.6.1.4.1.40310.3.1.4
The system uptime timestamp when the objects in this MIB were last updated. The default for the update period is every 300 seconds or 5 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

poeObjectsTable 1.3.6.1.4.1.40310.3.2
This table displays POE current, voltage, type and other attributes for each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PoeObjectsEntry

poeObjectsEntry 1.3.6.1.4.1.40310.3.2.1
An entry containing POE attributes (indexed by ifIndex).
Status: current Access: not-accessible
OBJECT-TYPE    
  PoeObjectsEntry  

portName 1.3.6.1.4.1.40310.3.2.1.1
The textual port name used by the system (such as swp1).
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

portPriority 1.3.6.1.4.1.40310.3.2.1.2
The portPriority is an integer value that determine which ports should be shut down if the system is in a power limited situation. Ports with low priority will get disconnected first, followed by high priority, then critical ports. If multiple ports have the same priority setting, the port with the lower port number is considered to have the higher priority.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER low(1), high(2), critical(3)  

portType 1.3.6.1.4.1.40310.3.2.1.3
The portType represents the type of DC power the system is supplying to this port. POE is designated IEEE802.3af (2) and POE+ is designated IEEE802.3at (3). UPOE is designated as high power (5). Ports desigated as IEEE802.3afat (7) can handle either POE and POE+.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), ieee802Dot3af(2), ieee802Dot3at(3), legacy(4), highpower(5), invalid(6), ieee802Dot3afat(7)  

portStatus 1.3.6.1.4.1.40310.3.2.1.4
The portStatus represents the current status of the port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), disabled(2), searching(3), connected(4), powerdenied(5), fault(6)  

portClass 1.3.6.1.4.1.40310.3.2.1.5
The portClass represents the standard class of the port shown as follows: Class usage Class current Power range Class description [mA] [Watt] ==================================================================== 0 Default 0-4 0.44-12.94 Class unimplemented 1 Optional 9-12 0.44-3.84 Very Low power 2 Optional 17-20 3.84-6.49 Low power 3 Optional 26-30 6.49-12.95 Mid power 4 Valid for 36-44 12.95-25.50 High power Class 4 for 802.3at(Type 2) devices and not allowed for 802.3af devices. Note that a portClass of Default can also exist if a portStatus is not connected.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER default(0), verylowpower(1), lowpower(2), midpower(3), highpower(4)  

portFourPairModeEnabled 1.3.6.1.4.1.40310.3.2.1.6
This object represents whether 4 Pair PoE mode is enabled or disabled for the device on this port. An integer value of 1 means it is enabled (true) and operating in 4 Pair PoE mode and a value of 2 means it is disabled (false) and the port is operating in 2 Pair PoE mode.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

portVoltage 1.3.6.1.4.1.40310.3.2.1.7
The portVoltage represents the port voltage in millivolts. An integer like 50400 should be divided by 1000 for a value of 50.4 Volts.
Status: current Access: read-only
OBJECT-TYPE    
  MilliValue  

portCurrent 1.3.6.1.4.1.40310.3.2.1.8
The portCurrent represents the port current in milliamps. An integer like 50400 should be divided by 1000 for a value of 50.4 Amps.
Status: current Access: read-only
OBJECT-TYPE    
  MilliValue  

portPower 1.3.6.1.4.1.40310.3.2.1.9
The portPower represents the port power usage in milliwatts. An integer like 50400 should be divided by 1000 for a value of 50.4 Watts.
Status: current Access: read-only
OBJECT-TYPE    
  MilliValue  

portMaxPower 1.3.6.1.4.1.40310.3.2.1.10
The portMaxPower represents the maximum port power available and is measured in milliwatts. An integer like 50400 should be divided by 1000 for a value of 50.4 Watts.
Status: current Access: read-only
OBJECT-TYPE    
  MilliValue  

portAllocatedPower 1.3.6.1.4.1.40310.3.2.1.11
The portAllocatedPower represents the power allocated to the port regardless of LLDP for the device in milliwatts.
Status: current Access: read-only
OBJECT-TYPE    
  MilliValue  

lldpRequestedPower 1.3.6.1.4.1.40310.3.2.1.12
The lldpRequestedPower is either blank or the number of milliwatts requested for the device via LLDP.
Status: current Access: read-only
OBJECT-TYPE    
  MilliValue  

lldpAllocatedPower 1.3.6.1.4.1.40310.3.2.1.13
The lldpAllocatedPower is either blank or the number of milliwatts allocated for the device via LLDP.
Status: current Access: read-only
OBJECT-TYPE    
  MilliValue