Home » Topics » Voice over IP » Qos with CBWFQ/LLQ
-
manuGuest
hi,
Anyone can give me a CBWFQ/LLQ configuration exemple for voice application.
thanks.
RadiumGuest
class-map match-all VoIP-RTP
match ip dscp ef
match ip precedence 5
class-map match-all VoIP-Control
match ip dscp af31
match ip precedence 3
policy-map 624kb-QoS-Policy
class VoIP-RTP
priority 624
class VoIP-Control
bandwidth 32
class class-default
fair-queue
random-detect dscp-based
Here’s a link that explains it.
http://www.cisco.com/en/US/products/sw/iosswrel/ps1830/products_feature_guide09186a0080087b13.html
- The forum ‘Voice over IP’ is closed to new topics and replies.