Differences between revisions 2 and 9 (spanning 7 versions)
Revision 2 as of 2017-07-11 20:30:07
Size: 390
Editor: PieterSmit
Comment:
Revision 9 as of 2018-03-26 07:58:01
Size: 1119
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * Links: [[LetsEncrypt]] , [[http://www.jasonsamuel.com/cheat-sheet/]]
Line 10: Line 11:
 * Set cert for web/api interface
   * [Traffic Management] -> [Load Balancing] -> [Services] -> [Internal Services]
   * http://pinchii.com/2011/07/replace-default-netscaler-certificate-for-the-management-gui/


== Python nsnitro rest examples ==
 * 2018 - https://cjaiwenwenblog.wordpress.com/2016/03/16/use-nitro-to-disable-sslv2sslv3-in-bulk/


== Command line ==
 * MPX has 2 modes, after login you are in the MPX mode, and issuing the command shell will enter the bsd shell.
   * list VIP's/vserver's
     {{{ show vserver }}}
   * list loadbalanced servers behind the vserver, name obtained above.
     {{{ show lb vserver $NAME}}}

Citrix Netscaler MPX Netscaler Notes

Python nsnitro rest examples

Command line

  • MPX has 2 modes, after login you are in the MPX mode, and issuing the command shell will enter the bsd shell.
    • list VIP's/vserver's
      •    show vserver 

    • list loadbalanced servers behind the vserver, name obtained above.
      •  show lb vserver $NAME

...

CitrixNetscalerMpx (last edited 2018-03-26 07:58:01 by PieterSmit)