11-14
Cisco ASA Series Firewall CLI Configuration Guide
Chapter 11 Connection Settings
Configure Connection Settings
In the default configuration, the global_policy policy map is assigned globally to all interfaces. If you
want to edit the global_policy, enter global_policy as the policy name. For the class map, specify the
class you created earlier in this procedure.
Step 3
Disable TCP sequence number randomization on the class.
set connection random-sequence-number disable
If you later decide to turn it back on, replace “disable “with
enable
.
Step 4
If you are editing an existing service policy (such as the default global policy called global_policy), you
are done. Otherwise, activate the policy map on one or more interfaces.
service-policy
policymap_name
{
global
|
interface
interface_name
}
Example:
hostname(config)# service-policy global_policy global
The
global
keyword applies the policy map to all interfaces, and
interface
applies the policy to one
interface. Only one global policy is allowed. You can override the global policy on an interface by
applying a service policy to that interface. You can only apply one policy map to each interface.
Configure Connection Settings for Specific Traffic Classes (All Services)
You can configure different connection settings for specific traffic classes using service policies. Use
service policies to:
•
Customize connection limits and timeouts used to protect against DoS and SYN-flooding attacks.
•
Implement Dead Connection Detection so that valid but idle connections remain alive.
•
Disable TCP sequence number randomization in cases where you do not need it.
•
Customize how the TCP Normalizer protects against abnormal TCP packets.
•
Implement TCP State Bypass for traffic subject to asynchronous routing. Bypass traffic is not
subject to inspection.
•
Decrement time-to-live (TTL) on packets so that the ASA will show up on trace route output.
You can configure any combination of these settings for a given traffic class, except for TCP State
Bypass and TCP Normalizer customization, which are mutually exclusive.
Tip
This procedure shows a service policy for traffic that goes through the ASA. You can also configure the
connection maximum and embryonic connection maximum for management (to the box) traffic.
Before You Begin
If you want to customize the TCP Normalizer, create the required TCP Map before proceeding.
The
set connection
command (for connection limits and sequence randomization) and
set connection
timeout
commands are described here separately for each parameter. However, you can enter the
commands on one line, and if you enter them separately, they are shown in the configuration as one
command.
Summary of Contents for ASA 5512-X
Page 5: ...P A R T 1 Service Policies and Access Control ...
Page 6: ......
Page 51: ...P A R T 2 Network Address Translation ...
Page 52: ......
Page 127: ...P A R T 3 Application Inspection ...
Page 128: ......
Page 255: ...P A R T 4 Connection Settings and Quality of Service ...
Page 256: ......
Page 303: ...P A R T 5 Advanced Network Protection ...
Page 304: ......
Page 339: ...P A R T 6 ASA Modules ...
Page 340: ......