From: philbo30 on
....for example. I have a situation where I need to be able to change
DSCP values from CS6 (DSCP 48) to AF41 (DSCP 34). What's the best way
to do this?
From: pk on
philbo30 wrote:

> ...for example. I have a situation where I need to be able to change
> DSCP values from CS6 (DSCP 48) to AF41 (DSCP 34). What's the best way
> to do this?

Create a class map to match packets with DSCP 48, then invoke that class-map
from inside a policy map and remark the packets with DSCP 34.