Reloading The Asa - Cisco ASA Series Cli Configuration Manual

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

Advertisement

Reloading the ASA

Detailed Steps
Command
clear local-host [ip_address] [all]
Example:
hostname(config)# clear local-host all
clear conn [all] [protocol {tcp | udp}]
[address src_ip[-src_ip] [netmask mask]]
[port src_port[-src_port]] [address
dest_ip[-dest_ip] [netmask mask]] [port
dest_port[-dest_port]]
Example:
hostname(config)# clear conn all
Reloading the ASA
To reload the ASA, enter the following command:
Command
reload
Example:
hostname (config)# reload
Cisco ASA Series CLI Configuration Guide
1-28
Purpose
This command reinitializes per-client run-time states such as connection
limits and embryonic limits. As a result, this command removes any
connection that uses those limits. See the show local-host all command to
view all current connections per host.
With no arguments, this command clears all affected through-the-box
connections. To also clear to-the-box connections (including your current
management session), use the all keyword. To clear connections to and
from a particular IP address, use the ip_address argument.
This command terminates connections in any state. See the show conn
command to view all current connections.
With no arguments, this command clears all through-the-box connections.
To also clear to-the-box connections (including your current management
session), use the all keyword. To clear specific connections based on the
source IP address, destination IP address, port, and/or protocol, you can
specify the desired options.
Purpose
Reloads the ASA.
Note
In multiple context mode, you can only reload from the system
execution space.
Chapter 1
Getting Started

Advertisement

Table of Contents
loading

Table of Contents