Hello,
I was hoping someone could help clear up a little confusion. I have a 3750X-48P-S with the C3KX-NM-10G= network module (allows dual 10Gbit Fibre) and I was looking to port channel the two ports to give a 20Gbit trunk between two rooms I have. We'd been advised to use active mode for the channel-group and we want to trust all DSCP markings however this is where I am a little unsure.
http://www.cisco.com/en/US/docs/ios/12_2sb/feature/guide/gigeth.html#wp1073364 states that "QoS is supported on individual bundled ports and not on Gigabit Ethernet port channel"
Does that mean that it wont trust the DSCP marking and shape it over the link or that I can only use "on" mode?
interface Port-channel10
description 20Gbit to Trunk to Room 2
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface TenGigabitEthernet1/1/1
description 10Gbit Trunk Ports
switchport trunk encapsulation dot1q
switchport mode trunk
mls qos trust dscp
channel-group 10 mode active
!
interface TenGigabitEthernet1/1/2
description 10Gbit Trunk Ports
switchport trunk encapsulation dot1q
switchport mode trunk
mls qos trust dscp
channel-group 10 mode active
Any help/advise much appreciated!
Thanks