GTS : Can be enabled only at the first level

From: ISolveSystems (support@isolvesystems.com)
Date: Fri Sep 28 2007 - 11:39:38 ART


Question asks to configure Genric Traffic Shaping for all traffic other than
the voice traffic destined for 200.0.0.4. The bit-rate that's allowed for
this traff is 7mbps with a sustained and excess burst size of 700kbps.

Below is my config. Any idea why "GTS : Can be enabled only at the first
level"?

Router(config-if)#service-policy output GTS
 GTS : Can be enabled only at the first level

ip access-list extended TO_R4
 permit ip any host 200.0.0.4

class-map match-all TO_R4
 match access-group name TO_R4
class-map match-all VOICE
 match protocol rtp

policy-map TO_R4
 class TO_R4
  shape average 7000000
policy-map GTS
 class VOICE
 class class-default
  service-policy TO_R4

Thanks.



This archive was generated by hypermail 2.1.4 : Sat Oct 06 2007 - 12:01:16 ART