cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
318
Views
0
Helpful
2
Replies

QoS urgent error

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

Jed Renton
Level 1
Level 1

Using MCQ to implement FRTS needs to be done on the class-default, you can then shape within the MCQ

map-class frame-relay test

service-policy output Shape-and-Queue

policy-map Shape-and-Queue

class class-default

shape average 2000000

service-policy limitFTP

Hi, thank you for your reply...

I dont understand how is the final configuration...

Why assign a 2000000 BW on class-default ( it is a Interface BW????)

And service-policy limitFTP where is applied??

Best regards