29-Jul-2019 07:21
Hello Everyone,
I am planning to migrate from NetScaler to F5 iSeries. I want to migrate the whole configuration from NetScaler to F5 (Load balancer setup)
Can you guys please help me with any script , instead of manually configuring each VIP if i get any script it will be helpful.
Thanks
ShashankS
29-Jul-2019 09:16
Hello ShashankS
Try this ->
https://devcentral.f5.com/s/articles/citrix-netscaler-to-f5-big-ip
KR,
Dario.
29-Jul-2019 11:12
29-Jul-2019
15:09
- last edited on
01-Jun-2023
14:53
by
JimmyPackets
Yes, previously you need to have installed a perl interpreter.
REF - https://learn.perl.org/installing/
After that, you need to export the netscaler configuration to a text file.
Then you can run the script using the netscaler text file like this.
# perl nsv8_to_f5.pl netscalerconfigfile /var/tmp/bigipoutputfile
This is a pretty old script, but that's the only resource related in the community. I would try it before exploring other possibilities.
KR,
Dario.
29-Jul-2019 23:53
30-Jul-2019 04:44
You can run the script in one machine with perl interpreter (see previous comment) or use F5 device (which already has perl installed). Of course, using CLI.
Regarding the versions, i'm not the developer and I cannot confirm this.
This only a text parser, you are not executing anything. You can try it without problem.
BTW, if my answer was helpful, I would appreciate if you mark mark my answer as "the best" or give me some upvote.
KR,
Dario.
30-Jul-2019 06:52
Thanks Dario for reply. I will check it and update you accordingly.
10-Jan-2020 09:45
Hi Shashank, did you get it to work? I am trying the same perl script but it is not working for me. I am also need it for a ver 11 for netscaler.
05-Nov-2020 20:29
The basic syntax used by Netscaler v8.x is quite different from v11.x. In 8.x you will see probe, rserver, serverfarm, etc. In 11.x, configs have action prefixes and terms like monitor, server, service, vserver, etc. The script will never work for v11.x.