02-11-2019 09:41 AM - edited 03-12-2019 07:17 AM
Greetings,
We recently were able to get FirePOWER T&C licensing enabled on our ASA 5506-X, but we seem to be unable to route traffic from the firewall through the SFR Module. We have only the 5506, no TMC or virtual appliances.
We made it through this guide to step 6 (https://www.cisco.com/c/en/us/td/docs/security/asa/quick_start/sfr/firepower-qsg.html) and the stats page (the traffic information page on the FirePOWER tab) does not populate. Troubleshooting tips would be appreciated and thank you for any information you can provide.
02-11-2019 04:13 PM
02-12-2019 06:32 AM
Have you created a policy in the ASA to re-direct traffic to the module?
If not, here are some basic steps to do it from the ASA CLI:
1. Redirect traffic to the module. (Here I will send all IP traffic,
but you can also match on specific source, destination, ports, etc.)
(config)# access-list SFR extended permit ip any any
(config)# class-map SFR
(config-cmap)# match access-list SFR
2. Add that class-map to the default policy-map.
(config)# policy-map global_policy
(config-pmap)# class SFR
(config-pmap-c)# sfr fail-open
Those are the basic steps to re-direct traffic from the ASA firewall to the Firepower module.
Hope it helps.
/Jörgen
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide