Hello,
I found how to:
All you have to do is add a QOS line to the interface in "Line Rate" mode with the right bit rate:
interface GigabitEthernetX/X/X
qos lr inbound cir 30000
qos lr outbound cir 30000
Complete configuration :
traffic classifier voip operator and
if-match acl name voip
#
traffic behavior voip
remark dscp ef
#
qos policy voip
classifier voip behavior voip
interface GigabitEthernetX/X/X
port link-mode bridge
qos wfq weight
qos bandwidth queue ef min 2000
qos lr inbound cir 30000
qos lr outbound cir 30000
acl advanced name voip
rule 5 permit ip source X.X.X.X 0
rule 10 permit ip destination X.X.X.X 0
qos apply policy voip global inbound
qos apply policy voip global outbound
if it can help someone...
------------------------------
Greg
------------------------------