The display flow-wred configuration command displays information about flow queue WRED objects. The information includes the upper threshold, lower threshold (both of which are in percentage), and drop percentage of different colors of packets and whether the WRED objects are used.
Usage Scenario
You can run the display flow-wred configuration command in the following three manners:
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display flow-wred configuration verbose
Flow wred name : test
---------------------------------------------------
Color Low-limit High-limit Discard-percent
---------------------------------------------------
green 100 100 100
yellow 100 100 100
red 100 100 100
Queue Depth(kbytes) : 1000
Reference relationships : NULL
Flow wred name : fw
---------------------------------------------------
Color Low-limit High-limit Discard-percent
---------------------------------------------------
green 30 30 100
yellow 100 100 100
red 100 100 100
Queue Depth(kbytes) : 1
Reference relationships : NULL
Flow wred name : zb
---------------------------------------------------
Color Low-limit High-limit Discard-percent
---------------------------------------------------
green 100 100 100
yellow 100 100 100
red 100 100 100
Queue Depth(kbytes) : 1000
Reference relationships : NULL
Total number : 3
<HUAWEI> display flow-wred configuration
[flow-wred brief information]
total number : 2
flow-wred-name is-used
test1 no
test2 no
<HUAWEI> display flow-wred configuration verbose test1
Flow wred name : test1
---------------------------------------------------
Color Low-limit High-limit Discard-percent
---------------------------------------------------
green 100 100 100
yellow 100 100 100
red 100 100 100
Queue Depth : 1000
Reference relationships : NULL
Item | Description |
---|---|
Flow wred name | Indicates the name of the flow queue WRED object. |
Color | Indicates the color (green, yellow or red) of packets. |
Low-limit | Indicates the lower threshold (in percentage). The percentage is the proportion of the actual length of a packet queue to the length of a flow queue. The system begins to drop packets at the percentage specified by discard-percent when the percentage exceeds the lower threshold. |
High-limit | Indicates the upper threshold (in percentage) set for the queue. The percentage is the proportion of the actual length of a packet queue to the length of a class queue. The system drops all the subsequent packets when the percentage exceeds the upper threshold. |
Discard-percent | Indicates the percentage of packets being dropped. The system drops packets according to this percent when the proportion of the actual length of a packet queue to the length of a flow queue is between the lower threshold and the upper threshold. |
Queue Depth(kbytes) | Queue depth(Unit: kbytes). |
Reference relationships | Indicates that the flow queue WRED objects are used by which flow queue templates. |
total number | Indicates the number of created flow queue WRED objects. |
flow-wred-name | Indicates the name of the flow queue WRED object. |
is-used | Indicates that whether the flow queue WRED object is used. The value can be yes or no. |