Navigate to: DNS ›› Delivery : Listeners : Listener List
https://gtm1.site1.example.com/tmui/Control/jspmap/tmui/dns/listener/list.jsp
https://gtm1.site2.example.com/tmui/Control/jspmap/tmui/dns/listener/list.jsp
Note
It is required to complete the following task on both gtm1.site and gtm1.site2
Create a TCP listener.
| Setting | gtm1.site1 | gtm1.site2 |
|---|---|---|
| Name | isp1_site1_ns1.example.com_tcp_53_virtual | isp2_site2_ns2.example.com_tcp_53_virtual |
| Destination | 203.0.113.8 | 198.51.100.40 |
| Protocol Profile (Client) | example.com_tcp-dns_profile | example.com_tcp-dns_profile |
| DNS Profile | example.com_dns_profile | example.com_dns_profile |
gtm1.site1 TMSH command:
tmsh create gtm listener isp1_site1_ns1.example.com_tcp_53_virtual address 203.0.113.8 ip-protocol tcp mask 255.255.255.255 port 53 profiles add { example.com_dns_profile example.com_tcp-dns_profile }
gtm1.site2 TMSH command:
tmsh create gtm listener isp1_site2_ns2.example.com_tcp_53_virtual address 198.51.100.40 ip-protocol tcp mask 255.255.255.255 port 53 profiles add { example.com_dns_profile example.com_tcp-dns_profile }
References
| [1] | https://support.f5.com/csp/article/K14923 |