Configuring Class-Based-Weighted Fair Queuing - Cisco 3845 - Security Bundle Router Software Manual

Software configuration guide
Hide thumbs Also See for 3845 - Security Bundle Router:
Table of Contents

Advertisement

Configuring QoS
This example shows how to create a class map called class2, which matches traffic with DSCP values of
10, 11, and 12.
Switch(config)# class-map match-any class2
Switch(config-cmap)# match ip dscp 10 11 12
Switch(config-cmap)# exit
This example shows how to create a class map called class3, which matches traffic with IP-precedence
values of 5, 6, and 7:
Switch(config)# class-map match-any class3
Switch(config-cmap)# match ip precedence 5 6 7
Switch(config-cmap)# exit
This example shows how to create a class-map called parent-class, which matches traffic with VLAN
IDs in the range from 30 to 40.
Switch(config)# class-map match-any parent-class
Switch(config-cmap)# match vlan 30-40
Switch(config-cmap)# exit

Configuring Class-Based-Weighted Fair Queuing

You use the bandwidth policy-map class configuration command to configure class-based weighted fair
queuing (CBWFQ). CBWFQ sets the explicit minimum guaranteed rate (CIR) of a class by reserving the
configured bandwidth for that class.
Follow these guidelines:
Beginning in privileged EXEC mode, follow these steps to use CBWFQ to control bandwidth allocated
to a traffic class by specifying a minimum bandwidth as a bit rate or a percentage:
Command
Step 1
configure terminal
Step 2
policy-map policy-map-name
Step 3
class {class-map-name | class-default}
Cisco ME 3800X and 3600X Switch Software Configuration Guide
27-44
You can configure CBWFQ at the class level and at the VLAN level.
The total of the minimum bandwidth guaranteed for each queue of the policy cannot exceed the total
speed of the parent.
You cannot configure bandwidth as an absolute rate or a percentage of total bandwidth when strict
priority is configured for another class in the output policy.
You can configure bandwidth as percentage of remaining bandwidth when strict priority is
configured for another class in the output policy map.
You cannot configure bandwidth and priority or bandwidth and traffic shaping for the same class in
an output policy map.
Purpose
Enter global configuration mode.
Create a policy map by entering the policy map name, and enter
policy-map configuration mode.
Enter a child class-map name or class-default to match all
unclassified packets, and enter policy-map class configuration
mode.
Chapter 27
Configuring QoS
OL-23400-01

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the 3845 - Security Bundle Router and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Me 3800xMe 3600x

Table of Contents