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

Converting IOS QOS to NXOS

macgyver0099_1
Level 1
Level 1

Hi,

 

I have a Cisco Nexus C93108TC-EX with System version: 7.0(3)I4(3).  I need to convert the following IOS QOS interface configs from a Cisco WS-C3560G-48TS to this Nexus version.  Can anyone help?

 

 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape  10  0  0  0
 queue-set 2
 mls qos trust dscp
 auto qos voip trust

 

2 Replies 2

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

Not sure about the exact commands but here is a link to shaping and queuing.

1.    configure terminal 

2.    policy-map type queuing policy-name 

3.    class type queuing class-name 

4.    priority 

5.    no priority 

6.    shape {kbps | mbps | gbpsburst size min minimum bandwidth 

7.    bandwidth percent percentage 

8.    no bandwidth percent percentage 

9.    priority level level 

10.    queue-limit queue size [dynamic dynamic threshold] 

Link:

https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/7-x/qos/configuration/guide/b_Cisco_Nexus_9000_Series_NX-OS_Quality_of_Service_Configuration_Guide_7x/b_Cisco_Nexus_9000_Series_NX-OS_Quality_of_Service_Configuration_Guide_7x_cha...

HT

Thank you.  Is there a way to just apply the commands to one interface only?