Have to agree with Minue, it's all in how things get classified.
Jacky, here is the sample I have. It's setup for traffic shaping, but the guts of it should hopefully still apply:
class-map match-any CM-CALL_SIGNALING
match ip dscp cs3
class-map match-any CM-NETWORK_MANAGEMENT
match ip dscp cs2
match access-group name ACL-NETWORK_MANAGEMENT
class-map match-any CM-BULK
match ip dscp af11
match access-group name ACL-BULK
class-map match-any CM-IP_ROUTING
match ip dscp cs6
class-map match-any CM-MISSION_CRITICAL
match ip dscp af31
match access-group name ACL-MISSION_CRITICAL
class-map match-any CM-LOW_TRANSACTIONAL
match ip dscp af23
match access-group name ACL-LOW_TRANSACTIONAL
class-map match-any CM-INTERACTIVE_VIDEO
match ip dscp cs4
class-map match-any CM-TRANSACTIONAL
match ip dscp af21
match access-group name ACL-TRANSACTIONAL
class-map match-any CM-STREAMING_VIDEO
match ip dscp af41
class-map match-any CM-VOICE
match ip dscp ef
class-map match-any CM-SCAVENGER
match ip dscp cs1
match access-group name ACL-SCAVENGER
!
!
policy-map PM-MO_ACCESS_MARKING
class CM-VOICE
class CM-INTERACTIVE_VIDEO
class CM-STREAMING_VIDEO
class CM-CALL_SIGNALING
class CM-IP_ROUTING
class CM-MISSION_CRITICAL
set ip dscp af31
class CM-NETWORK_MANAGEMENT
set ip dscp cs2
class CM-TRANSACTIONAL
set ip dscp af21
class CM-BULK
set ip dscp af11
class class-default
set ip dscp default
policy-map PM-MO_FR_QUEUING
class CM-VOICE
class CM-INTERACTIVE_VIDEO
class CM-STREAMING_VIDEO
class CM-CALL_SIGNALING
class CM-IP_ROUTING
bandwidth percent 3
class CM-MISSION_CRITICAL
bandwidth percent 30
random-detect
class CM-NETWORK_MANAGEMENT
bandwidth percent 2
class CM-TRANSACTIONAL
bandwidth percent 30
random-detect dscp-based
class CM-BULK
bandwidth percent 8
random-detect dscp-based
class CM-SCAVENGER
bandwidth percent 2
class class-default
bandwidth percent 25
random-detect
ip access-list extended ACL-BULK
permit ip 10.200.0.0 0.0.255.255 any
permit ip 10.247.0.0 0.0.255.255 any
permit ip any 10.200.0.0 0.0.255.255
permit ip any 10.247.0.0 0.0.255.255
permit tcp any any eq 9100
permit tcp any eq 9100 any
permit tcp any any eq 524
permit tcp any eq 524 any
permit tcp any any eq 8081
permit tcp any eq 8081 any
ip access-list extended ACL-LOW_TRANSACTIONAL
permit tcp any any eq www
permit tcp any eq
permit tcp any any eq 1677
permit tcp any eq 1677 any
ip access-list extended ACL-MISSION_CRITICAL
permit tcp any 10.200.0.0 0.0.255.255 eq telnet
permit tcp any 10.247.0.0 0.0.255.255 eq telnet
permit tcp 10.200.0.0 0.0.255.255 eq telnet any
permit tcp 10.247.0.0 0.0.255.255 eq telnet any
permit tcp any any eq 1494
permit tcp any eq 1494 any
ip access-list extended ACL-NETWORK_MANAGEMENT
permit ip 10.200.64.0 0.0.0.255 any
permit ip 10.247.64.0 0.0.0.255 any
permit ip any 10.200.64.0 0.0.0.255
permit ip any 10.247.64.0 0.0.0.255
permit tcp any any eq 22
permit tcp any eq 22 any
permit tcp any any eq telnet
permit tcp any eq telnet any
permit tcp any 10.200.0.0 0.0.255.255 eq 3389
permit tcp any 10.247.0.0 0.0.255.255 eq 3389
permit tcp 10.200.0.0 0.0.255.255 eq 3389 any
permit tcp 10.247.0.0 0.0.255.255 eq 3389 any
ip access-list extended ACL-SCAVENGER
ip access-list extended ACL-TRANSACTIONAL
permit tcp any 10.200.0.0 0.0.255.255 range 1981 1983
permit tcp any 10.200.0.0 0.0.255.255 eq 2065
permit tcp any 10.247.0.0 0.0.255.255 range 1981 1983
permit tcp any 10.247.0.0 0.0.255.255 eq 2065
permit tcp 10.200.0.0 0.0.255.255 range 1981 1983 any
permit tcp 10.200.0.0 0.0.255.255 eq 2065 any
permit tcp 10.247.0.0 0.0.255.255 range 1981 1983 any
permit tcp 10.247.0.0 0.0.255.255 eq 2065 any
permit tcp any 10.200.0.0 0.0.255.255 range 1477 1478
permit tcp any 10.247.0.0 0.0.255.255 range 1477 1478
permit tcp 10.200.0.0 0.0.255.255 range 1477 1478 any
permit tcp 10.247.0.0 0.0.255.255 range 1477 1478 any
!
!
map-class frame-relay 56
frame-relay mincir 32000
frame-relay traffic-rate 50000 54000
frame-relay adaptive-shaping becn
service-policy output PM-MO_FR_QUEUING
!
map-class frame-relay 1544
frame-relay mincir 768000
frame-relay traffic-rate 600000 1408000
frame-relay adaptive-shaping becn
service-policy output PM-MO_FR_QUEUING