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
I work in the EMEA F5 Professional Services team. I generally deal Service Provider stuff because i come from that background ( 12 years working for Nokia Networks prior to joining F5 in 2013 )Zee
Nimbostratus
Nov 14, 2019is 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