24-12
Cisco Security Appliance Command Line Configuration Guide
OL-12172-03
Chapter 24 Applying QoS Policies
Viewing QoS Configuration
Example 24-1 Configuring QoS Policing and Priority Queuing
hostname(config)#
class-map TG1-voice
hostname(config-cmap)#
description "This class-map matches all dscp ef traffic for tunnel-grp 1"
hostname(config-cmap)#
match dscp ef
hostname(config-cmap)#
match tunnel-group tunnel-grp1
hostname(config-cmap)#
class-map TG1-BestEffort
hostname(config-cmap)#
description
"This class-map matches all best-effort traffic for tunnel-grp1"
hostname(config-cmap)#
match tunnel-group tunnel-grp1
hostname(config-cmap)#
match flow ip destination-address
hostname(config-cmap)#
policy-map qos
hostname(config-pmap)#
class TG1-voice
hostname(config-pmap-c)#
priority
hostname(config-pmap-c)#
class TG1-best-effort
hostname(config-pmap-c)#
police output 200000 37500
hostname(config-pmap-c)#
class class-default
hostname(config-pmap-c)#
police output 1000000 37500
hostname(config-pmap-c)#
service-policy qos interface outside
hostname(config)#
priority-queue outside
hostname(config-priority-queue)#
queue-limit 2048
hostname(config-priority-queue)#
tx-ring-limit 256
Viewing QoS Configuration
This section includes the following topics:
•
Viewing QoS Policy Map Configuration, page 24-13
•
Viewing the Priority-Queue Configuration for an Interface, page 24-13
Viewing QoS Service Policy Configuration
To view all current service policies, including those that implement QoS policy maps, use the
show
service-policy
command in privileged EXEC mode. You can limit the output to policies that include the
police
or
priority
commands by using the
police
or
priority
keywords.
Note
This is the same command you use to view priority and police statistics.
The following is sample output from the
show service-policy
with the
police
keyword:
hostname#
show service-policy police
Global policy:
Service-policy: global_fw_policy
Interface outside:
Service-policy: qos
Class-map: browse
police Interface outside:
cir 56000 bps, bc 10500 bytes
conformed 10065 packets, 12621510 bytes; actions: transmit
exceeded 499 packets, 625146 bytes; actions: drop
conformed 5600 bps, exceed 5016 bps
Содержание 500 Series
Страница 38: ...Contents xxxviii Cisco Security Appliance Command Line Configuration Guide OL 12172 03 ...
Страница 45: ...P A R T 1 Getting Started and General Information ...
Страница 46: ......
Страница 277: ...P A R T 2 Configuring the Firewall ...
Страница 278: ......
Страница 354: ...17 38 Cisco Security Appliance Command Line Configuration Guide OL 12172 03 Chapter 17 Configuring NAT NAT Examples ...
Страница 561: ...P A R T 3 Configuring VPN ...
Страница 562: ......
Страница 891: ...P A R T 4 System Administration ...
Страница 892: ......
Страница 975: ...P A R T 5 Reference ...
Страница 976: ......