[c-nsp] VoIP + QOS

Oliver Boehmer (oboehmer) oboehmer at cisco.com
Mon Mar 6 06:46:31 EST 2006


Eusebio López <mailto:eusebio at palmanet.net> wrote on Monday, March 06, 2006 12:27 PM:

> router is a Cisco 827 h, and the ios Version 12.2(13)ZH2

then, as a starter, a simple configuration:

access-list 100 permit <match-your-voice-packets-here>
!
class-map voice
 match access-group 100
!
! reserve 100 kBit for voice, do LLQ
! and do WRED for your other traffic
policy-map VOICE-LLQ
 class voice
  priority 100
 class class-default
  random-detect
!
int atm0.1
 pvc 0/35
  vbr-nrt ...
   service-policy output VOICE-LLQ
   tx-ring-limit 3

Others may chime in..

	oli



More information about the cisco-nsp mailing list