QOS Problem revised

From: Joe Higgins (ninajoe123@gmail.com)
Date: Tue Jul 03 2007 - 02:36:03 ART


I have the following scenerio that I need some help . I have a link on a
serial interface that passes voice and data traffic to three clients. My qos
requirement is to give strict priority to all voice traffic regardless to
which client it is destined. I then have to give each client one third of
any bandwidth that is still available. The following is my revised
proposed configuration. All comments are welcome. Thanks

class-map match-all rtptraffic

 match protocol rtp audio

class-map match-all client1

 match access-group 101

class-map match-all client2

 match access-group 102

class-map match-all client3

 match access-group 103

policy-map voice

 class rtptraffic

  priority percent 95

class client1

bandwidth remaining percent 33

class client2

  bandwidth remaining percent 33

class client3

  bandwidth remaining percent 33

interface serial 1/0

max-reserved-bandwidth 95

service-policy output voice

access-list access-list 101

ip address "client1 ip addresses"

access-list access-list 102

ip address "client2 ip addresses"

access-list access-list 103

ip address "client2 ip addresses"



This archive was generated by hypermail 2.1.4 : Sat Aug 18 2007 - 08:17:39 ART