• 產品與解決方案
  • 行業解決方案
  • 服務
  • 支持
  • 合作夥伴
  • 關於我們

08 網絡管理和監控命令參考

目錄

07-PoE命令

本章節下載 07-PoE命令  (194.76 KB)

07-PoE命令


1 PoE配置命令

說明

僅設備絲印中帶有“PWR”的設備支持PoE特性。

 

1.1  PoE配置命令

1.1.1  apply poe-profile

【命令】

apply poe-profile { index index | name profile-name }

undo apply poe-profile { index index | name profile-name }

【視圖】

PoE接口視圖

【缺省級別】

2:係統級

【參數】

index index:PoE配置文件的索引,取值範圍為1~100。

name profile-name:PoE配置文件的名稱,為1~15個字符的字符串。

【描述】

apply poe-profile命令用來將PoE配置文件應用到當前PoE接口。undo apply poe-profile命令用來取消PoE配置文件在當前PoE接口的應用。

需要注意的是,當用命令display this顯示PoE接口的配置情況時,會按照PoE配置文件的索引值顯示。

相關配置可參考命令display poe-profileapply poe-profile interface

【舉例】

# 將名為forIPphone的PoE配置文件應用到PoE接口Ethernet1/0/5。

<Sysname> system-view

[Sysname] interface ethernet 1/0/5

[Sysname-Ethernet1/0/5] apply poe-profile name forIPphone

[Sysname-Ethernet1/0/5] display this

#

interface Ethernet1/0/5

 apply poe-profile index 1

#

return

1.1.2  apply poe-profile interface

【命令】

apply poe-profile { index index | name profile-name } interface interface-range

undo apply poe-profile { index index | name profile-name } interface interface-range

【視圖】

係統視圖

【缺省級別】

2:係統級

【參數】

index index:PoE配置文件的索引,取值範圍為1~100。

name profile-name:PoE配置文件的名稱,為1~15個字符。

interface-range:以太網接口範圍,表示多個以太網接口。表示方式為interface-rangeinterface-type interface-number [ to interface-type interface-number ]。其中, interface-type interface-number為接口類型和接口編號。起始接口號要小於結束接口號。接口範圍可以任意,如果指定範圍內存在不支持PoE的接口,PoE配置文件應用時將忽略這類接口。

【描述】

apply poe-profile interface命令用來將PoE配置文件應用到一個或多個PoE接口。undo apply poe-profile interface命令用來取消PoE配置文件在PoE接口的應用。

相關配置可參考命令display poe-profile interfaceapply poe-profile

【舉例】

# 將名稱為forIPphone的PoE配置文件應用到PoE接口Etherenet1/0/5。

<Sysname> system-view

[Sysname] apply poe-profile name forIPphone interface ethernet 1/0/5

<Sysname> system-view

[Sysname] apply poe-profile name forIPphone interface ethernet 1/0/1

# 將索引為1的PoE配置文件應用到PoE接口Ethernet1/0/5至Ethernet1/0/8 。

<Sysname> system-view

[Sysname] apply poe-profile index 1 interface ethernet 1/0/5 to ethernet 1/0/8

1.1.3  display poe device

【命令】

display poe device [ | { begin | exclude | include } regular-expression ]

【視圖】

任意視圖

【缺省級別】

1:監控級

【參數】

|:使用正則表達式對顯示信息進行過濾。有關正則表達式的詳細介紹,請參見“基礎配置指導”中的“CLI”。

begin:從包含指定正則表達式的行開始顯示。

exclude:隻顯示不包含指定正則表達式的行。

include:隻顯示包含指定正則表達式的行。

regular-expression:表示正則表達式,為1~256個字符的字符串,區分大小寫。

【描述】

display poe device命令用來顯示PSE(Power Sourcing Equipment,供電設備)的相關信息。

【舉例】

# 顯示PSE的相關信息。(顯示信息與設備的型號相關,請以設備的實際情況為準)

