Difference between revisions of "cisco asa notes"

From cpwiki.net
Jump to: navigation, search
Check Point Profressional Services
(Created page with "==Getting Started== Accessing the Appliance Command-Line Interface This following prompt indicates that you are in user EXEC mode. Only basic commands are available from user...")

Revision as of 03:16, 20 June 2024

Getting Started

Accessing the Appliance Command-Line Interface

This following prompt indicates that you are in user EXEC mode. Only basic commands are available from user EXEC mode.

hostname>

To access privileged EXEC mode, enter the following command:

hostname> enable

The prompt changes to the following:

hostname#

To exit privileged mode, enter the disable, exit, or quit command.

access global configuration mode

hostname# configure terminal

The prompt changes to the following:

hostname(config)#