Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added LLDP info

...

This table can help you choose which PSE device is best suitable for your needs. 


Device name


PoE-Out port count


Passive PoE


802.3af/at


802.3bt


Power input

Maximum output per port

Maximum power output, W

Input 18-30V, mA

Input 30-57V, mA

CSS610-8P-2S+IN

8++-

AC &DC 48-57 V

1000625140

CRS328-24P-4S+RM

24++-AC1000450450

CRS354-48P-4S+2Q+RM

48++-AC1000570700

CRS112-8P-4S-IN

8++-DC 18-30V & DC 30-57V100045080

netPower 16P

16++-DC 18-30V & DC 30-57V1100600160

RB5009UPr+S+IN

8++-DC 18-30V or DC 30-57V640420130

hEX PoE

4++-DC 18-30V or DC 30-57V1000450102

PowerBox Pro

4++-DC 18-30V or DC 30-57V1000450102

OmniTIK 5 PoE ac

4++-DC 18-30V or DC 30-57V1000450102

hEX PoE lite

4+--DC 18-30V1000



-

60

PowerBox

4+--DC 18-30V100060

RB260GSP

4+--DC 18-30V100060

OmniTIK 5 PoE

4+--DC 18-30V100060

PoE-Out Configuration

PoE Configuration is supported on all MikroTik devices with PoE-Out interfaces, the configurations can be edited from the RouterOS and SwOS interfaces.

...

PoE-Out can be configured under the menu. Each port can be controlled independently.


PropertyDescription
name ()Name of an interface
poe-out (auto-on | forced-on | off; Default: auto-on)Specifies PoE-Out state
  • auto-on - the board will attempt to detect if power can be applied to the port. For powering there should be resistance in the range from 3kΩ to 26.5kΩ
  • forced-on - detection range is removed. As a result power over Ethernet will be always on
  • off - all detection and power is turned off for this port
poe-priority (integer:0..99 | any; Default: 10)poe-priority specifies the importance of PoE-Out ports, in cases when a total PoE-Out limit is reached, interface with the lowest port priority will be powered off first.

Highest priority is 0, the lowest priority is 99. If there are 2 or more ports with the same priority then port with the smallest port number will have a higher priority. For example, if ether2 and ether3 have the same priority and over-current is detected then PoE-Out on ether3 will be turned off.

Every 6 seconds ports will be checked for a possibility to provide PoE-Out if it was turned off due to port priority.
poe-voltage (auto | low | high; Default: auto)

A feature that allows us to manually switch between two voltage outputs on PoE-Out ports. It will take effect only on PSE with switchable voltage modes (CRS112-8P-4S-IN, CRS328-24P-4S+RM, netPower 16P, CRS354-48P-4S+2Q+RM).

poe-lldp-enabled ( yes / no; Default: no)

Link Layer Discovery Protocol (LLDP) is a layer-2 Ethernet protocol for managing devices. LLDP allows an exchange of information between a PSE and a PD. 




Info

Note: If poe-voltage=auto and poe-out is set to "forced-on", LOW voltage will be used by default. If the PD supports only high voltage, make sure you also set poe-voltage=high when forcing the PoE output.

...

By default PoE-Out, event logging is enabled and uses "warning" and "info" topics to notify the user about PoE-Out state changes. Log entries will be added to each PoE-Out state change. Important logs will be added with a "warning" topic, informative logs will be added with the "info" topic.  When PoE LLDP is enabled, LLDP status updates are available in the device logs, for example:

Info

06:56:50 poe-out,debug ether4 LLDP TLV 25.0W request denied : hw-limit

Possible denial reasons:

Info
  • budget - requested power exceeds the total PSE budget.
  • hw-limit - requested power is more than hardware supports (PSU affects this).
  • low-voltage - LLDP request made to low-voltage port.
  • off - port is shut down.
  • class-limit - LLDP requires more than the class can provide.
  • cmd-failed - RouterOS could not make a request to the controller.


To avoid unnecessary logging in cases when PD is not powered because of current-too-low, RouterOS will filter such events, and add one log per every 512 current-too-low events.

...