<Sysname>display poe device

 PSE ID  SlotNo SubSNo PortNum  MaxPower(W)  State  Model

 1        1       0       24                     on      LSW-BCM-POE

<Sysname>display poe device

 PSE ID  SlotNo SubSNo PortNum  MaxPower(W)  State  Model

 1       1      0      8        60           on     LSW-BCM-POE

表1-1 display poe device命令顯示信息描述表

字段

描述

PSE ID

PSE編號

SlotNo

PSE所在槽位號

SubSNo

PSE所在子槽位號

PortNum

PSE上PoE接口的數量

MaxPower(W)

PSE最大供電功率(單位為:瓦)

State

PSE狀態:

·     on:一個或多個端口已使能PoE接口遠程供電功能

·     off:所有端口都未使能PoE接口遠程供電功能

·     faulty:PSE故障

Model

PSE型號

 

1.1.4  display poe interface

【命令】

display poe interface [ interface-type interfece-number ] [ | { begin | exclude | include } regular-expression ]

【視圖】

任意視圖

【缺省級別】

1:監控級

【參數】

interface-type interfece-number:指定接口類型及接口編號。

|:使用正則表達式對顯示信息進行過濾。有關正則表達式的詳細介紹,請參見“基礎配置指導”中的“CLI”。

begin:從包含指定正則表達式的行開始顯示。

exclude:隻顯示不包含指定正則表達式的行。

include:隻顯示包含指定正則表達式的行。

regular-expression:表示正則表達式,為1~256個字符的字符串,區分大小寫。

【描述】

display poe interface命令用來顯示設備指定PoE接口的供電狀態。

如果不指定接口,將顯示所有PoE接口的供電狀態。

【舉例】

# 顯示PoE接口Ethernet1/0/5的供電狀態。(顯示信息與設備的型號相關,請以設備的實際情況為準)

<Sysname> display poe interface ethernet 1/0/5

 Port Power Enabled               : enabled

 Port Power Priority              : low

 Port Operating Status            : on

 Port IEEE Class                  : 4

 Port Detection Status            : delivering-power

 Port Power Mode                  : signal

 Port Current Power               : 3400     mW

 Port Average Power               : 3957     mW

 Port Peak Power                  : 4700     mW

 Port Max Power                   : 30000    mW

 Port Current                     : 64       mA

 Port Voltage                     : 53.4     V

 Port PD Description              :  IP Phone For Room 101

表1-2 display poe interface ethernet命令顯示信息描述表

字段

描述

Port Power Enabled

PoE接口遠程供電功能使能/禁用:

·     enabled:使能

·     disabled:禁用

Port Power Priority

PoE接口供電優先級:

·     critical:最高

·     high:高

·     low:低

Port Operating Status

PoE接口工作狀態:

·     off:供電功能禁用

·     on:正在正常供電

·     power-deny:拒絕供電,PD要求功率大於配置功率

Port IEEE class

PD功率等級:0、1、2、3、4、-

-表示不支持

Port Detection Status

PoE接口檢測狀態:

·     disabled:PoE接口供電禁止

·     searching:正在搜索PD

·     delivering-power:正在向PD供電

·     fault:錯誤

·     test:測試狀態

·     other-fault:其他錯誤狀態

·     pd-disconnect:PD未連接

Port Power Mode

PoE接口供電方式,signal表示信號線供電方式

Port Current Power

PoE接口當前功率

包括PD消耗功率和傳輸損耗。

Port Average Power

PoE接口平均功率

Port Peak Power

PoE接口峰值功率

Port Max Power

PoE接口最大功率

Port Current

PoE接口當前電流

Port Voltage

PoE接口當前電壓

Port PD Description

PoE接口所連接PD的描述信息,用於輔助用戶識別PD的類型和位置等

 

# 顯示設備所有PoE接口的供電狀態。(顯示信息與設備的型號相關,請以設備的實際情況為準)

