This article describes how to monitor NetScaler appliances that are part of the high availability setup with route monitors.
In a high availability setup, a route monitor on each appliance watches the internal routing table to ensure that a route entry for reaching a particular network is always available. If the route entry is not available, the state of the route monitor changes to DOWN. Route monitors are useful in a non-INC mode high availability setup where you want the non-reachability of a gateway from a primary appliance to be one of the conditions for High Availability failover.
In this scenario, the IP addresses of the NetScaler appliances are 172.16.15.20 and 172.16.15.21. The default gateway for the appliances are 172.16.15.1, which the appliances are directly connected to two different core Switches. In this article, route 172.16.15.0/24 is being monitored for high availability.
To monitor appliances that are part of the high availability setup with route monitors, complete the following procedure:
Enable the Monitored Static Route option.
To configure the route monitors from the command line interface, run the following commands:
bind ha node 1 -routeMonitor 172.16.15.0 255.255.255.0
add route 172.16.15.0 255.255.255.0 172.16.15.1 -distance 1 -cost 0 -weight 1 -msr ENABLED -monitor ping-default
If the monitored static route option is disabled on static routes, a unreachable static route can remain in the internal routing table.
Consider the following points in a non-INC high availability setup:Citrix Documentation - Configuring Route Monitors
Citrix Documentation - Limiting Failovers Caused by Route Monitors in non-INC mode