-
Notifications
You must be signed in to change notification settings - Fork 17
Getting Started
-
Access the terminal of your Linux or Mac OSX machine.
-
Clone the Git repository to your local machine:
git clone https://github.com/glennake/DirectFire_Converter.git
- Change directory to the cloned repository:
cd DirectFire_Converter
- Install the required modules using Pip for Python3:
pip3 install -r requirements.txt
python3 converter.py
Usage:
converter.py [-h] -c <file_path> -s <source_type> -d <destination_type>
Parameters:
-h, --help, show help
-c, --config /full/path/to/config, source configuration file / folder
-s, --source {ciscoasa_pre83, fortigate, juniperxrx, watchguard}, source type
-d, --destination {ciscoasa, data, fortigate}, destination type
Description: full path to input configuration file or folder (/full/path/to/config)
Description: source type
See Firewall Support for full list of supported options.
Description: destination type
See Firewall Support for list of supported options.