12-07-2010 12:12 PM - edited 03-04-2019 10:42 AM
I'm trying to configure QoS on my 877 router to give priority to voice packets. However, when I do a show policy-map for WAN interface, all the classes show 0 bps. When I do a show int for the WAN interface, I get the correct bandwidth util.
This 877 is meant for a home network. I'm running a Cisco 7970 phone using phone-proxy back to my HQ. I'm also shaping the traffic.
Here is my config
Class Map match-any EF (id 1)
Match ip precedence 5
Class Map match-any class-default (id 0)
Match any
12-07-2010 12:17 PM
Attach policy map to IP-enabled, not physical interface.
For a correctly deployed 877, that shoudl be an ATM or dialer interface, and would avoid the need for shaping.
12-07-2010 12:25 PM
Hi. I'm sorry. I'm using this for a cable modem. I've made the FA0 the "external" interface and dropped it into it's own vlan. Should I put the policy map on the vlan interface?
interface Vlan102
ip address dhcp
ip access-group 102 in
ip nat outside
ip virtual-reassembly
end
12-07-2010 01:29 PM
Yes, as indicated above. However, you may find that doing it on a proper 871 have less chances of encountering bugs or limitations.
12-07-2010 01:53 PM
Trying to do "service-policy output To_WAN_Shaper" on vlan interface returns "Configuration Failed!".
12-07-2010 04:06 PM
As indicated above, you should apply that on the WAN Ethernet of an 871, not an 877.
Or you can update IOS and hope tht the limitation has been removed (unlikely).
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