Você está na página 1de 3

POE en Juniper

Verifying that the PoE Interfaces Have Been Created with Desired Priorities:
Issue "show poe interface" command to display PoE interfaces. The show poe interface
command lists PoE interfaces configured on the switch, with their status, priority, power consumption, and
class. This command has been executed on a switch with partial PoE (8 PoE ports). The output shows that
all eight PoE interfaces are enabled:
user@switch> show poe interface
Interface Enabled Status Max-power Priority Power-
consumption Class
ge-
0/0/0 Enabled ON 15.4W Low 12.95W
0
ge-
0/0/1 Enabled ON 15.4W Low 12.95W
0
ge-
0/0/2 Enabled ON 15.4W Low 12.95W
0
ge-
0/0/3 Enabled ON 15.4W Low 12.95W
0
ge-
0/0/4 Enabled ON 15.4W Low 12.95W
0
ge-
0/0/5 Enabled ON 15.4W Low 12.95W
0
ge-
0/0/6 Enabled ON 15.4W Low 12.95W
0
ge-
0/0/7 Enabled ON 15.4W Low 12.95W
0

Output Fields:

o PoE Interface - Specifies the interface address.


o Enabled - Specifies whether PoE capabilities are enabled or disabled.
o Status - Specifies whether PoE is currently being provided to the port.
o Max-power - Specifies the maximum power that can be provided to the port.
o Priority - Specifies whether the port is high or low priority.
o Power-consumption - Specifies how much power is being used by the port, as measured by the specified
telemetries settings.
o Class - Indicates the IEEE 802.af classification that defines the maximum power requirements for a
powered device.

For an individual interface PoE details, issue "show poe interface <interface-
name>" command:

user@host> show poe interface ge-0/0/3

PoE interface status:


PoE interface : ge-0/0/3
PoE capability of the interface : Enabled
Current status of power supply on interface : OFF
Power limit on the interface : 12.0W
Priority : High
Power consumed : 0.0W
Class of power device : 0

To configure PoE using the CLI:

Enable PoE:

For all PoE interfaces:

[edit]
user@switch# set poe interface all

For a specific PoE interface:

[edit]
user@switch# set poe interface ge-0/0/0

Set the power priority:

For all PoE interfaces:

[edit]
user@switch# set poe interface all priority low

For a specific PoE interface:

[edit]
user@switch# set poe interface ge-0/0/0 priority high

Set the maximum PoE wattage available (the default is 15.4):

For all PoE interfaces:

[edit]
user@switch# set poe interface all maximum-power 14

For a specific PoE interface:

[edit]
user@switch# set poe interface ge-0/0/0 maximum power 12.8

Enable logging of PoE power consumption with the default telemetries settings:

For all PoE interfaces:

[edit]
user@switch# set poe interface all telemetries

For a specific PoE interface:


[edit]
user@switch# set poe interface ge-0/0/0 telemetries

Reserve a specified wattage of power for the switch in case of a spike in PoE consumption (the
default is 0):
[edit]
user@switch# set poe guard-band 15

Você também pode gostar