cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1588
Views
0
Helpful
4
Replies

FirePower License

Hi, All

I have ASA 5525 with SFR and firepower, the license expired and I cannot renew it at this time, my question can I skip the policy rules in firepower and allow users to access some websites blocked by the access rule and can I give the management to ASA appliance and control the user access to website by the CLI access list.

 

Your cooperation is appreciated

1 Accepted Solution

Accepted Solutions

The Firepower service module evaluates traffic based on its configured ACP and the fact that the ASA redirected traffic to it via the service policy +policy map +class map configuration.

If you just remove the service policy from the ASA configuration it will bypass the module altogether (along with any rules configured on it).

View solution in original post

4 Replies 4

Abheesh Kumar
VIP Alumni
VIP Alumni

Hi,
You can do this with ASA access list disable the rule in ACP and create a acl like below in ASA
for example to block some fqdn
!
object network google.com
fqdn google.com
object network cisco.com
fqdn cisco.com
!
object-group network DOMAIN-BLOCK
network-object object google.com
network-object object cisco.com
!
access-list INSIDE extended deny ip any object-group DOMAIN-BLOCK
!
access-group INSIDE in interface Inside

 

Hope This Heps

Abheesh

Thanks for the reply, but I mean that the firepower rule deny some websites and I can't change the rule because the license expired, I need to bypass the traffic to managed by ASA CLI.

 

thanks

 

Hi,
Why cant you try to disable the rule or delete the firewall from license page which is bind to URL filtering.

Hope This Helps
Abheesh

The Firepower service module evaluates traffic based on its configured ACP and the fact that the ASA redirected traffic to it via the service policy +policy map +class map configuration.

If you just remove the service policy from the ASA configuration it will bypass the module altogether (along with any rules configured on it).

Review Cisco Networking for a $25 gift card