The display drop-profile command displays the WRED drop profile configuration.
Only the S5720-EI, S5720-HI, S5730-HI, S5731-H, S5731-S, S5731S-H, S5731S-S, S5732-H, S6720-EI, S6720-HI, S6720S-EI, S6730-H, S6730S-H, S6730-S, and S6730S-S support this command.
Parameter |
Description |
Value |
---|---|---|
all |
Displays detailed information about all WRED drop profiles. |
- |
name drop-profile-name |
Displays detailed information about a WRED drop profile with the specified name. |
The value must be the name of an existing WRED drop profile. |
Usage Scenario
You can use the display drop-profile command to view the number of configured WRED drop profiles and all configuration of a specified WRED drop profile.
Precautions
If the all and name drop-profile-name parameters are not specified, brief information about all WRED drop profiles is displayed.
# Display brief information about all WRED drop profiles on the switch.
<HUAWEI> display drop-profile
index drop-profile name
-----------------------------------------------------------------
0 default
1 dp1
-----------------------------------------------------------------
Total 64 Used 2
# Display detailed information about the WRED drop profile named dp1.
<HUAWEI> display drop-profile name dp1 Drop-profile[1]: dp1 Queue depth : default Color Low-limit High-limit Discard-percentage - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Green 60 90 20 Yellow 100 100 100 Red 100 100 100 Non-tcp 100 100 100 -----------------------------------------------------------------
# Display detailed information about all WRED drop profiles on the switch.
<HUAWEI> display drop-profile all Drop-profile[0]: default Queue depth : default Color Low-limit High-limit Discard-percentage - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Green 100 100 100 Yellow 100 100 100 Red 100 100 100 Non-tcp 100 100 100 ----------------------------------------------------------------- Drop-profile[1]: dp1 Queue depth : default Color Low-limit High-limit Discard-percentage - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Green 60 90 20 Yellow 100 100 100 Red 100 100 100 Non-tcp 100 100 100 -----------------------------------------------------------------
Item |
Description |
---|---|
index |
WRED drop profile index. |
drop-profile name |
WRED drop profile name. To configure a WRED drop profile, run the drop-profile command. |
Queue depth |
Length of a queue. To configure the length of a queue, run the queue-depth (WRED drop profile view) command. NOTE:
Only the S5720-HI, S5730-HI, S5731-H, S5731-S, S5731S-H, S5731S-S, S5732-H, S6720-HI, S6730-H, S6730S-H, S6730-S, and S6730S-S support this field. |
Total |
Total number of WRED drop profiles that can be configured on the switch. |
Used |
Number of configured WRED drop profiles. |
Drop-profile[1] |
WRED drop profile name in which 1 indicates the drop profile index. |
Color |
Color of packets:
|
Low-limit |
Lower drop threshold, in percentage. To set the lower drop threshold, run the color command. |
High-limit |
Upper drop threshold, in percentage. To set the upper drop threshold, run the color command. |
Discard-percentage |
Maximum drop probability, in percentage. To set the maximum drop probability, run the color command. |