PoE-MIB

File: PoE-MIB.mib (23755 bytes)

Imported modules

SNMPv2-SMI SNMP-FRAMEWORK-MIB DLINK-ID-REC-MIB
RFC1213-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE SnmpAdminString
dlink-common-mgmt DisplayString

Defined Types

SwPoESystemStackingCtrlEntry  
SEQUENCE    
  swPoESystemStackingCtrlUnitId INTEGER
  swPoESystemStackingCtrlPowerLimit INTEGER
  swPoESystemStackingCtrlPowerDisconnectMethod INTEGER
  swPoESystemStackingCtrlManagementMode INTEGER
  swPoESystemStackingCtrlLedMode INTEGER
  swPoESystemStackingCtrlLegacyPD INTEGER

SwPoESystemInfoEntry  
SEQUENCE    
  swPoESystemInfoUnitId INTEGER
  swPoESystemInfoPowerConsumption INTEGER
  swPoESystemInfoPowerRemained INTEGER
  swPoESystemInfoPowerLimit INTEGER
  swPoESystemInfoPowerDisconnectMethod INTEGER
  swPoESystemInfoManagementMode INTEGER
  swPoESystemInfoLegacyPD INTEGER

SwPoEPortCtrlEntry  
SEQUENCE    
  swPoEPortCtrlPortIndex INTEGER
  swPoEPortCtrlState INTEGER
  swPoEPortCtrlPriority INTEGER
  swPoEPortCtrlPowerLimit INTEGER
  swPoEPortCtrlUserDefined INTEGER
  swPoEPortCtrlTimeRangeName SnmpAdminString

SwPoEPortInfoEntry  
SEQUENCE    
  swPoEPortInfoPortIndex INTEGER
  swPoEPortInfoClass INTEGER
  swPoEPortInfoPower INTEGER
  swPoEPortInfoVoltage INTEGER
  swPoEPortInfoCurrent INTEGER
  swPoEPortInfoStatus DisplayString
  swpoEPortInfoLedStatus INTEGER

Defined Values

swPoEMIB 1.3.6.1.4.1.171.12.24
The Structure of PoE management for the proprietary enterprise.
MODULE-IDENTITY    

swPoESystemCtrl 1.3.6.1.4.1.171.12.24.1
OBJECT IDENTIFIER    

swPoESystemInfo 1.3.6.1.4.1.171.12.24.2
OBJECT IDENTIFIER    

swPoEPortCtrl 1.3.6.1.4.1.171.12.24.3
OBJECT IDENTIFIER    

swPoEPortInfo 1.3.6.1.4.1.171.12.24.4
OBJECT IDENTIFIER    

swPoESystemPowerLimit 1.3.6.1.4.1.171.12.24.1.1
The power budget (in watts) of the PoE sytem.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

swPoESystemPowerDisconnectMethod 1.3.6.1.4.1.171.12.24.1.2
The power management disconnection method. When the total consumed power exceeds the power budget, the PoE controller initiates port disconnection, to prevent overloading the power supply. The controller uses one of the following two ways to implement the disconnection. deny_next_port: after the power budget has been exceeded, the next port attempting to power up is denied, regardless of its priority. deny_low_priority_port: after the power budget has been exceeded, the next port attempting to power up causes the port with the lowest priority to shut down to allow high-priority ports to power up. The default setting is deny_next_port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER denyNextPort(1), denyLowPriorityPort(2)  

swPoESystemManagementMode 1.3.6.1.4.1.171.12.24.1.3
This mode can be either power_limit mode or auto mode. power_limit: If power supplied to the port exceeds the power limit specified for it, this port will be shut down. auto: The system will automatically determine the PD class of the device connected to the port in the first stage. Normally, the PD can be classified as class 1, 2, or 3. If the PD cannot be classified, it will be classified as class 0. For class 0, it will assume that the PD may consume the max power allowed. During the power feeding stage, if the power supplied to the port exceeds the upper limit of the detected PD class, this port will be shut down. For the upper limit for each class, it is 4W for class 1 PD class, 7W for class 2, and 15.4W for class 3 PD and class 0 PD.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER power-limit(1), auto(2)  

swPoESystemLedMode 1.3.6.1.4.1.171.12.24.1.4
Specifies if the system mode will be POE or NORMAL.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER normal(1), poe(2)  

swPoESystemStackingCtrlTable 1.3.6.1.4.1.171.12.24.1.11
A table that is used to configure PoE system information based on Unit ID. The Unit ID is used for stacking.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwPoESystemStackingCtrlEntry

swPoESystemStackingCtrlEntry 1.3.6.1.4.1.171.12.24.1.11.1
A list of PoE system information based on Unit ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwPoESystemStackingCtrlEntry  

swPoESystemStackingCtrlUnitId 1.3.6.1.4.1.171.12.24.1.11.1.1
This object indicates the device's Unit ID. A unit ID of zero denotes a stand-alone device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

