power-over-ethernet priority

Syntax

power-over-ethernet priority {critical | high | low}

no power-over-ethernet priority {critical | high | low}

Description

Sets PoE priority for an interface Specifying critical, high, or low indicates the priority of the interface in the event of power over-subscription. Within the same priority level, lower numbered interfaces have higher precedence. Per-interface power priority is low by default.

The no form of this command resets the action to default.

Command context

config-if

Authority

Administrators or local user group members with execution rights for this command.

Examples

Configuring PoE priority:

switch(config)# interface 1/1/1
switch(config-if)# power-over-ethernet priority critical
switch(config-if)# power-over-ethernet priority high

Resetting the PoE priority to default:

switch(config-if)# no power-over-ethernet priority high