01-25-2006 02:20 PM - edited 03-13-2019 11:57 AM
3M WAN link(from LAN extension service) is connected between 3750 switch fast ethernet and 6509 fast port.Tring to allocate 1M for voice on 3750. My consideration is that it seems 3750 allocates bandwidth based on the port speed using srr command. In my case the port is 100M, but real bandwidth is 3M. How can I do this? Can I design the wan like this or have to use router to avoid this problem?
02-01-2006 07:49 AM
CBWFQ
CBWFQ extends standard WFQ to provide support for user-defined traffic classes. For CBWFQ, users define traffic classes based on match criteria, including CoS, IP Precedence, IP DSCP, and MPLS EXP bits. Packets satisfying the match criteria for a class constitute the traffic for that class. A queue is reserved for each class, and traffic belonging to a class is directed to the queue for that class. After a class has been defined according to its match criteria, users can assign it bandwidth to guarantee a minimum amount of bandwidth that is available to it during times of congestion.
02-02-2006 11:18 PM
Use the bandwidth command on the interface for QoS to use .. bandwidth 1024 (K) tells it that 1Meg is available.
02-03-2006 01:29 AM
Hello,
the qos capabilities of the Catalyst 3750 are described in "Configuring QoS" at
It states about the Expedite Ingress Queue for VoIP:
"High-priority user traffic such as differentiated services (DF) expedited forwarding or voice traffic. You can configure the bandwidth required for this traffic as a percentage of the total stack traffic by using the mls qos srr-queue input priority-queue global configuration command. The expedite queue has guaranteed bandwidth."
And on output:
"If the expedite queue is enabled, SRR services it until it is empty before servicing the other three queues. "
This sounds to me like your requirements can not be met. What you would need is called nested policy and afaik only available on routers.
Have a look at "Traffic Policy as a QoS Policy (Hierarchical Traffic Policies) Example"
for an explanation and configuration example.
Hope this helps! Please rate all posts.
Regards, Martin
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide