cisco asa notes

From cpwiki.net
Revision as of 03:16, 20 June 2024 by Nighthawk (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Check Point Profressional Services

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)#