24-11
Cisco Security Appliance Command Line Configuration Guide
OL-12172-03
Chapter 24 Applying QoS Policies
Configuring QoS
For details about priority queuing, see the
“Applying Low Latency Queueing” section on page 24-8
and the
priority
command page in the
Cisco Security Appliance Command Reference
.
•
If you want the security appliance to police the traffic selected by the class map, enter the
police
command.
hostname(config-pmap-c)#
police
[
output
]
conform-rate
[
conform-burst
] [
conform-action
[
drop
|
transmit
] [
exceed-action
{
drop
|
transmit
}]]
For details about the use of the
police
command, see the
“Applying Rate Limiting” section on
page 24-6
and the
police
command page in the
Cisco Security Appliance Command Reference
.
Step 7
Use the
service-policy
command to apply the policy map globally or to a specific interface, as follows:
hostname(config-pmap-c)#
service-policy
policy_map_name
[
global
|
interface
interface_ID
]
hostname(config)#
where
policy_map_name
is the policy map you configured in
Step 4
. If you want to apply the policy map
to traffic on all the interfaces, use the
global
option. If you want to apply the policy map to traffic on a
specific interface, use the
interface
interface_ID
option, where
interface_ID
is the name assigned to the
interface with the
nameif
command.
The security appliance begins policing traffic and marking traffic for priority queuing, as specified.
Step 8
If in
Step 6
you entered the
priority
command, you must enable priority queues on interfaces before the
security appliance performs priority queuing.
For each interface on which you want the security appliance to perform priority queuing, perform the
following steps:
a.
Enter the
priority-queue
command:
hostname(config)#
priority-queue
interface
hostname(config-priority-queue)#
where
interface
is the name assigned to the physical interface whose priority queue you want to
enable. VLAN interfaces do not support priority queuing. The CLI enters the Priority-queue
configuration mode and the prompt changes accordingly
b.
(Optional) If you want to specify a
non-default
maximum number of priority packets that can be
queued, enter the
queue-limit
command, as follows:
hostname(config-priority-queue)#
queue-limit
number-of-packets
The default queue size is 2048 packets.
c.
(Optional) If you want specify a
non-default
maximum number of packets allowed into the transmit
queue, enter the
tx-ring-limit
command, as follows:
hostname(config-priority-queue)#
tx-ring-limit
number-of-packets
The default transmit queue size is 128 packets.
On the interfaces you enabled priority queuing, the security appliance begins performing priority
queuing.
The following example creates class maps for high priority (voice) and best effort traffic for a previously
configured tunnel group, named “tunnel-grp1”. The “qos” policy map includes the
police
command for
the best effort and the default traffic classes and the
priority
command for the voice class. The service
policy is then applied to the outside interface and the priority queue for the outside interface is enabled.
Summary of Contents for 500 Series
Page 38: ...Contents xxxviii Cisco Security Appliance Command Line Configuration Guide OL 12172 03 ...
Page 45: ...P A R T 1 Getting Started and General Information ...
Page 46: ......
Page 277: ...P A R T 2 Configuring the Firewall ...
Page 278: ......
Page 561: ...P A R T 3 Configuring VPN ...
Page 562: ......
Page 891: ...P A R T 4 System Administration ...
Page 892: ......
Page 975: ...P A R T 5 Reference ...
Page 976: ......