09-Nov-2016 06:34
Is it advisable to configure separate self IP on GTM for Communication with Peer devices instead of using Management IP for all communications ?
I have 2 DC and 2 GTMs in each data center There are total of 4 Pair of LTMs (Total 8 in active/standby) 2 Pair (Total 4) LTM in DC A 2 Pair (Total 4) LTM in DC B
I am configuring GTMs as Active/Active
Also I would like to know about the prober pool configuration in my scenario
In my understanding, I can create a prober pool on GTM A in DC A by adding the following 1- IP of GTM A 2- IP of GTM B 3- LTM in DC A 4 -LTM in DC B (Should be Running the same application as in DC A)
Let me know if it is correct or not
09-Nov-2016 06:59
If you are asking about running iQuery over the Mgmt interface, do NOT do it. Set up a self-IP for this communication. I normally do this on the same VLAN as the Listener.
I am also not sure about what you mean when you say you are setting up the GTM devices as ACTIVE/ACTIVE. That is usually a term used for HA configuration. I would advise you run all the GTM in Standalone mode, and not HA them, unless you have other requirements that dictate HA pairs of GTM devices (For instance if they are also performing LTM services). Just like you would DNS servers.
In regards to Prober Pools, I always try to get the bigip device closest to the resource being monitored, to do the monitoring. For instance, if I have a HA pair of LTM in a DC, and they can hit the resource I need monitored in that DC, I would put them in the Prober pool alone. I also tend to avoid having large prober pools, as I like probing to be as deterministic as possible, for ease of troubleshooting. I like to KNOW where the monitors are sourced from. Prober Pools are a big topic, and one you should really consider cautiously as you architect this. Consider where the Probers are, How they reach the resources being monitored, and what the consequences are as the probes move from one device to the other.
Personally, I use prober pools, NOT to LB the monitoring load, but to control where monitoring occurs. Not sure if that is the best philosophy, but it has been successful for me in large environments.
Best of Luck!
09-Nov-2016 11:01
Appears you only have bigip devices in play, so you do not need Prober pools. The iquery between the GTM and LTM will do all you need. The LTM will provide VIP status via iQuery.
There are some caveats to this, such as VIPs that do not change state. Those would need monitors applied to the pools on the GTM, and those monitors would engage a prober for execution. But, if your VIPs go RED/GREEN you should be fine.
Hope it helps!