- Table of Contents
- Related Documents
-
Title | Size | Download |
---|---|---|
05-EPON PoE commands | 77.26 KB |
EPON PoE commands
display uni poe
Use display uni poe to display PoE information of a UNI.
Syntax
display uni uni-number poe
Views
ONU interface view
RONU interface view
Predefined user roles
network-admin
Parameters
uni-number: Specifies a UNI by its number in the range of 1 to the number of UNIs on the ONU. The maximum number of UNIs supported on an ONU is 79.
Examples
# Display PoE information of UNI 1.
<Sysname> system-view
[Sysname] interface onu 1/0/1:1
[Sysname-Onu1/0/1:1] display uni 1 poe
Capability : Capable
PoE : Enabled
Legacy PD detection : Disabled
Mode : Signal
Priority : High
Max power class : Default
Max power value(mW) : -
Powered device class : Class4
Power supply status : Delivering power
Signal error count : 0
Power denied count : 0
Power overload count : -
Current overload count : 0
Powered device undetected count : -
Max power(mW) : 30000
Current output power(mW) : 26624
Average output power(mW) : -
Peak output power(mW) : -
Table 1 Command output
Field |
Description |
Capability |
PoE capability of the UNI: · Capable. · Incapable. |
PoE |
PoE status of the UNI: · Disabled. · Enabled. |
Legacy PD detection |
Nonstandard PD detection status of the UNI: · Disabled. · Enabled. |
Mode |
Power transmission mode of the UNI: · Signal—Power is being supplied over signal cables. · Spare—Power is being supplied over spare cables. |
Priority |
Power supply priority of the UNI: · Critical (highest). · High. · Low. |
Max power class |
Maximum power class of the UNI. Options are Class 0 through 4 and Default. When this field displays Default, the maximum power of the UNI depends on the maximum power class of the PD attached to the UNI. |
Max power value(mW) |
Maximum power that can be supplied by the UNI, in microwatts. The maximum power value and maximum power class cannot be both configured for a UNI. When one parameter is configured for the UNI, the other parameter displays a hyphen (-) in the command output. |
Powered device class |
Power class needed by the PD attached to the UNI. Options are Class 0 through 4 and Undefined. |
Power supply status |
Power supply status of the UNI: · No need to supply power. · Searching. · Delivering power. · Forced power. · Forced power failed. · Power failed. |
Signal error count |
Number of PoE signal errors. |
Power denied count |
Times for which the UNI denies supplying power to the PDs. |
Power overload count |
Number of power overload events. |
Current overload count |
Number of current overload events. |
Powered device undetected count |
Times for which PDs are absent. |
Max power(mW) |
Maximum power that takes effect on the UNI, in microwatts. |
Current output power(mW) |
Current supplied power, in microwatts. |
Average output power(mW) |
Average supplied power, in microwatts. |
Peak output power(mW) |
Peak supplied power, in microwatts. |
onu poe enable
Use onu poe enable to enable PoE for all UNIs of an ONU.
Use undo onu poe enable to disable PoE for all UNIs of an ONU.
Syntax
onu poe enable
undo onu poe enable
Default
PoE is enabled for UNIs of an ONU.
Views
ONU interface view
RONU interface view
Predefined user roles
network-admin
Usage guidelines
On an ONU interface or RONU interface, the onu poe enable and uni poe enable commands are mutually exclusive.
Examples
# Enable PoE for all UNIs of the ONU bound to ONU 1/0/1:1.
<Sysname> system-view
[Sysname] interface onu 1/0/1:1
[Sysname-Onu1/0/1:1] onu poe enable
Related commands
uni poe enable
onu poe legacy enable
Use onu poe legacy enable to enable nonstandard PD detection for all UNIs of an ONU.
Use undo onu legacy enable to disable nonstandard PD detection for all UNIs of an ONU.
Syntax
onu poe legacy enable
undo onu poe legacy enable
Default
Nonstandard PD detection is disabled for UNIs.
Views
ONU interface view
RONU interface view
Predefined user roles
network-admin
Usage guidelines
PDs include standard PDs (which comply with IEEE 802.3af and IEEE 802.3at) and nonstandard PDs. By default, a PSE supplies power to only standard PDs. For a PSE to supply power to nonstandard PDs, enable nonstandard PD detection.
Nonstandard PDs do not support autonegotiating the maximum power with an ONU. Make sure the maximum power configured for a nonstandard PD does not exceed the maximum power supported by the PD.
On an ONU interface or RONU interface, the onu poe legacy enable and uni poe legacy enable commands are mutually exclusive.
Examples
# Enable nonstandard PD detection for all UNIs of the ONU attached to ONU 1/0/1:1.
<Sysname> system-view
[Sysname] interface onu 1/0/1:1
[Sysname-Onu1/0/1:1] onu poe legacy enable
Related commands
uni poe legacy enable
uni poe max-power
onu poe max-power
Use onu poe max-power to configure the maximum power for each UNI of an ONU.
Use undo onu poe max-power to restore the default.
Syntax
onu poe max-power { class { class0 | class1 | class2 | class3 | class4 | default } | value max-power-value }
undo onu poe max-power
Default
The maximum power of a UNI depends on the maximum power class of the PD attached to the UNI.
Views
ONU interface view
RONU interface view
Predefined user roles
network-admin
Parameters
class0: Specifies the maximum power of the UNI as class 0.
class1: Specifies the maximum power of the UNI as class 1.
class2: Specifies the maximum power of the UNI as class 2.
class3: Specifies the maximum power of the UNI as class 3.
class4: Specifies the maximum power of the UNI as class 4.
default: Specifies the maximum power of the UNI as the maximum power class of the PD attached to the UNI.
max-power-value: Specifies the maximum power of the UNI, in the range of 1000 to 655350 microwatts.
Usage guidelines
Classes 1 through 4 are in ascending order of supplied power. Class 0 indicates the highest power class.
When the maximum power that the ONU and PD autonegotiate is smaller than the maximum power configured by using this command, the autonegotiated one takes effect.
When the maximum power that the ONU and PD autonegotiate is greater than the maximum power configured by using this command, the ONU denies supplying power to the PD.
On an ONU interface or RONU interface, the onu poe max-power and uni poe max-power commands are mutually exclusive.
Examples
# Specify the maximum power as class 2 for each UNI on the ONU attached to ONU 1/0/1:1.
<Sysname> system-view
[Sysname] interface onu 1/0/1:1
[Sysname-Onu1/0/1:1] onu poe max-power class class2
Related commands
uni poe max-power
onu poe mode
Use onu poe mode to configure a PoE power transmission mode for all UNIs of an ONU.
Use undo onu poe mode to restore the default.
Syntax
onu poe mode { signal | spare }
undo onu poe mode
Default
The PoE power transmission mode is signal (power over signal cables).
Views
ONU interface view
RONU interface view
Predefined user roles
network-admin
Parameters
signal: Specifies the PoE power transmission mode as power over signal cables. The system uses pairs 1, 2, 3, and 6 in the Category 3 or Category 5 twisted pair cable to supply DC power.
spare: Specifies the PoE power transmission mode as power over spare cables. The system uses pairs 4, 5, 7, and 8 in the Category 3 or Category 5 twisted pair cable to supply DC power.
Usage guidelines
On an ONU interface or RONU interface, the onu poe mode and uni poe mode commands are mutually exclusive.
Examples
# Set the PoE power transmission mode to power over spare cables for all UNIs of the ONU attached to ONU 1/0/1:1.
<Sysname> system-view
[Sysname] interface onu 1/0/1:1
[Sysname-Onu1/0/1:1] onu poe mode spare
Related commands
uni poe mode
uni poe enable
Use uni poe enable to enable PoE for a single UNI.
Use undo uni poe enable to disable PoE for a single UNI.
Syntax
uni uni-number poe enable
undo uni uni-number poe enable
Default
PoE is disabled for a single UNI. The default of the onu poe enable command takes effect preferentially, and PoE is enabled for all UNIs of an ONU.
Views
ONU interface view
RONU interface view
Predefined user roles
network-admin
Parameters
uni-number: Specifies a UNI by its number in the range of 1 to the number of UNIs on the ONU. The maximum number of UNIs supported on an ONU is 79.
Usage guidelines
On an ONU interface or RONU interface, the onu poe enable and uni poe enable commands are mutually exclusive.
Examples
# Enable PoE for UNI 1.
<Sysname> system-view
[Sysname] interface onu 1/0/1:1
[Sysname-Onu1/0/1:1] uni 1 poe enable
Related commands
onu poe enable
uni poe legacy enable
Use uni poe legacy enable to enable nonstandard PD detection for a UNI.
Use undo uni legacy enable to disable nonstandard PD detection for a UNI.
Syntax
uni uni-number poe legacy enable
undo uni uni-number poe legacy enable
Default
Nonstandard PD detection is disabled for a UNI.
Views
ONU interface view
RONU interface view
Predefined user roles
network-admin
Parameters
uni-number: Specifies a UNI by its number in the range of 1 to the number of UNIs on the ONU. The maximum number of UNIs supported on an ONU is 79.
Usage guidelines
PDs include standard PDs (which comply with IEEE 802.3af and IEEE 802.3at) and nonstandard PDs. By default, a PSE supplies power to only standard PDs. For a PSE to supply power to nonstandard PDs, enable nonstandard PD detection.
Nonstandard PDs do not support autonegotiating the maximum power with an ONU. Make sure the maximum power configured for a nonstandard PD does not exceed the maximum power supported by the PD.
On an ONU interface or RONU interface, the onu poe legacy enable and uni poe legacy enable commands are mutually exclusive.
Examples
# Enable nonstandard PD detection for UNI 1.
<Sysname> system-view
[Sysname] interface onu 1/0/1:1
[Sysname-Onu1/0/1:1] uni 1 poe legacy enable
Related commands
onu poe legacy enable
uni poe max-power
uni poe max-power
Use uni poe max-power to configure the maximum power of a UNI.
Use undo uni poe max-power to restore the default.
Syntax
uni uni-number poe max-power { class { default | class0 | class1 | class2 | class3 | class4 } | value max-power-value }
undo uni uni-number poe max-power
Default
The maximum power of a UNI depends on the maximum power class of the PD attached to the UNI.
Views
ONU interface view
RONU interface view
Predefined user roles
network-admin
Parameters
uni-number: Specifies a UNI by its number in the range of 1 to the number of UNIs on the ONU. The maximum number of UNIs supported on an ONU is 79.
class0: Specifies the maximum power of the UNI as class 0.
class1: Specifies the maximum power of the UNI as class 1.
class2: Specifies the maximum power of the UNI as class 2.
class3: Specifies the maximum power of the UNI as class 3.
class4: Specifies the maximum power of the UNI as class 4.
default: Specifies the maximum power of the UNI as the maximum power class of the PD attached to the UNI.
max-power-value: Specifies the maximum power of the UNI, in the range of 1000 to 655350 microwatts.
Usage guidelines
Classes 1 through 4 are in ascending order of supplied power. Class 0 indicates the highest power class.
When the maximum power that the ONU and PD autonegotiate is smaller than the maximum power configured by using this command, the autonegotiated one takes effect.
When the maximum power that the ONU and PD autonegotiate is greater than the maximum power configured by using this command, the ONU denies supplying power to the PD.
On an ONU interface or RONU interface, the onu poe max-power and uni poe max-power commands are mutually exclusive.
Examples
# Set the maximum power of UNI 1 to class 2.
<Sysname> system-view
[Sysname] interface onu 1/0/1:1
[Sysname-Onu1/0/1:1] uni 1 poe max-power class class2
Related commands
onu poe max-power
uni poe mode
Use uni poe mode to configure a PoE power transmission mode for a UNI.
Use undo uni poe mode to restore the default.
Syntax
uni uni-number poe mode { signal | spare }
undo uni uni-number poe mode
Default
The PoE power transmission mode of a UNI is signal (power over signal cables).
Views
ONU interface view
RONU interface view
Predefined user roles
network-admin
Parameters
uni-number: Specifies a UNI by its number in the range of 1 to the number of UNIs on the ONU. The maximum number of UNIs supported on an ONU is 79.
signal: Specifies the PoE power transmission mode as power over signal cables. The system uses pairs 1, 2, 3, and 6 in the Category 3 or Category 5 twisted pair cable to supply DC power.
spare: Specifies the PoE power transmission mode as power over spare cables. The system uses pairs 4, 5, 7, and 8 in the Category 3 or Category 5 twisted pair cable to supply DC power.
Usage guidelines
On an ONU interface or RONU interface, the onu poe mode and uni poe mode commands are mutually exclusive.
Examples
# # Set the PoE power transmission mode to power over spare cables for UNI 1.
<Sysname> system-view
[Sysname] interface onu 1/0/1:1
[Sysname-Onu1/0/1:1] uni 1 poe mode spare
Related commands
onu poe mode
uni poe priority
Use uni poe priority to configure the power supply priority for a UNI.
Use undo uni poe priority to restore the default.
Syntax
uni uni-number poe priority { critical | high | low }
undo uni uni-number poe priority
Default
The power supply priority of a UNI is high.
Views
ONU interface view
RONU interface view
Predefined user roles
network-admin
Parameters
uni-number: Specifies a UNI by its number in the range of 1 to the number of UNIs on the ONU. The maximum number of UNIs supported on an ONU is 79.
critical: Sets the power supply priority to critical. The UNI with critical power priority operates in guaranteed mode. Power is first supplied to the PD connected to the critical UNI.
high: Sets the power supply priority to high.
low: Sets the power supply priority to low.
Usage guidelines
When the sum of power supplied to PDs attached to UNIs of an ONU exceeds the maximum power of the ONU, the ONU might disable PoE for some UNIs and operate as follows:
· Power is first supplied to UNIs with higher priority.
· For UNIs with same power supply priority, the UNI with the smallest number is allocated with power first.
Examples
# Set the power supply priority to low for UNI 1.
<Sysname> system-view
[Sysname] interface onu 1/0/1:1
[Sysname-Onu1/0/1:1] uni 1 poe priority low
Related commands
onu poe priority