Link to home
Start Free TrialLog in
Avatar of fns-netsys
fns-netsys

asked on

QoS on 877W

I have implemented QoS on an 887, but cannot get it working on my 877, i need to do this but on the 877, i get the error: %Invalid input detected at '^' marker. the ^ is under the 'r' of rtcp or the 's' of sip

class-map match-any VOIP
 match protocol rtcp
 match protocol sip

policy-map VOIP
 class VOIP
    priority percent 80
 class class-default
    fair-queue

and then i add : service-policy output VOIP to the Dialerx interface

Please Help
Avatar of Jody Lemoine
Jody Lemoine
Flag of Canada image

Can you paste in the top line from a "show version" command on the router?

I've just tested and those protocols are definitely available on the 877, but they may require a higher feature set than you have on the unit. Here's the output from the one I tested.

Cisco IOS Software, C870 Software (C870-ADVIPSERVICESK9-M), Version 12.4(24)T4, RELEASE SOFTWARE (fc2)
Avatar of fns-netsys
fns-netsys

ASKER

sure, the system image file is c870-advsecurityk9-mz.151-4.M6.BIN, so i should replace with the ADVIPServices?
ASKER CERTIFIED SOLUTION
Avatar of Jody Lemoine
Jody Lemoine
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
awesome, thanks, im working on it now.