Symptom
- Configuring qos softmax buffer multiplier has no effect while Catalyst switch in Openflow mode
Openflow_Switch#show platform hardware fed switch active qos queue config interface g1/0/1
Asic:0 Core:1 DATA Port:0 GPN:1 LinkSpeed:0x1
AFD:Disabled FlatAFD:Disabled QoSMap:0 HW Queues: 0 - 7
DrainFast:Disabled PortSoftStart:2 - 1800
DTS Hardmax Softmax PortSMin GlblSMin PortStEnd QEnable
----- -------- -------- -------- -------- --------- -------
0 1 2 200 3 800 19 475 0 0 3 2400 En
1 1 0 0 4 1200 19 712 8 300 3 2400 En
Openflow_Switch(config)#do sh run | sec qos
Openflow_Switch(config)#
Openflow_Switch(config)#qos queue-softmax-multiplier 1200
Openflow_Switch(config)#end
Openflow_Switch#show platform hardware fed switch active qos queue config interface g1/0/1
Asic:0 Core:1 DATA Port:0 GPN:1 LinkSpeed:0x1
AFD:Disabled FlatAFD:Disabled QoSMap:0 HW Queues: 0 - 7
DrainFast:Disabled PortSoftStart:2 - 1800
DTS Hardmax Softmax PortSMin GlblSMin PortStEnd QEnable
----- -------- -------- -------- -------- --------- -------
0 1 2 200 3 800 19 475 0 0 3 2400 En
1 1 0 0 4 1200 19 712 8 300 3 2400 En
Conditions
- Catalyst switch running in openflow mode
Further Problem Description
This is enhancement bug to add support for modifying QoS softmax buffer multiplier while switch is in Openflow mode.