Download Print this page

Cisco ASA 5506-X Configuration Manual page 17

Cli
Hide thumbs Also See for ASA 5506-X:

Advertisement

Chapter 1
Service Policy Using the Modular Policy Framework
inspect xdmcp
service-policy global_policy global
See
Note
default-inspection-traffic command used in the default class map.
Default Class Maps (Traffic Classes)
The configuration includes a default Layer 3/4 class map (traffic class) that the ASA uses in the default
global policy called default-inspection-traffic; it matches the default inspection traffic. This class, which
is used in the default global policy, is a special shortcut to match the default ports for all inspections.
When used in a policy, this class ensures that the correct inspection is applied to each packet, based on
the destination port of the traffic. For example, when UDP traffic for port 69 reaches the ASA, then the
ASA applies the TFTP inspection; when TCP traffic for port 21 arrives, then the ASA applies the FTP
inspection. So in this case only, you can configure multiple inspections for the same class map.
Normally, the ASA does not use the port number to determine which inspection to apply, thus giving you
the flexibility to apply inspections to non-standard ports, for example.
class-map inspection_default
match default-inspection-traffic
Another class map that exists in the default configuration is called class-default, and it matches all
traffic. This class map appears at the end of all Layer 3/4 policy maps and essentially tells the ASA to
not perform any actions on all other traffic. You can use the class-default class if desired, rather than
making your own match any class map. In fact, some features are only available for class-default.
class-map class-default
match any
Configure Service Policies
To configure service policies using the Modular Policy Framework, perform the following steps:
Identify the traffic on which you want to act by creating Layer 3/4 class maps, as described in
Step 1
Traffic (Layer 3/4 Class Maps), page
For example, you might want to perform actions on all traffic that passes through the ASA; or you might
only want to perform certain actions on traffic from 10.1.1.0/24 to any destination address.
Layer 3/4 Class Map
Optionally, perform additional actions on some inspection traffic.
Step 2
Incompatibility of Certain Feature Actions, page 1-7
Layer 3/4 Class Map
for more information about the special match
1-13.
Cisco ASA Series Firewall CLI Configuration Guide
Configure Service Policies
Identify
1-11

Hide quick links:

Advertisement

loading