[H3C]display poe interface

 Interface    Status   Priority CurPower Operating  IEEE   Detection

                                (W)      Status     Class  Status

 Eth1/0/5     enabled  low      4.1      on         4      delivering-power

 Eth1/0/6     enabled  low      0.0      off        0      searching

 Eth1/0/7     enabled  low      0.0      off        0      searching

 Eth1/0/8     enabled  low      0.0      off        0      searching

 Eth1/0/9     enabled  low      0.0      off        0      searching

 Eth1/0/10    enabled  low      0.0      off        0      searching

 Eth1/0/11    enabled  low      0.0      off        0      searching

 Eth1/0/12    enabled  low      0.0      off        0      searching

   ---  1 port(s) on,    4.1 (W) consumed,   55.9 (W) remaining ---

表1-3 display poe interface命令顯示信息描述表

字段

描述

Interface

PoE接口名稱簡稱

Status

PoE接口遠程供電功能使能/禁用:

·     enabled:使能

·     disabled:禁用

Priority

PoE接口供電優先級:

·     critical:最高

·     high:高

·     low:低

CurPower

PoE接口當前功率

Operating Status

PoE接口工作狀態:

·     off:供電功能禁用

·     on:正在正常供電

·     power-deny:拒絕供電,PD要求功率大於配置功率

IEEE class

由IEEE所規定的PD功率等級

Detection Status

PoE接口檢測狀態:

·     disabled:接口供電禁止

·     searching:正在搜索PD

·     delivering-power:正在向PD供電

·     fault:錯誤

·     test:測試狀態

·     other-fault:其他錯誤狀態

·     pd-disconnect:PD未連接

port(s) on

正在供電的PoE接口數量

consumed

當前供電PoE接口消耗的功率

Remaining

係統總剩餘功率

 

1.1.5  display poe interface power

【命令】

display poe interface power [ interface-type interface-number ] [ | { begin | exclude | include } regular-expression ]

【視圖】

任意視圖

【缺省級別】

1:監控級

【參數】

interface-type interface-number:指定接口類型及接口編號。

|:使用正則表達式對顯示信息進行過濾。有關正則表達式的詳細介紹,請參見“基礎配置指導”中的“CLI”。

begin:從包含指定正則表達式的行開始顯示。

exclude:隻顯示不包含指定正則表達式的行。

include:隻顯示包含指定正則表達式的行。

regular-expression:表示正則表達式,為1~256個字符的字符串,區分大小寫。

【描述】

display poe interface power命令用來顯示PoE接口的功率信息。

如果不指定接口,將顯示所有PoE接口的功率信息。

【舉例】

# 顯示PoE接口Ethernet1/0/5的功率信息。

<Sysname> display poe interface power Ethernet 1/0/5

 Interface   CurPower  PeakPower   MaxPower  PD Description

             (W)       (W)         (W)

 Eth1/0/5    4.1       4.7         30.0

# 顯示所有PoE接口的功率信息。

<Sysname> display poe interface power

 Interface   CurPower  PeakPower   MaxPower  PD Description

             (W)       (W)         (W)

 Eth1/0/5    4.1       4.7         30.0

 Eth1/0/6    0.0       0.0         30.0

 Eth1/0/7    0.0       0.0         30.0

 Eth1/0/8    0.0       0.0         30.0

 Eth1/0/9    0.0       0.0         30.0

 Eth1/0/10   0.0       0.0         30.0

 Eth1/0/11   0.0       0.0         30.0

 Eth1/0/12   0.0       0.0         30.0

   ---  1 port(s) on,    4.1 (W) consumed,   55.9 (W) remaining --- 

 

表1-4 display poe interface power命令顯示信息描述表

字段

描述

Interface

PoE接口簡稱

CurPower

PoE接口當前功率

PeakPower

PoE接口峰值功率

MaxPower

PoE接口最大功率

PD Description

PoE接口連接PD描述信息。當顯示的字符串長度超過34時,顯示30個字符,其後麵加“....”

