Site icon IP-NETWORK-BASICS

Installation of FirePOWER Services Module on an ASA Platform

Advertisements

ASA SFR Information

The Cisco ASA FirePOWER module, also known as the ASA SFR, provides next-generation Firewall services, such as:

Note: You can use the ASA SFR module in Single or Multiple context mode, and in Routed or Transparent mode.

Before You start SFR Configuration

  1. If you have an active service policy that redirects traffic to an Intrusion Prevention System remove it before you configure the ASA SFR service policy.
  2. You must shut down any other software modules that currently run. A device can run a single software module at a time.

Below commands are used to shut down and uninstall the IPS software module, and then reload the ASA:

INBASA# sw-module module ips shutdown
INBASA# sw-module module ips uninstall
INBASA# reload

Below commands are used to remove the CX module :

INBASA# sw-module module cxsc shutdown
INBASA# sw-module module cxsc uninstall
INBASA# reload

3.When you reimage a module, use below commands to shutdown and uninstall .

INBASA# sw-module module sfr shutdown

INBASA# sw-module module sfr uninstall

Installation:

  1. Download the ASA SFR system software from Cisco.com to an HTTP, HTTPS, or FTP server that is accessible from the ASA SFR management interface.
  2. Download the boot image to the device. You can use either the Cisco Adaptive Security Device Manager (ASDM) or the ASA CLI in order to download the boot image to the device.

Follow below steps to download the boot image via the ASDM:

  1. Download the boot image to your workstation, or place it on an FTP, TFTP, HTTP, HTTPS, Server Message Block (SMB), or Secure Copy (SCP) server.
    • Choose Tools > File Management in the ASDM.
    • Choose the appropriate File Transfer command, either Between Local PC and Flash or Between Remote Server and Flash.
    • Transfer the boot software to the flash drive (disk0) on the ASA.

Follow below steps to download the boot image via the ASA CLI:

  1. Download the boot image on an FTP, TFTP, HTTP, or HTTPS server.
    • Enter the copy command into the CLI in order to download the boot image to the flash drive.

Below is example that uses HTTP protocol (replace the <Server> with your server IP address or host name):

INBASA# copy http ://<Server>/asasfr-550x-boot-5.3.1-152.img

(no space between http and : )

 disk0:/asasfr-5500x-boot-5.3.1-152.img

INBASA# sw-module module sfr recover configure image disk0:/file_path

Below is example:

INBASA# sw-module module sfr recover configure image disk0:

 /asasfr-5500x-boot-5.3.1-152.img

INBASA# sw-module module sfr recover boot

Set Up the ASA SFR Boot Image:

Below is output from ASA:

INBASA# session sfr console
Opening console session with module sfr.
Connected to module sfr. Escape character sequence is ‘CTRL-^X’.

Cisco ASA SFR Boot Image 5.3.1
asasfr login: admin
Password: Admin123

asasfr-boot> setup
                         Welcome to SFR Setup
                          [hit Ctrl-C to abort]
                        Default values are inside []

Put below details:

Follow with below command:

asasfr-boot >system install [noconfirm] url

Include the noconfirm option if you do not want to respond to confirmation messages. Replace the url keyword with the location of the .pkg file. Here is an example:

asasfr-boot >system install http ://<HTTP_SERVER>/asasfr-sys-5.3.1-152.pkg

(no space between http and : )


Verifying
Downloading
Extracting



Package Detail
        Description: Cisco ASA-FirePOWER 5.3.1-152 System Install
        Requires reboot: Yes

Do you want to continue with upgrade? [y]: y
Warning: Please do not interrupt the process or turn off the system. Doing so
 might leave system in unusable state.
Upgrading
Starting upgrade process …
Populating new system image

Reboot is required to complete the upgrade. Press ‘Enter’ to reboot the system.
(press Enter)

Broadcast message from root (ttyS1):
The system is going down for reboot NOW!
Console session with module sfr terminated.

Note: When the installation is complete, the system reboots. Allow ten or more minutes for the application component installation and for the ASA SFR services to start. The output of the show module sfr command should indicate that all processes are Up.

Exit mobile version