This is an example of the command used to create a GTM Pool then a GTM WideIP that uses that pool.
In this scenario we use two different Data Centers
FIRST – CREATE THE POOL
tmsh create gtm pool a pool.pi.int.thezah.com members add { 10.40.32.15:10_40_32_15_5060-vs { member-order 1 } 10.45.32.16:10_45_32_16_5060-vs { member-order 0 } }
VERIFY THE POOL
tmsh list gtm pool a pool.pi.int.thezah.com
SECOND – CREATE THE WIDEIP
tmsh create gtm wideip a pi.iglb.int.thezah.com aliases add { pi.int.thezah.com } pool-lb-mode round-robin pools add { pool.pi.int.thezah.com }
VERIFY THE WIDEIP
tmsh list gtm wideip a pi.iglb.int.thezah.com
TEST THE WIDEIP
dig pi.int.thezah.com
(hopefully if you keep digging you will get pi-prd1 and then pi-prd2)