port(s) on

正在供電的PoE接口數量

consumed

所有PoE接口當前消耗功率

Remaining

係統總剩餘功率

 

1.1.6  display poe pse

【命令】

display poe pse [ | { begin | exclude | include } regular-expression ]

【視圖】

任意視圖

【缺省級別】

1:監控級

【參數】

|:使用正則表達式對顯示信息進行過濾。有關正則表達式的詳細介紹,請參見“基礎配置指導”中的“CLI”。

begin:從包含指定正則表達式的行開始顯示。

exclude:隻顯示不包含指定正則表達式的行。

include:隻顯示包含指定正則表達式的行。

regular-expression:表示正則表達式,為1~256個字符的字符串,區分大小寫。

【描述】

display poe pse命令用來顯示PSE的信息。

【舉例】

# 顯示設備的PSE的信息。(顯示信息與設備的型號相關,請以設備的實際情況為準)

<Sysname> display poe pse

 PSE ID                           : 1

 PSE Slot No                      : 1

 PSE SubSlot No                   : 0

 PSE Model                        : LSW-BCM-POE

 PSE Current Power                : 4        W

 PSE Average Power                : 4        W

 PSE Peak Power                   : 4        W

 PSE Max Power                    : 60       W

 PSE Remaining Guaranteed         : 60       W

 PSE CPLD Version                 : -

 PSE Software Version             : 140

 PSE Hardware Version             : 57633

 PSE Legacy Detection             : disabled

 PSE Utilization-threshold        : 80

<Sysname> display poe pse

 PSE ID                           : 1

 PSE Slot No                      : 1

 PSE SubSlot No                   : 0

 PSE Model                        : LSW-BCM-POE

 PSE Current Power                : 0        W

 PSE Average Power                : 0        W

 PSE Peak Power                   : 0        W

 PSE Max Power                    :       W

 PSE Remaining Guaranteed         :       W

 PSE CPLD Version                 : -

 PSE Software Version             : 400

 PSE Hardware Version             : 57603

 PSE Legacy Detection             : disabled

 PSE Utilization-threshold        : 80

表1-5 display poe pse命令顯示信息描述表

字段

描述

PSE ID

PSE編號

PSE Slot No

PSE所在槽號

PSE SubSlot No

PSE所在子槽號

PSE Model

PSE模塊型號

PSE Current Power

PSE當前功率

PSE Average Power

PSE平均功率

PSE Peak Power

PSE峰值功率

PSE Max Power

PSE最大功率

PSE Remaining Guaranteed

PSE剩餘保證功率=PSE最大保證功率-該PSE中優先級為Critical的接口最大功率之和

PSE CPLD Version

PSE CPLD版本

PSE Software Version

PSE軟件版本

PSE Hardware Version

PSE硬件版本

PSE Legacy Detection

PSE非標準PD檢測:

·     enabled:使能

·     disabled:禁用

PSE Utilization-threshold

PSE功率告警閾值

 

1.1.7  display poe-profile

【命令】

display poe-profile [ index index | name profile-name ] [ | { begin | exclude | include } regular-expression ]

【視圖】

任意視圖

【缺省級別】

1:監控級

【參數】

index index:PoE配置文件的索引,取值範圍為1~100。

name profile-name:PoE配置文件的名稱,為1~15個字符的字符串。

|:使用正則表達式對顯示信息進行過濾。有關正則表達式的詳細介紹,請參見“基礎配置指導”中的“CLI”。

begin:從包含指定正則表達式的行開始顯示。

exclude:隻顯示不包含指定正則表達式的行。

include:隻顯示包含指定正則表達式的行。

regular-expression:表示正則表達式,為1~256個字符的字符串,區分大小寫。

【描述】

display poe-profile命令用來顯示PoE配置文件的相關信息。

如果不指定參數,將顯示當前已存在的PoE配置文件的配置和應用的所有信息。

【舉例】

# 顯示當前的所有PoE配置文件的相關信息。

