Site icon IP-NETWORK-BASICS

Configuration of the FirePOWER Software

Advertisements
  1. Open a session to the ASA SFR module.

INBASA# session sfr
Opening command session with module sfr.
Connected to module sfr. Escape character sequence is ‘CTRL-^X’.
Sourcefire ASA5555 v5.3.1 (build 152)
Sourcefire3D login:

  1. Log in with the username admin and the password Admin123.
  2. Complete the system configuration as prompted, which occurs in this order:
    • Read and accept the End User License Agreement (EULA).
    • Change the admin password.
    • Configure the management address and DNS settings, as prompted.

Example -ASA:

 

Redirect Traffic to the SFR Module

In order to redirect traffic to the ASA SFR module, you must create a service policy that identifies specific traffic. Complete these steps in order to redirect traffic to an ASA SFR module:

  1. Select the traffic that should be identified with the access-list command. In this example, all of the traffic from all of the interfaces is redirected. You can do this for specific traffic as well.

INBASA(config)# access-list sfr_redirect extended permit ip any any

2.Create a class-map in order to match the traffic on an access list:

INBASA(config)# class-map sfr
INBASA(config-cmap)# match access-list sfr_redirect

Note: You cannot configure both a passive mode and inline mode at the same time on the ASA. Only one type of security policy is allowed.

INBASA(config-pmap-c)# sfr fail-open monitor-only

3. Specify a location and apply the policy. You can apply a policy globally or on an interface.

INBASA(config)# service-policy global_policy global

The global keyword applies the policy map to all of the interfaces and the interface keyword applies the policy to one interface. 

Exit mobile version