Cisco IOS QOS (Simple)


Recommended Posts

As a basic start to QOS on IOS I've decided to try and get my 861 to tag DNS traffic so my photo uploads don't swamp the egress bandwidth to the point you can't browse the web! I'm familiar with what I need to do technically (I do traffic shaping on Zyxel and SonicWall devices, but they have GUIs) Create an ACL with UDP 53 Mark that ACL as high priority Tell the egress interface to respect that priority However, I'm not sure of the commands to do this. The egress interface is a Dialler interface (Modem on Fe4, but D0 on the cisco working in PPPoE) I suspect this isn't too tricky, but I've never done QOS on a Cisco device. Any help appreciated!

As an aside - This is nicely formatted in my editor - but it bunches up when I post...

Link to comment
Share on other sites

something like this.

access-list qos-priority extended permit udp any any eq 53

 

 

 

class-map qos

match access-list qos-prority

 

policy-map qos

class qos

priority

 

service-policy qos interface outside-interface-name

 

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.