may be you can use the following mathod instead of CQ.
Cause CQ is custom queue, maybe it will lead to a delay in the VOIP if the
queue-size is not optimized well.

So, may be you can use NBAR to adjust the bandwidth consumption between the
Voice IP traffic and normal IP traffic

first you define the Access-list for your IP traffic
eg. in your first site, a network 192.168.100.X / 24
second site , a network 192.168.101.X/24

access-list 101 permit ip 192.168.100.0 0.0.0.255 192.168.101.0 0.0.0.255

then create a Class MAP for the IP traffic

class-map IPTraffic
match access-group 101

then, create a POLICY Class for the IP traffic and define the bandwidth you
would like to used for the IP traffic

policy-map IPTraffic
class IPTraffic
bandwidth 10000       (if you like to only give 10Kb for the IP Traffic)

The final Thing is to set the IP POlicy map on your Interface

eg. on the serial or ethernet connection

int Serial 1    or int Fa0/1
service-policy output IPTraffic

(becareful of the traffic direction passing through the interface, and each
interface can only be apply one input and one output traffic policy class
only)

Last thing is to verify whther the above config is work or not.

show class-map IPTraffic
show policy-map IPTraffic
show int


Hope this can soothe your in-sufficient bandwidth problem.

wuwuwuwuwuwuwuwuwuwuwuwuwuwuwu
wuwuwuwuwuwuwuwuwuwuwuwuwuwuwu




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=37825&t=37825
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to