Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

poe

date_range 20-Nov-23

Syntax

For switches other than EX6200 and EX8200 switches:

content_copy zoom_out_map
poe {
    guard-band watts;
    interface (all | interface-name) {
        disable;
        maximum-power watts;
        priority (high | low);
        telemetries {
            disable;
            duration hours;
            interval minutes;
        }
    }
    lldp-priority;
    management (class | static);
    notification-control {
        fpc slot-number {
            disable;
        }
    }
}

For a Junos Fusion:

content_copy zoom_out_map
poe {
    guard-band watts;
    interface (all-extended | interface-name) {
        disable;
        maximum-power watts;
        priority (high | low);
    }
    management (class | static);
}

For EX6200 and EX8200 switches:

content_copy zoom_out_map
poe {
    fpc ( all | slot-number) {
        guard-band watts;
        lldp-priority;
        management (class | static);
        maximum-power watts;
    }
    interface (all | interface-name) {
        af-mode;
        disable;
        maximum-power watts;
        priority (high | low);
        telemetries {
            disable;
            duration hours;
            interval minutes;
        }
    }
    notification-control {
        fpc slot-number {
            disable;
        }
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit]

Description

Configure PoE options. PoE ports on Juniper network switches provide power to PoE-enabled devices only when straight-through cables are used. Power is not provided when crossover cables are used.

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

system—To view this statement in the configuration.system-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 9.0.

Statement introduced in Junos OS Release 17.2R1 for a Junos Fusion Provider Edge.

footer-navigation