<Sysname> display poe-profile

 Poe-profile     Index   ApplyNum  Interface   Configuration

 forIPphone      1        6          Eth1/0/5        poe enable

                                       Eth1/0/6         poe priority critical

                                       Eth1/0/7

                                       Eth1/0/8

                                       Eth1/0/9

                                       Eth1/0/10

 forAP            2        2          Eth1/0/11       poe enable

                                       Eth1/0/12       poe max-power 14000

 ---  2 poe-profile(s) created, 8 port(s) applied  ---

# 顯示索引為1的PoE配置文件的相關信息。

<Sysname> display poe-profile index 1

 Poe-profile     Index   ApplyNum  Interface   Configuration

 forIPphone      1        6          Eth1/0/5        poe enable

                                       Eth1/0/6        poe priority critical

                                       Eth1/0/7

                                       Eth1/0/8

                                       Eth1/0/9

                                       Eth1/0/10

 ---  6 port(s) applied  ---

 

# 顯示PoE配置文件forIPphone的相關信息。

<Sysname> display poe-profile name AA

 Poe-profile     Index   ApplyNum  Interface   Configuration

 forIPphone      1        6          Eth1/0/5        poe enable

                                        Eth1/0/6        poe priority critical

                                        Eth1/0/7

                                        Eth1/0/8

                                        Eth1/0/9

                                        Eth1/0/10

 ---  6 port(s) applied  ---

表1-6 display poe-profile命令顯示信息描述表

字段

描述

Poe-profile

PoE配置文件的名稱

Index

PoE配置文件的索引

ApplyNum

應用到的PoE接口數量

Interface

應用了PoE配置文件的PoE接口名稱簡稱

Configuration

PoE配置文件的配置項

poe-profile(s) created

創建的PoE配置文件數目

port(s) applied

應用PoE配置文件的PoE接口數目

 

1.1.8  display poe-profile interface

【命令】

display poe-profile interface interface-type interface-number [ | { begin | exclude | include } regular-expression ]

【視圖】

任意視圖

【缺省級別】

1:監控級

【參數】

interface-type interfece-number:指定接口類型及接口編號。

|:使用正則表達式對顯示信息進行過濾。有關正則表達式的詳細介紹,請參見“基礎配置指導”中的“CLI”。

begin:從包含指定正則表達式的行開始顯示。

exclude:隻顯示不包含指定正則表達式的行。

include:隻顯示包含指定正則表達式的行。

regular-expression:表示正則表達式,為1~256個字符的字符串,區分大小寫。

【描述】

display poe-profile interface命令用來顯示指定PoE接口當前生效的PoE配置文件配置項和應用的所有信息。

【舉例】

# 顯示PoE接口Ethernet1/0/5的當前PoE配置文件配置和應用的所有信息。

<Sysname> display poe-profile interface ethernet 1/0/5

 Poe-profile     Index   ApplyNum  Interface   Current Configuration

 forIPphone      1        6          Eth1/0/5      poe enable

                                                      poe priority critical

因為PoE配置文件的配置項(Configuration)可能隻有部分應用成功,所以顯示的是該接口當前生效的配置項(Current Configuration),其他字段的描述請參見表1-6

1.1.9  poe enable

【命令】

poe enable

undo poe enable

【視圖】

PoE接口視圖/PoE配置文件視圖

【缺省級別】

2:係統級

【參數】

【描述】

poe enable命令用來使能PoE接口遠程供電功能。undo poe enable命令用來禁用PoE接口遠程供電功能。

缺省情況下,PoE接口遠程供電功能為使能狀態。

注意

·     在PoE配置文件視圖下配置時,如果該PoE配置文件已經應用到PoE接口,需先取消該PoE配置文件在PoE接口的應用。

·     在接口視圖下配置時,若已用PoE配置文件對該PoE接口進行過配置,應先取消PoE配置文件在該PoE接口的應用。

 

【舉例】

