cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
305
Views
5
Helpful
3
Replies

Route-map example

techguy
Level 4
Level 4

Hi,

 

I have 2 wan links. I want to use policy base routing. One link is 10MB and other one is 5MB. I want 75% traffic to use 10MB link and rest of the traffice pass thru 5MB link.

3 Replies 3

techguy
Level 4
Level 4

plz

class-map match-any TrafficoFTP
 match protocol secure-ftp
 match access-group name ACLTrafficoFTPPASSIVE
 match protocol ftp
 

policy-map QosIdcToWan1
 class TrafficoFTP
  set ip dscp default
  bandwidth percent 2
  random-detect
  shape average percent 75

policy-map QosIdcToWan2
 class TrafficoFTP
  set ip dscp default
  bandwidth percent 2
  random-detect
  shape average percent 25

 

interface Serial 0/1
 service-policy output QosIdcToWan1

interface Serial 0/2
 service-policy output QosIdcToWan2

 

thank you very much...

 

I need to use route-map in any case. Or i want to know that how can route-map help in this or any other regards....

Review Cisco Networking products for a $25 gift card