cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1167
Views
0
Helpful
1
Replies

3750 LACP qos

josephschung
Level 1
Level 1

When we use" auto qos voip trust" on an interface, the following interface commands are generated.

srr-queue bandwidth share 10 10 60 20

srr-queue bandwidth shape  10  0  0  0

queue-set 2

priority-queue out

mls qos trust dscp

I have LACP channel between two 3750 stacks for two 100M site to site links. I heard that auto-qos cannot be appliced to channel so I put those auto-generated command on the physical ports of the LACP channel as shown below.

interface Port-channel1

description 200M MetroE

switchport trunk encapsulation dot1q

switchport trunk native vlan 230

switchport mode trunk

no shutdown

!

interface GigabitEthernet1/0/24

description 100M MetroE

switchport trunk encapsulation dot1q

switchport trunk native vlan 230

switchport mode trunk

speed 100

duplex full

srr-queue bandwidth share 10 10 60 20

srr-queue bandwidth shape 10 0 0 0

queue-set 2

priority-queue out

mls qos trust dscp

channel-group 1 mode active

no shutdown

!

interface GigabitEthernet2/0/24

description 100M MetroE

switchport trunk encapsulation dot1q

switchport trunk native vlan 230

switchport mode trunk

speed 100

duplex full

srr-queue bandwidth share 10 10 60 20

srr-queue bandwidth shape 10 0 0 0

queue-set 2

priority-queue out

mls qos trust dscp

channel-group 1 mode active

no shutdown

Do you think that will work? Or should I just use auto-qos (auto qos voip trust) on the physical ports?  I do not have switch to test at the movement. Thanks.

1 Reply 1

Adrian Lazar
Level 1
Level 1

Hi,

Besides the interface commands that you mentioned "auto qos voip trust" command also configures several things in the global configurations like queue buffers and dscp and cos queue mappings. You surely need those too in order for the QoS solution to work so you should configure the "auto qos voip trust" command on the two physical ports.

Another solution is to configure QoS manually which has the advantage of being able to fine tune the configuration to exactly match you network needs but this requires a through understanding of 3750 QoS technology (3750 Configuration Guide will help you with that).

Regards,

Adrian

Review Cisco Networking products for a $25 gift card