In this section, we will briefly go over the various address types in NetScaler:
NetScaler IP (NSIP) is the Management IP address, unique to each unit. The following are some of the features:
Virtual IP (VIP) is the IP that users land on and is usually added as part of configuring a feature.
Mapped IP (MIP) is an IP that the NetScaler can also use to talk to the Server. Its features are as follows:
Subnet IP (SNIP) is the defacto IP for NetScaler to Server communication. This IP is everything the MIP is, but without the limitation of having to be in the same subnet as the NSIP.
As a bonus, adding a SNIP will also add a direct route on the NetScaler to facilitate communication with the Servers. Check out the illustration with a routing table, as follows:
Here, 192.168.1.150
is the NSIP that evidently sits in a different subnet from 172.16.1.151
, which is the SNIP. In this case, the NetScaler will add a direct route to 172.16.1.0
with itself as the gateway.
You can, also use the SNIP to manage the NetScaler (among other IPs) by enabling management access. This especially helps in the HA environment by ensuring you always arrive at the primary when logging in to make any changes:
> set nsip 172.16.1.151 -mgmtAccess ENABLED
3.141.42.5