Question : QoS configuration

have CISCO router 3800 IOS 12.4(15) T
I try to configure QoS in the router but it's not support MLS QOS
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
ICCSAT_HUB(config-if)#mls
ICCSAT_HUB(config-if)#mls qo
ICCSAT_HUB(config-if)#mls qos tr
ICCSAT_HUB(config-if)#mls qos ?
% Unrecognized command
ICCSAT_HUB(config-if)#mls ?
  rp  rp

ICCSAT_HUB(config-if)#mls rp ?
  ip                    enable multilayer switching for ip
  ipx                   enable multilayer switching for ipx
  management-interface  management-interface
  vlan-id               vlan-id
  vtp-domain            vlan domain name on interface

Answer : QoS configuration

oups, typo :

class-map match-any VOICE
 match protocol rtp audio
 match protocol h323
 match protocol rtcp
class-map match-any VIDEO
 match protocol rtp video
 match protocol cuseeme
 match protocol netshow
 match protocol rtsp
 match protocol streamwork
 match protocol vdolive

policy-map POLICY
 class VOICE
  priority percent 20
  set dscp ef
 class VIDEO
  bandwidth percent 30
  set dscp cs3

interface Ethernet1/0
 description *** Internet ***
 bandwidth 5000
 service-policy output POLICY
Random Solutions  
 
programming4us programming4us