Cisco ASA Series Cli Configuration Manual page 1081

Software version 9.0 for the services module
Hide thumbs Also See for ASA Series:
Table of Contents

Advertisement

Chapter 1
Configuring a Service Policy Using the Modular Policy Framework
Applying Inspection and QoS Policing to HTTP Traffic
In this example (see
ASA through the outside interface is classified for HTTP inspection. Any HTTP traffic that exits the
outside interface is classified for policing.
Figure 1-1
A
Host A
See the following commands for this example:
hostname(config)# class-map http_traffic
hostname(config-cmap)# match port tcp eq 80
hostname(config)# policy-map http_traffic_policy
hostname(config-pmap)# class http_traffic
hostname(config-pmap-c)# inspect http
hostname(config-pmap-c)# police output 250000
hostname(config)# service-policy http_traffic_policy interface outside
Applying Inspection to HTTP Traffic Globally
In this example (see
through any interface is classified for HTTP inspection. Because the policy is a global policy, inspection
occurs only as the traffic enters each interface.
Figure 1-2
A
Host A
See the following commands for this example:
hostname(config)# class-map http_traffic
hostname(config-cmap)# match port tcp eq 80
Figure
1-1), any HTTP connection (TCP traffic on port 80) that enters or exits the
HTTP Inspection and QoS Policing
Security
appliance
port 80
port 80
inside
outside
Figure
1-2), any HTTP connection (TCP traffic on port 80) that enters the ASA
Global HTTP Inspection
Security
appliance
port 80
insp.
port 80 insp.
inside
outside
Configuration Examples for Modular Policy Framework
insp.
police
insp.
Host B
Host B
Cisco ASA Series CLI Configuration Guide
1-19

Advertisement

Table of Contents
loading

Table of Contents