# 使能PoE接口遠程供電功能。

<Sysname> system-view

[Sysname] interface ethernet 1/0/5

[Sysname-Ethernet1/0/5] poe enable

# 通過PoE配置文件使能PoE接口遠程供電功能。

<Sysname> system-view

[Sysname] poe-profile abc

[Sysname-poe-profile-abc-1] poe enable

[Sysname-poe-profile-abc-1] quit

[Sysname] interface ethernet 1/0/5

[Sysname-Ethernet1/0/5] apply poe-profile name abc

1.1.10  poe legacy enable

【命令】

poe legacy enable

undo poe legacy enable

【視圖】

係統視圖

【缺省級別】

2:係統級

【參數】

【描述】

poe legacy enable命令用來使能PSE的檢測非標準PD功能。undo poe legacy enable命令用來禁用PSE的檢測非標準PD功能。

缺省情況下,PSE檢測非標準PD功能是禁止狀態。

【舉例】

# 使能PSE的檢測非標準PD功能。

<Sysname> system-view

[Sysname] poe legacy enable

1.1.11  poe max-power

【命令】

poe max-power max-power

undo poe max-power

【視圖】

PoE接口視圖/PoE配置文件視圖

【缺省級別】

2:係統級

【參數】

max-power:為PoE接口分配的最大供電功率,單位為毫瓦。取值範圍為1000~30000。

【描述】

poe max-power命令用來配置PoE接口的最大功率。undo poe max-power命令用來恢複缺省情況。

缺省情況下,PoE接口的最大功率為30000毫瓦。

【舉例】

# 配置PoE接口的最大功率為12000毫瓦。

<Sysname> system-view

[Sysname] interface ethernet 1/0/5

[Sysname-Ethernet1/0/5] poe max-power 12000

# 通過PoE配置文件配置PoE接口的最大供電功率為12000毫瓦。

<Sysname> system-view

[Sysname] poe-profile abc

[Sysname-poe-profile-abc-1] poe max-power 12000

[Sysname-poe-profile-abc-1] quit

[Sysname] interface ethernet 1/0/5

[Sysname-Ethernet1/0/5] apply poe-profile name abc

1.1.12  poe pd-description

【命令】

poe pd-description text

undo poe pd-description

【視圖】

PoE接口視圖

【缺省級別】

2:係統級

【參數】

text:PoE接口連接PD的描述信息,為1~80個字符的字符串。

【描述】

poe pd-description命令用來配置PoE接口連接PD的描述信息。undo poe pd-description命令用來恢複缺省情況。

缺省情況下,PoE接口連接PD的描述信息為空,即沒有描述信息。

【舉例】

# 配置PoE接口連接PD的描述信息為連接101室的IP電話。

<Sysname> system-view

[Sysname] interface ethernet 1/0/5

[Sysname-Ethernet1/0/5] poe pd-description IP Phone For Room 101

1.1.13  poe priority

【命令】

poe priority { critical | high | low }

undo poe priority

【視圖】

PoE接口視圖/PoE配置文件視圖

【缺省級別】

2:係統級

【參數】

critical:配置PoE接口供電優先級為最高,即將該PoE接口置為供電保證模式,插入該接口的PD可以最高優先級得到供電。

high:配置PoE接口供電優先級為高。

low配置PoE接口供電優先級為低。

【描述】

poe priority命令用來配置PoE接口供電優先級。undo poe priority命令用來恢複缺省情況。

缺省情況下,PoE接口供電優先級為low

需要注意的是:

·     當設備對外供電功率不足情況下,優先對供電優先級高的PoE接口進行供電。

·     在PoE配置文件視圖下配置時,如果該PoE配置文件已經應用到PoE接口,需先取消該PoE配置文件在PoE接口的應用。

·     在PoE接口視圖下配置時,若已用PoE配置文件對該PoE接口進行過配置應先取消PoE配置文件在該PoE接口的應用。

·     如果配置了相同的優先級,接口編號小的PoE接口的優先級高。

【舉例】

# 配置PoE接口供電優先級為Critical。

<Sysname> system-view

[Sysname] interface ethernet 1/0/5

[Sysname-Ethernet1/0/5] poe priority critical

# 通過PoE配置文件配置PoE接口供電優先級為Critical。

<Sysname> system-view

[Sysname] poe-profile abc

[Sysname-poe-profile-abc-1] poe priority critical

[Sysname-poe-profile-abc-1] quit

[Sysname] interface ethernet 1/0/5

[Sysname-Ethernet1/0/5] apply poe-profile name abc

1.1.14  poe update

【命令】

poe update { full | refresh } filename

【視圖】

係統視圖

【缺省級別】

2:係統級

【參數】

fullPSE處理軟件不可用時使用full升級模式。

refreshPSE處理軟件可用時使用refresh升級模式。

filename:升級文件的名稱,取值範圍為164個字符。該文件必須在設備文件係統的根目錄下。

【描述】

poe update命令用來在線升級PSE處理軟件。

注意

·     full模式的升級方式是在用refresh模式升級出現異常的情況下使用的,其他情況下,請勿用full模式進行升級。

·     PSE固件處理軟件損壞的情況下(表現為所有的PoE命令執行不成功)可以用full模式進行升級,使固件恢複。

·     設備啟動時,如果係統檢測到PSE軟件異常或者PSE軟件運行正常,升級包中的PSE軟件版本與運行的PSE軟件版本不一致,則係統都會自動執行PSE軟件升級。

 

【舉例】

# 在線升級PSE處理軟件。

<Sysname> system-view

[Sysname] poe update refresh 0400_001.S19

1.1.15  poe utilization-threshold

【命令】

poe utilization-threshold utilization-threshold-value

undo poe utilization-threshold

【視圖】

係統視圖

【缺省級別】

2:係統級

【參數】

utilization-threshold-value:功率告警閾值,取值範圍為1~99,單位為百分比。

【描述】

poe utilization-threshold命令用來配置PSE的功率告警閾值。undo poe utilization-threshold命令用來恢複PSE的功率告警閾值為缺省值。

缺省情況下,PSE的功率告警閾值為80%。

需要注意的是,功率使用百分比超過告警閾值時,係統將發送Trap告警信息一次。若功率使用百分比一直在告警閾值之上,係統不再告警;而是當功率使用百分比降低到告警閾值之下時,係統產生一個Trap告警信息。

【舉例】

# 配置PSE的功率告警閾值為90%。

<Sysname> system-view

[Sysname] poe utilization-threshold 90

1.1.16  poe-profile

【命令】

poe-profile profile-name [ index ]

undo poe-profile { index index | name profile-name }

【視圖】

係統視圖

【缺省級別】

2:係統級

【參數】

profile-name:PoE配置文件的名稱,為1~15個字符的字符串,以英文字母[a-z,A-Z]開始,並且不能為保留關鍵字undoallnameinterfaceuserpoedisablemax-powermodepriorityenable等。

index:PoE配置文件的索引,取值範圍為1~100。

【描述】

poe-profile命令用來創建PoE配置文件,並進入PoE配置文件視圖。undo poe-profile命令用來刪除指定的PoE配置文件。

如果不指定索引值,係統會為此PoE配置文件都自動分配索引,從1開始。

需要注意的是,如果PoE配置文件已經應用,不允許刪除該PoE配置文件。必須先執行undo apply poe-profile,取消PoE配置文件在指定PoE接口的應用後,才能刪除該PoE配置文件。

【舉例】

# 用指定索引方式創建的PoE配置文件abc,索引號為3。

<Sysname> system-view

[Sysname] poe-profile abc 3

 

不同款型規格的資料略有差異, 詳細信息請向具體銷售和400谘詢。H3C保留在沒有任何通知或提示的情況下對資料內容進行修改的權利!

BOB登陆
官網
聯係我們