Hi,
I config the qos as follwing:
we would like
24M for VoIP min
34M for VoIP max
class-map match-any AutoQoS-VoIP-RTP-Trust
match ip dscp ef !Interactive Voice
class-map match-any AutoQoS-VoIP-Control-Trust
match ip dscp cs3 !Telephony Signaling
match ip dscp af31 !voice signaling
!
!
policy-map AutoQoS-Policy-Trust
class AutoQoS-VoIP-RTP-Trust
priority percent 70
class AutoQoS-VoIP-Control-Trust
bandwidth percent 5
class class-default
fair-queue
!
interface Serial1/0
ip address 192.168.70.1 255.255.255.252
auto qos voip trust
dsu bandwidth 44210
service-policy output AutoQoS-Policy-Trust
rate-limit output access-group 130 24000000 10000000 2000 conform-action continue exceed-action drop
access-list 130 permit ip 192.168.30.0.0 0.0.0.255 192.168.101.0 0.0.0.255
anything we need to improve it? thanks
best regards