Marking video conference packets accross a wan

I have setup the class and policy maps on a 6500 to catch any af41 and give that priority. My problem is we use all 3550 switches and they are access layer. We do no routing on them. If i have polycom video conference equipment setup on a switchport set to an access port how do mark the packets with af41 since the port is only layer 2. The polycom equipment can be set to mark the packets but will these packets make it through a layer 2 switch port and get to the router as marked. I would like to know how to configure the switchport that is attached to the polycom device
Comments
I've done this on a 3560 running the IP base image which I think is essentially the same as the basic SMI image on the 3550 (could be wrong though).
at the 6500 match any packets with cos of 5 and remark them as AF41 on output....
If you don't remark them as AF41 they will be considered as CS5 = IP Precedence 5 on all future devices as long as they are set to trust the QoS marking on incoming packets.
If the switch is acting as a Layer 2 device, it has no idea of DSCP as that is considered L3 marking via the ToS byte in the IP header.
However the 3550 might support a QoS SDM template which allows it to act as a layer 2 switch but still be smart\aware regarding QoS markings above layer 2. I will look into that tonight.....
CCNA | CCNA:Security | CCNP | CCIP
JNCIA:JUNOS | JNCIA:EX | JNCIS:ENT | JNCIS:SEC
JNCIS:SP | JNCIP:SP
c3550_1(config-if)#mls qos trust ?
cos Classify by packet COS
device trusted device class
dscp Classify by packet DSCP
ip-precedence Classify by packet IP precedence
<cr>
If the 3550 is default then QoS is off and it will not touch the packets. If you have enabled QoS you should set it to trust DSCP as pitviper said. You must ensure all switches in the transit path are configured to trust the markings or they will be remarked (again based on if QoS is enabled)
I've been reading through this ;-
How to Configure Video over IP for Polycom Video Units [Gateway Protocols] - Cisco Systems
and this :-
Implementing QoS Solutions for H.323 Video Conferencing over IP - Cisco Systems
and this for teh switches :
Cisco Catalyst 3750 QoS Configuration Examples [Cisco Catalyst 3750 Series Switches] - Cisco Systems
and Im happy to roll out this soloution,
but what I'd like to know is, would it be possible to use autoqos on the 3750's as at some point I need to roll out a IPT soloution ?