1.2. Load BalancingΒΆ

Augment and scale an existing DNS infrastructure by Load Balancing DNS queries across a pool of DNS servers.

Navigate to: DNS >> Delivery : Load Balancing : Pools : Pool List

../../_images/class2_dns__pool_create_flyout.png

Create a pool according to the following table:

Setting Value
Name branch01_dns_pool
Health Monitors example.com_dns_monitor
  1. Node Name
dc01.branch01.example.com_node
  1. Address
10.1.20.200
  1. Service Port
53
  1. Node Name
dc02.branch01.example.com_node
  1. Address
10.1.20.210
  1. Service Port
53
../../_images/create_pool.png

https://router01.branch01.example.com/tmui/Control/jspmap/tmui/dns/pool/create.jsp

TMSH

tmsh create ltm pool branch01_dns_pool members add { dc01.branch01.example.com_node:53 { address 10.1.20.200 } dc02.branch01.example.com_node:53 { address 10.1.20.210 } } monitor example.com_dns_monitor