cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
329
Views
0
Helpful
3
Replies

QoS Frame Relay circuit

wgranada1
Level 1
Level 1

Hi I have a quick question I have a point to point frame relay circuit and at night an FTP run that floods this circuit causing it to be unusable till the FTP is finished. Question is how do I configure QoS on it so I can make the FTP a low priority. I have a 2811 running c2800nm-adventerprisek9-mz.123-14.T7.bin software on it.

3 Replies 3

jcorrale
Level 1
Level 1

achalante
Level 1
Level 1

please find sample configs below;

#

class-map match-all FTP

match protocol ftp

!

policy-map POLICE_FTP

class FTP

set ip precedence 0

!

int XX

service-policy output POLICE_FTP

OR

#

map-class frame-relay FRTS

service-policy output POLICE_FTP

!

class-map match-all FTP

match protocol ftp

!

policy-map POLICE_FTP

class FTP

set ip precedence 0

!

int XX

frame-relay class FRTS

Please rate if this helps.

dgahm
Level 8
Level 8

Warren,

If you don't have any voice traffic, you can try Weighted Fair Queuing (WFQ), which is very easy to configure (fair-queue), and works well for protecting interactive traffic from FTPs.

Please rate helpful posts.

Dave

Review Cisco Networking products for a $25 gift card