glennake / DirectFire_Converter

DirectFire Firewall Converter - Network Security, Next-Generation Firewall Configuration Conversion, Firewall Syntax Translation and Firewall Migration Tool - supports Cisco ASA, Fortinet FortiGate (FortiOS), Juniper SRX (JunOS), SSG / Netscreen (ScreenOS) and WatchGuard (support for further devices in development). Similar to FortiConverter, SmartMove, Expedition etc.
GNU General Public License v3.0
50 stars 17 forks source link

Ssg to srx policies #16

Open joeneh28 opened 2 years ago

joeneh28 commented 2 years ago

Does it support convertion of firewall policies from juniper ssg/isg to SRX ?

joeneh28 commented 2 years ago

root@ubuntu:/DirectFire_Converter# python3 converter.py -c /DirectFire_Converter/fullconfig.txt -s netscreen -d junipersrx File "converter.py", line 129 print(f"{Fore.RED}Error: failed to load parser module.{Style.RESET_ALL}") ^ SyntaxError: invalid syntax

glennake commented 2 years ago

Hi @joeneh28, currently this tool cannot output to SRX configuration format. You could output to data format and programmatically generate your SRX configuration from there if you have the time/skills. If not I will consider it for adding as a supported output when I can. Thanks, Glenn