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

QOS on Cisco 1841

mnguyen
Level 1
Level 1

Hi,

I need to implement QOS to give the highest traffic priority for a particular IP address or application. Could somebody send me sample CLI code to implement this on a cisco 1841 router?

Thanks,

Mark

3 Replies 3

Mahesh Gohil
Level 7
Level 7

Hello Marc,

Please find

ip access-list extended 101

permit ip any

class-map PRIORITY

match ip address 101

policy-map COS-OUT

class PRIORITY

priority

class class-default

bandwidth

with priority you can define percentage/remaining-percentage also

and apply in output direction towards wan interface

int

service-policy output COS-OUT

Hope this helps

Regards

Mahesh

Thanks Mahesh.  This is what I am looking for.  Could you also send me same code to implement QOS for a particular application?  I need my SQL traffic port 1433 to have the highest priority.

Thanks,

Mark

Hello marc,

Router(config)#access-list 102 permit tcp any any  eq ?
  <0-65535>    Port number

Regards

Mahesh