cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
981
Views
0
Helpful
2
Replies

How to configure tx-queue on Cat9300

Hi all,

I am currently converting QoS config from a Cat4500 to a Cat9300. How do I set the tx-queue specific configuration on the 9300?

 

On the 4500 under an interface I can configure it like so:

!

interface GigabitEthernet1/1

 switchport mode trunk
 qos trust cos
 auto qos voip trust

 tx-queue 3

   bandwidth percent 10

   priority high

   shape percent 10

end

 

 

2 Replies 2

Hello,

 

I don't think there is a one-to-one translation for the tx-queue command. The closest you get is probably the 'queue-buffers ratio 10' command under the policy map and class.


@Georg Pauwen wrote:

Hello,

 

I don't think there is a one-to-one translation for the tx-queue command. The closest you get is probably the 'queue-buffers ratio 10' command under the policy map and class.


Hi Georg,

 

Thank you for your reply. I will try and amend the policy map to replicate the config.