A Python script to convert RadWare configuration to F5 syntax
Project description
rad2f5
This is a simple script to convert Radware Appdirector configurations to F5 configuration. This was written in Python v2.7 but is expected to work on v3.
Install using pip:
pip install rad2f5
Usage
Usage: rad2f5 <filename> [partition]
Output is to stdout and shows statistics about the number of objects and then F5-syntax configuration. This F5 configuration can be loaded onto an F5 device using tmsh load sys config merge file /var/tmp/<filename> verify. Fix any issues and load with tmsh load sys config merge file /var/tmp/<filename>
The certificates and keys will be output into the current directory, these should be uploaded to the BIG-IP in the /var/tmp directory and run the script check_certs.sh to ensure the certs and keys are correct, then run load_certs to load the certificates and keys.
See an example at https://devcentral.f5.com/codeshare/radware-config-translation-1130
Contact me at DevCentral if you would like any configuration added or for bug fixes.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file rad2f5-3.4.tar.gz
.
File metadata
- Download URL: rad2f5-3.4.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 214a9a9e9bf3c9697daad510f7425ee2afc386d850ad54ee904a93e7bcf34296 |
|
MD5 | 77533de2af1fe1ed1038785962b9714f |
|
BLAKE2b-256 | 0e68289af3d8ade852713aeba48fb03234ad99eb64fc1394ad78c82a3336a6b1 |