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.