- Troubleshooting NetScaler
- Raghu Varma Tirumalaraju
- 429字
- 2021-07-16 11:06:44
A brief look at NetScaler address types
In this section, we will briefly go over the various address types in NetScaler:

IP addresses used in a regular NetScaler deployment.
NetScaler IP
NetScaler IP (NSIP) is the Management IP address, unique to each unit. The following are some of the features:
- Needs to be configured as part of the initial setup
- Any subsequent changes will require a reboot
- Typically is a private IP address for security reasons
Virtual IP
Virtual IP (VIP) is the IP that users land on and is usually added as part of configuring a feature.
Mapped IP
Mapped IP (MIP) is an IP that the NetScaler can also use to talk to the Server. Its features are as follows:
- Essentially relaying requests and receiving responses on behalf of the client.
- You can add as many MIPs as you like but only if they are from the same subnet as the NSIP.
- MIP only exists these days for legacy reasons; everything you can do with a MIP you can do with a SNIP. So follow on to the next.
Subnet IP
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
GSLB Site IP
A GSLB Site IP (GSLBsiteIP), in general terms is a Data Center. This IP only comes into play if you use GSLB.
This exists to enable communication between different sites allowing them to exchange operational information via a customer protocol called Metric Exchange Protocol (MEP).
- 高手是如何做產品設計的(全2冊)
- Computer Vision for the Web
- Learning ArcGIS Pro 2
- 技術領導力:程序員如何才能帶團隊
- 深度強化學習算法與實踐:基于PyTorch的實現
- JavaScript by Example
- JavaScript 程序設計案例教程
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- 基于ARM Cortex-M4F內核的MSP432 MCU開發實踐
- ElasticSearch Cookbook(Second Edition)
- Internet of Things with ESP8266
- Arduino計算機視覺編程
- 平面設計經典案例教程:CorelDRAW X6
- 跟戴銘學iOS編程:理順核心知識點