Tool to create Firewall Rules in Cisco FMC by parsing spreadsheet
There are two modes:
- Single rule implementing one by one, use fmc_sequential.py
- Bulk rules implementation of limit 1000 at once, use fmc.py
Run:
pip3 install -r requirements.txt
Run:
pip3 install py2exe
python3 setup.py py2exe
fmc.exe
file will be present insidedist
folder- Rename
dist
folder towindows_release
- Create zip file to ship
windows_release.zip
fmc.exe --config_file <fmc_config.yml>
fmc.exe --help