Pools =========================== Pools are a grouping of related virtual servers. Pools will typically reference virtual servers on BIG-IP LTM systems. The pool we create below will be later referenced by a Wide-IP (FQDN). For more information on pools, please refer to the link below. |pools_link| .. |pools_link| raw:: html More information on BIG-IP DNS Pools |site1_pool_list_link| .. |site1_pool_list_link| raw:: html On gtm1.site1 navigate to: DNS ›› GSLB : Pools : Pool List .. image:: ../../media/gtm_pool_list.png :align: left |site1_pool_create_link| .. |site1_pool_create_link| raw:: html On gtm1.site1 Create a Pool of LTM Virtuals according to the following table: .. csv-table:: :header: "Field", "Value" :widths: 15, 15 "Name", "www.example.com_pool" "Type", "A" "member", "isp1_site1_www.example.com_tcp_https_virtual" "member", "isp2_site2_www.example.com_tcp_https_virtual" .. image:: ../../media/create_gtm_pool.png :align: left TMSH command to run on only gtm1.site1: .. admonition:: TMSH tmsh create gtm pool a www.example.com_pool { members add { site1_ha-pair:/Common/isp1_site1_www.example.com_tcp_https_virtual { member-order 0 } site2_ha-pair:/Common/isp2_site2_www.example.com_tcp_https_virtual { member-order 1 } } }