Hi there,
Making use of cpapi, I can write some python scripts to add access rules from an excel file into a check point firewall R80.40
This is the youtube link that I demo the process.
https://www.youtube.com/watch?v=8D4XJ3Bwtrk
One of the limitations of the python scripts is that I can only add a single source IP address, a single destination address and a single port for a given row (or a given single rule number).
But in my work environment, a single rule number most likely contains multiple source IP addresses, multiple destination addresses and multiple ports, such as the sample excel that I upload in this post (ADD_RULES_real_world.xlsx).
It would be great if you could shed some light.
(You can see or download my source code from the youtube link as the file .py is not supported here.)
Thank you.
Marty