/
show wred

show wred

Weighted Random Early Detection (WRED) is a queuing discipline for a network scheduler. Use the show wred command to check the WRED status and to get the number of packets dropped by each protocol. To enable or disable WRED see set wred

Syntax

show wred [ status | stats ]

ArgumentDescription
statusChecks whether the status of WRED is on or off
statsDisplays the number of packets dropped by each protocol for all interfaces.

Example

Infoblox > show wred-status

For port 0: eth0

rx wred filter is enabled: rxd_thres1=256, rxd_thres2=384, rxd_thres3=427, rxd_count=512

Infoblox > show wred-stats

For port 0: eth0

Packets dropped of different category :

Drop count for ICMP:             = 0

TCP connections dropped:         = 0

UDP packets dropped:             = 0

Other packets dropped:           = 0

Total packets dropped:           = 0

Total Packets received:          = 18247962

Related content