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 )samuelovisua
Nimbostratus
Jan 21, 2019Hi everybody, First of all, thanks Pete for sharing the script. I tried to execute but got the following error: --------- executed on windows 10 --------- Traceback (most recent call last): File "rad2f5_p3", line 426, in if rule in l7rules:
NameError: name 'rule' is not defined
I got the statistics output but nothing else, i mean, no config. Any clue whats happening? Thanks in advance! Br, Samuel.