How to export configuration from Cisco ASA device with Firepower Services
Cisco ASA with Firepower Services Device Guide
Using SSH, Telnet Or The Console
For this procedure you will be using the Command Line Interface (CLI) of your Cisco device using an SSH client (such as OpenSSH or Putty), Telnet or through the console port. We would recommend using either SSH (for remote connections) or using a direct connection to the console port. Telnet provides no encryption of the communications and therefore your authentication credentials and configuration would be vulnerable if a malicious user were to monitor your connection.
-
Connect to the Cisco ASA device using your favorite SSH client, Telnet or a direct console connection.
-
Logon using your administration authentication credentials.
-
Enter
enable
and type in your enable password.
-
Execute the following CLI command:
show module
-
Then execute either of the following CLI commands (the first command is preferred, the second should be considered legacy):
more system:running-config
show run
-
Then capture the output (possibly using the cut and paste facility)
-
Save the captured output to a file and remove any visible page lines (i.e. --More--).