Radware config translation
Problem this snippet solves: This is a simple Python script that translates Radware text configuration file and outputs as config snippet and certificate files.
$ ./rad2f5
Usage: rad2f5 <filen...
Updated Jun 06, 2023
Version 3.0PeteWhite
Employee
Joined May 16, 2019
Zee
Nov 14, 2019Nimbostratus
is this Python script valid for Radware link proof. i tried to use the same script as encountered below error.
[root@mybigip:Active:Standalone] tmp # ./rad2f5.py
Traceback (most recent call last):
File "./rad2f5.py", line 10, in <module>
import ipaddress
ImportError: No module named ipaddress
[root@mybigip:Active:Standalone] tmp # ./rad2f5.py 20190820_HQLinkproof1_Config.txt>new.txt
Traceback (most recent call last):
File "./rad2f5.py", line 10, in <module>
import ipaddress
ImportError: No module named ipaddress