cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
389
Views
10
Helpful
2
Replies

QoS error, urgent

raul-morata
Level 1
Level 1

Hi friends,

I have this config:

class-map match-all FTP

match protocol ftp

policy-map limitFTP

class FTP

shape average 1000000

map-class frame-relay test

service-policy output limitFTP

interface serial0/0

frame-relay traffic-shaping

interface serial0/0.30

frame-relay interface-dlci XXX

class test

I HAVE THE ERROR when apply "class test"

ONLY CLASS-DEFAULT SUPPORTED OVER FR VCs

Please, How can I solve it?

Best regards

2 Replies 2

mheusinger
Level 10
Level 10

Hi,

you should be able to use a nested policy:

class-map match-all FTP

match protocol ftp

policy-map limitFTP

class FTP

shape average 1000000

service-policy output limitFTP

policy-map Parent

class class-default

service-policy output limitFTP

map-class frame-relay test

service-policy output Parent

interface serial0/0

frame-relay traffic-shaping

interface serial0/0.30

frame-relay interface-dlci XXX

class test

Which hardware and IOS are in use?

Hope this helps! Please rate all posts.

Regards, Martin

Hi, thank you for your reply.

How affect this new config to my class-map FTP and policy-map limitFTP?

Is needed the line serice-policy output in the policy-map limitFTP?

Best regards.