Cisco CSS to F5 BIG-IP via tmsh
Problem this snippet solves:
This script will convert Cisco CSS Configuration Files to F5 BIG-IP configuration. It is not intended to do a complete migration, but should help do the heavy lifting.
How to use this snippet:
The script dumps to stdout, to capture in a file, use:
perl css2f5-tmsh.pl cssconfigfile > /var/tmp/bigipconf.txt
Updated Jun 05, 2023
Version 2.0CodeCentral_194
Cirrus
Joined May 05, 2019
- Marcus_Yu_17664NimbostratusHi there, this is really helpful. I tried the script, noticing that after the conversion, the bigipconf.txt file doesn't contain any node configuration? not sure why, can someone help to explain? sincerely thanks