cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
308
Views
0
Helpful
1
Replies

Catalyst 3550 - remarking

rmv72
Level 1
Level 1

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?

1 Accepted Solution

Accepted Solutions

pkhatri
Level 11
Level 11

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.

View solution in original post

1 Reply 1

pkhatri
Level 11
Level 11

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.