Hello!
One simple task.
Voice traffic marked with DSCP46, i want to put that i the priority queue.
This is my options:
Interface#
qos apply policy Voip inbound----Feels like more WRR queuing !?
qos sp -------- Priority queue, does all traffic incomming on interface end up i priority queue?
qos priority 6------This one does not feel relevant since the phone system i marking the packets with 46.
qos trust dscp -------YES
!
traffic classifier VOIP operator and
if-match dscp ef
#
traffic behavior TELE
car cir 10000000 cbs 16000000 ebs 4000 green pass red discard yellow pass
#
qos policy Voip
classifier VOIP behavior TELE
!
I only whant to protect the Voice traffic (DSCP46) all other traffic entering the interface will go in the FIFO queue.