Forum Discussion
zaephod_10490
Nimbostratus
Nov 11, 2013Anyone actually use ace2tmshv1.2.pl to migrate ACE AS (3.4) config to tmsh 11.4?
I have two questions, first is there a way on the ACE system to get a complete running-config of all contexts?
Second has anyone successfully gotten the ace2tmshv1.2 script to convert som...
Approxee
Nimbostratus
Nov 12, 2013You could just take all the node in a text file and use "find and replace"
The TMSH code to create a node is
"create node 10.10.10.1 { screen test } "
The ACE code to create a real server is
rserver host xxxxxxx_RS
ip address 172.17.94.48
inservice
This is not exactly going to work, but for example you could do
find / replace "ip address" with "create node"
find / replace "rserver host" with "{"
find / replace "_RS" with "}" - (Assumming you have _RS at the end of your real servers)
or write a bit more of a clever script or use Excel
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects