Owners manual
DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
447
Switch# configure terminal
Switch(config)# interface eth3/0/1
Switch(config-if)# poe power-inline auto max 7000
Switch(config-if)#
This example shows how to disable powered device detection and not to power a PoE port, eth3/0/1.
Switch# configure terminal
Switch(config)# interface eth3/0/1
Switch(config-if)# poe power-inline never
Switch(config-if)#
This example shows how to combine a time-range profile called âday-timeâ with the PoE port, eth3/0/1.
Switch# configure terminal
Switch(config)# interface eth3/0/1
Switch(config-if)# poe power-inline auto time-range day-time
Switch(config-if)#
50-6 poe usage-threshold
This command is used to configure the utilization threshold to record a log. Use the no form of this
command to restore to the default setting.
poe unit UNIT-ID usage-threshold PERCENTAGE
no poe unit UNIT-ID usage-threshold
Parameters
UNIT-ID
Specifies the stacking unitâs ID to be configured. This parameter is only
available, if stacking is enabled.
PERCENTAGE
Specifies the usage threshold to generate a log. The valid range is
from 1 to 99. The unit is percentage.
Default
By default, this value is 99.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
When the usage threshold is configured, if the utilization of the PSE exceeds the configured threshold,
then the EXCEED log will be recorded. Once the percentage decreases and become lower than the
threshold, then the RECOVER log is recorded.
Example
This example shows how to configure the usage threshold to 50%.