Forum Discussion

RAQS's avatar
RAQS
Icon for Cirrus rankCirrus
Jul 29, 2019

Migration from NetScaler to F5

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

 

  • Hello ShashankS

     

    Try this ->

    https://devcentral.f5.com/s/articles/citrix-netscaler-to-f5-big-ip

     

    KR,

    Dario.

    • RAQS's avatar
      RAQS
      Icon for Cirrus rankCirrus
      Hi Dario, Thanks for your reply I have been to this document earlier. Cab you please help me to understand this step by step. Do i need to use some extra tool or application? Regards, ShashankS
      • Dario_Garrido's avatar
        Dario_Garrido
        Icon for Noctilucent rankNoctilucent

        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.

  • 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.