set port inlinepower

Use this command to configure PoE parameters on one or more ports.

Syntax

set port inlinepower port-string {[admin {off | auto}] [priority {critical | high | low}] [type type] [powerlimit powerlimit] [capability capability]}

Parameters

port-string Specifies the ports on which to configure PoE.
admin off | auto Sets the PoE administrative state to off (disabled) or auto (on).
priority critical | high | low Sets the ports priority for the PoE allocation algorithm to critical (highest), high or low.
type type Specifies a string describing the type of device connected to a port.
powerlimit powerlimit Sets the maximum power allowed on this port in watts. Valid values are 0–15400 for PoE 802.3af or 0–34000 for PoE 802.3at.
capability capability Sets the PoE mode for the port.
  • 8023af—The port is running is 802.3af PoE mode (15.4W maximum power)
  • 8023at—The port is running in 802.3at PoE mode (34.0W maximum power)

Defaults

None.

Mode

All command modes.

Usage

To support 802.3at PDs, set powerlimit to the appropriate value in the 802.3at range and set capability to 8023at.

Example

This example shows how to enable 802.3at PoE on port ge.1.1:

System(rw)->set port inlinepower ge.1.1 admin auto powerlimit 34000 capability 8023at