You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This is a Python script that converts Juniper SRX firewall configuration to FortiGate firewall configuration. The script supports conversion of the following configurations:
Policies
Schedulers (onetime Schedulers)
Addresses
Address groups
Services (custom ports)
VLANs (It currently works for one specific interface)
Getting Started
These instructions will get you a copy of the project up and running on your local machine for conversion process.
Prerequisites
you need to take a full backup of the configuration in the "display set" mode for addresses , address groups and services with the file name: backup_j.txt
Command : show configuration | display set
You also needed to take a custom configuration for schedulers and policies with the file names : schedules.json , policies_j.json