I have crafted and applied some rules which I thought would prioritize traffic from an 871w (via ADSL) to one specific host. The idea is that any traffic destined to this host should be prioritized over all other traffic.
Unfortunately my test show absolutely no effect. If I upload a couple of files at the same time, the one with QOS enabled doesn't seem to get any priority. I have two questions: 1) What is wrong with my config? (below) 2) How can I get real-time debugging of the QOS without flooding my console? --- config ---- class-map match-all cm-qos1 match access-group name al-qos1 policy-map pm-qos1 class cm-qos1 priority percent 70 interface Dialer0 bandwidth 200 ip address negotiated ip mtu 1452 ip nat outside ip virtual-reassembly zone-member security out-zone encapsulation ppp dialer pool 1 dialer-group 1 ppp authentication chap callin ppp chap hostname x...@xxx ppp chap password 7 xxxxxx service-policy output pm-qos1 ip access-list extended qos1 permit ip host XXX.XXX.XXX.XXX any permit ip any host XXX.XXX.XXX.XXX -- John Lange http://www.johnlange.ca _______________________________________________ cisco-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/