swPoESystemStackingCtrlPowerLimit 1.3.6.1.4.1.171.12.24.1.11.1.2
The power budget (in watts) of the PoE sytem.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

swPoESystemStackingCtrlPowerDisconnectMethod 1.3.6.1.4.1.171.12.24.1.11.1.3
The power management disconnection method. When the total consumed power exceeds the power budget, the PoE controller initiates port disconnection to prevent overloading the power supply. The controller uses one of the following two ways to implement the disconnection. deny_next_port: after the power budget has been exceeded, the next port attempting to power up is denied, regardless of its priority. deny_low_priority_port: after the power budget has been exceeded, the next port attempting to power up causes the port with the lowest priority to shut down to allow high-priority ports to power up. The default setting is deny_next_port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER denyNextPort(1), denyLowPriorityPort(2)  

swPoESystemStackingCtrlManagementMode 1.3.6.1.4.1.171.12.24.1.11.1.4
This mode can be either power_limit mode or auto mode. power_limit: If power supplied to the port exceeds the power limit specified for it, this port will be shut down. auto: The system will automatically determine the PD class of the device connected to the port in the first stage. Normally, the PD can be classified as class 1, 2, or 3. If the PD can not be classified, it will be classified as class 0. For class 0, it will assume that the PD may consume the max power allowed. At the power feeding stage, if the power supplied to the port exceeds the upper limit of the detected PD class, this port will be shut down. For the upper limit for each class, it is 4W for class 1 PD class, 7W for class 2, and 15.4W for class 3 PD and class 0 PD.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER power-limit(1), auto(2)  

swPoESystemStackingCtrlLedMode 1.3.6.1.4.1.171.12.24.1.11.1.5
Specifies the system mode to be POE or NORMAL.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER normal(1), poe(2)  

swPoESystemStackingCtrlLegacyPD 1.3.6.1.4.1.171.12.24.1.11.1.6
The legacy PD detection state. Enables or disables legacy PD detection on PoE unit.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

swPoESystemCtrlLegacyPD 1.3.6.1.4.1.171.12.24.1.6
The legacy PD detection state. Enables or disables legacy PD detection on all PoE port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

swPoESystemInfoTable 1.3.6.1.4.1.171.12.24.2.1
A table that contains PoE system information based on Unit ID. The Unit ID is used for stacking.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwPoESystemInfoEntry

swPoESystemInfoEntry 1.3.6.1.4.1.171.12.24.2.1.1
A list of PoE system information based on Unit ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwPoESystemInfoEntry  

swPoESystemInfoUnitId 1.3.6.1.4.1.171.12.24.2.1.1.1
This object indicates the device's Unit ID. A unit ID of zero denotes a stand-alone device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

swPoESystemInfoPowerConsumption 1.3.6.1.4.1.171.12.24.2.1.1.2
The actual momentary power consumption (in watts) in the PoE system.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swPoESystemInfoPowerRemained 1.3.6.1.4.1.171.12.24.2.1.1.3
The actual momentary remaining power (in watts) in the PoE system.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swPoESystemInfoPowerLimit 1.3.6.1.4.1.171.12.24.2.1.1.4
The power budget (in watts) of the PoE sytem.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swPoESystemInfoPowerDisconnectMethod 1.3.6.1.4.1.171.12.24.2.1.1.5
The power management disconnection method. When the total consumed power exceeds the power budget, the PoE controller initiates port disconnection to prevent overloading the power supply. The controller uses one of the following two ways to implement the disconnection. deny_next_port: after the power budget has been exceeded, the next port attempting to power up is denied, regardless of its priority. deny_low_priority_port: after the power budget has been exceeded, the next port attempting to power up causes the port with the lowest priority to shut down to allow high-priority ports to power up. The default setting is deny_next_port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER denyNextPort(1), denyLowPriorityPort(2)  

swPoESystemInfoManagementMode 1.3.6.1.4.1.171.12.24.2.1.1.6
This mode can be either power_limit mode or auto mode. power_limit: If power supplied to the port exceeds the power limit specified for it, this port will be shut down. auto: The system will automatically determine the PD class of the device connected to the port in the first stage. Normally, the PD can be classified as class 1, 2, or 3. If the PD can not be classified, it will be classified as class 0. For class 0, it will assume that the PD may consume the max power allowed. At the power feeding stage, if the power supplied to the port exceeds the upper limit of the detected PD class, this port will be shut down. For the upper limit for each class, it is 4W for class 1 PD class, 7W for class 2, and 15.4W for class 3 PD and class 0 PD.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER power-limit(1), auto(2)  

swPoESystemInfoLegacyPD 1.3.6.1.4.1.171.12.24.2.1.1.7
The current status of legacy PD detection.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

swPoEPortCtrlTable 1.3.6.1.4.1.171.12.24.3.1
A table that contains PoE configuration about every port in this stack. If a device has N ports, then the 1 -- N ports describe the port number of BoxId 1 device; N+1 -- 2N describe the port number of BoxId 2 device; 2N+1 -- 3N describe the port number of BoxId 2 device; ......
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwPoEPortCtrlEntry

swPoEPortCtrlEntry 1.3.6.1.4.1.171.12.24.3.1.1
A list of PoE configurations for each port of the device in this stack.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwPoEPortCtrlEntry  

swPoEPortCtrlPortIndex 1.3.6.1.4.1.171.12.24.3.1.1.1
This object indicates the devices' port number in this stack. If a device has N ports, then the 1 -- N ports describe the port number of BoxId 1 device; N+1 -- 2N describe the port number of BoxId 2 device; 2N+1 -- 3N describe the port number of BoxId 2 device; ......
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

swPoEPortCtrlState 1.3.6.1.4.1.171.12.24.3.1.1.2
The PoE port state. Enables or disables the PoE function on the specific port. The default setting is enable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), enable(2), disable(3)  

swPoEPortCtrlPriority 1.3.6.1.4.1.171.12.24.3.1.1.3
The PoE port priority. Port priority affects power-up order (after a rest, the ports are powered up according to their priority) and shutdown order (when exceeding the power budget, the ports are shut down according to their priority if power_disconnect_method is set to deny_low_priority_port) Default setting is low.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER critical(1), high(2), low(3)  

swPoEPortCtrlPowerLimit 1.3.6.1.4.1.171.12.24.3.1.1.4
There are 4 pre-defined values for users' convenience to set the upper power limit for class 0, class 1, class 2, and class 3. class_0: 15400mW (The maximum power provided by PSE (switch) is 12.95 W + power loss on cable) class_1: 4000mW (The maximum power provided by PSE is 3.84 W + power loss on cable) class_2: 7000mW (The maximum power provided by PSE is 6.49 W + power loss on cable) class_3: 15400mW (The maximum power provided by PSE is 12.95 W + power loss on cable) user-defined: User can select this setting and configure the range in swPoEPortCtrlUserDefined.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER class0(1), class1(2), class2(3), class3(4), user-defined(5)  

swPoEPortCtrlUserDefined 1.3.6.1.4.1.171.12.24.3.1.1.5
User defined per-port power limit (in milliwatts). If a port exceeds 10% of its power limit, the PoE system will shut down that port. The default setting is 15400 mW. Note: This object is valid only while the swPoEPortCtrlPowerLimit object is configured as user-defined.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1000..35000  

swPoEPortCtrlTimeRangeName 1.3.6.1.4.1.171.12.24.3.1.1.6
Specifies the time_range that applies to the port of the POE.If time range is configured, power can only be supplied during the period specified by the time range.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

swPoEPortInfoTable 1.3.6.1.4.1.171.12.24.4.1
A table that contains PoE information about every port in this stack. If a device has N ports, then the 1 -- N ports describe the port number of BoxID 1 device; N+1 -- 2N describe the port number of BoxID 2 device; 2N+1 -- 3N describe the port number of BoxID 2 device; ......
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwPoEPortInfoEntry

swPoEPortInfoEntry 1.3.6.1.4.1.171.12.24.4.1.1
A list of PoE information for each port of the device in this stack.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwPoEPortInfoEntry  

swPoEPortInfoPortIndex 1.3.6.1.4.1.171.12.24.4.1.1.1
This object indicates the devices' port number in this stack. If a device has N ports, then the 1 -- N ports describe the port number of BoxId 1 device; N+1 -- 2N describe the port number of BoxID 2 device; 2N+1 -- 3N describe the port number of BoxID 2 device; ......
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

swPoEPortInfoClass 1.3.6.1.4.1.171.12.24.4.1.1.2
The power class of the PD according to 802.3af definitions: class 0: PD power consumption is within 0.44-12.95 watts, class 1: PD power consumption is within 0.44-3.84 watts, class 2: PD power consumption is within 3.84-6.49 watts, class 3: PD power consumption is within 6.49-12.95 watts, class 4: is reserved for future use.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..4  

swPoEPortInfoPower 1.3.6.1.4.1.171.12.24.4.1.1.3
The port power consumption (in milliwatts).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swPoEPortInfoVoltage 1.3.6.1.4.1.171.12.24.4.1.1.4
The port input line voltage (in decivolts).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swPoEPortInfoCurrent 1.3.6.1.4.1.171.12.24.4.1.1.5
The port current (calculated in milliamps).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swPoEPortInfoStatus 1.3.6.1.4.1.171.12.24.4.1.1.6
The string describes the PoE port current status.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..76)  

swpoEPortInfoLedStatus 1.3.6.1.4.1.171.12.24.4.1.1.7
The LED display for PoE port status. on (1): power is provided to the port on which a 802.3af-compliant or legacy PD is connected, off(2): no power is provided to the port where there aren't any errors, error(3): some error happens on the port, like overload, underload, short,...or power budget exceeded conditions.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2), error(3)