Celestica Documentation Portal

Find your product documents here

show qos wred interface

Displays the WRED configuration applied to a specific interface queue.

Syntaxshow qos wred interface Ethernet {all | <if-id> [queue <qindex-id>]}
Command modeEXEC
Parameters
  • if-id – Ethernet interface identifier.

  • qindex-id – Individual queue index. Valid value: 0 – 7.

Usage
  • If all is selected, displays the WRED configuration applied to all interface queues.

  • If qindex-id is not given, displays the WRED configuration applied to all queues of an interface.

Supported Releases1.0.0 or later
Click command None
Example
sonic# show qos wred interface Ethernet all

Ethernet1
 queue:   1
     wred_profile:  test1
 queue:   3
     wred_profile:  12
 queue:   5
     wred_profile:  12

Ethernet46
 queue:   2
     wred_profile:  test1
 queue:   4
     wred_profile:  test1
sonic#
sonic# show qos wred interface Ethernet 1

Ethernet1
 queue:   1
     wred_profile:  test1
 queue:   3
     wred_profile:  12
 queue:   5
     wred_profile:  12
sonic#
sonic# show qos wred interface Ethernet 1 queue 1

Ethernet1
 queue:   1
     wred_profile:  test1
sonic#
sonic# show qos wred interface Ethernet 1 queue 5

Ethernet1
 queue:   5
     wred_profile:  12
sonic#