03-10-2017 12:27 PM - edited 03-12-2019 06:19 AM
Can I change the number of access control policy rules displayed per page in FMC? It seems to default to displaying only 50 rules at a time, which is a bit low.
Solved! Go to Solution.
03-11-2017 11:20 PM
You can't in FMC (as of the current 6.2); but you can list them all from the cli on your sensors.
From expert mode (log into sensor via ssh and type "expert"), use the following command (using "cat" as an example - you can munge the output with your choice of Linux commands):
cat /var/sf/detection_engines/*/ngfw.rules
You should also be able to get the same using the API.
Note you can change the default number of Connection Events shown in the GUI (from 25). That's found under your username > User Preferences > Event View Settings.
03-11-2017 11:20 PM
You can't in FMC (as of the current 6.2); but you can list them all from the cli on your sensors.
From expert mode (log into sensor via ssh and type "expert"), use the following command (using "cat" as an example - you can munge the output with your choice of Linux commands):
cat /var/sf/detection_engines/*/ngfw.rules
You should also be able to get the same using the API.
Note you can change the default number of Connection Events shown in the GUI (from 25). That's found under your username > User Preferences > Event View Settings.
03-13-2017 07:04 AM
Thanks for the answer. I am disappointed in that answer, as obviously the GUI is where we spend most of our time, and dealing with the multiple pages of rules is just annoying. But I appreciate knowing that I am not missing some option somewhere.
09-06-2017 11:16 PM
Guys do know how we can export the pre-filter policies ?
I have pre-filter polciies and want them to be imported in an excel format for a reveiw purpose.
any inbuilt tool or script that can be helful on this please?
03-27-2017 10:48 AM
See my python script below. It will allow you to dump the whole ACP to a CSV. It will not break out the network or port objects, but will give you a good way to review the rules.
https://github.com/scourge71/fmcapi
03-28-2017 08:26 AM
Very nice - thanks Jason.
06-23-2021 04:50 AM
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