01-12-2006 10:12 PM - edited 03-03-2019 01:25 AM
I've Cat3550 and IP phones connected to it. I want to remark voice packets from ip prec=5( by default) to ip prec=3. I disabled
mls qos trust device cisco-phone
mls qos trust cos
How to do it?
Solved! Go to Solution.
01-12-2006 10:33 PM
Hi,
You could try the following:
class-map prec5
match ip precedence 5
!
policy-map prec5to3
class prec5
set ip precedence 3
!
int
service-policy input prec5to3
Hope that helps - pls rate posts that help.
Paresh.
01-12-2006 10:33 PM
Hi,
You could try the following:
class-map prec5
match ip precedence 5
!
policy-map prec5to3
class prec5
set ip precedence 3
!
int
service-policy input prec5to3
Hope that helps - pls rate posts that help.
Paresh.
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