帮助我们改善您的体验。

让我们了解您的想法。

您是否能抽出两分钟的时间完成一份问卷调查?

close
keyboard_arrow_left
Junos CLI 参考
Table of Contents Expand all
list Table of Contents
keyboard_arrow_right

机器翻译对您有帮助吗?

starstarstarstarstar
Go to English page
免责声明:

我们将使用第三方机器翻译软件翻译本页面。瞻博网络虽已做出相当大的努力提供高质量译文,但无法保证其准确性。如果对译文信息的准确性有任何疑问,请参阅英文版本. 可下载的 PDF 仅提供英文版.

poe

date_range 18-Dec-23

语法

对于 EX6200 和 EX8200 交换机以外的交换机:

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;
        }
    }
}

对于 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);
}

对于 EX6200 和 EX8200 交换机:

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;
        }
    }
}

层次结构级别

content_copy zoom_out_map
[edit]

描述

配置 PoE 选项。瞻博网络交换机上的 PoE 端口仅在使用直通电缆时为支持 PoE 的设备供电。使用交叉电缆时不提供电源。

其余语句将单独解释。请参阅 CLI 资源管理器

所需权限级别

system - 在配置中查看此语句。系统控制 - 将此语句添加到配置中。

发布信息

Junos OS 9.0 版中引入的语句。

在 Junos OS 17.2R1 版中为 Junos Fusion 提供商边缘引入的声明。

external-footer-nav