3.2. DNS Express

Now that we have a nameserver defined, we must configure the DNSX zone. When completed, the BIG-IP will begin requesting zone transfers for example.com from that name server.

Navigate to DNS ›› Zones : Zones : Zone List

../../_images/create_dnsxpress_flyout.png

Create a DNS Express zone according to the following table:

Setting Value
Name example.com
Server master.example.com
Allow NOTIFY From 10.1.20.4
Verfiy Notify TSIG disable (uncheck box)
../../_images/mod3lab2-newzone.png

TMSH

tmsh create ltm dns zone example.com { dns-express-allow-notify add { 10.1.20.4 } dns-express-notify-tsig-verify no dns-express-server master.example.com }