12-09-2010 07:10 AM - edited 03-06-2019 02:26 PM
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
12-09-2010 07:27 AM
Hello Marc,
Please find
ip access-list extended 101
permit ip
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
12-09-2010 07:32 AM
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
12-09-2010 07:56 AM
Hello marc,
Router(config)#access-list 102 permit tcp any any eq ?
<0-65535> Port number
Regards
Mahesh
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide