cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
357
Views
0
Helpful
1
Replies

QoS apply problem

raul-morata
Level 1
Level 1

Hi friends,

I have this QoS configuration:

class-map match-all FTP

match protocol ftp

policy-map limitFTP

class FTP

shape average 1000000

policy-map parent

class class-default

service-policy limitFTP

map-class frame-relay test

service-policy output parent

interface serial1/2

frame-relay traffic-shaping

interface frame-relay 1/2.X

frame-relay interface-dlci X

class test

When I apply the last command ( class test on the sub-interface) I have this error:

GTS: Can be enabled only at the first level.

What is this? Can someone help me?

Thank you very much

1 Reply 1

tbramwe
Level 3
Level 3

Raul:

GTS is generic traffic shaping. It can be configured on the interface or subinterface.

Class looks like a verification command from global config mode.

Check here for details on how to configure, and commands that may assist in what you are attempting.

http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_configuration_guide_chapter09186a00800bd8f0.html

http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_configuration_guide_chapter09186a00800bd8ef.html#wp1000902

Hope that helps.

Tom