• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

any Cisco qos experts?

DarkJuJu

Member
I was hoping some one could look at my policy map and tell me if it will work. I want 240k reserved for a specific IP across a PPP WAN connection for voice, that will give me 8 sessions of 30k each. any input appreciated

-------------------------------------------------------------
access-list 101 permit IP any 10.1.2.40 255.255.0.0

class-map Voice
match access-group 101

policy-map poilcy1
class voice
bandwidth 240
queue-limit 40

interface serial1/1
service-policy output policy1
------------------------------------------------------------
 
bump - No QOS guys out there? so many cisco kool aid drinkers 😛 in this forum i figured i would get a quick "nope thats wrong do it like this" or two or three.

🙂
 
your access list is wrong. It uses wildcards (think of it as inverted mask). And capitalization matters on classmap name. Also, you want to use priority instead of bandwidth. You should also probably stick a class default in with WFQ.
 
Back
Top