DNS > Class 2 - Next Generation DNS Services > 2. Listeners Source | Edit on
2.5. UDP Listener¶
Now that all of our profiles are created, we can create our listeners starting with the UDP listener.
Navigate to: DNS ›› Delivery : Listeners : Listener List
Create a UDP listener according to the tables below:
| Setting | Value |
|---|---|
| Name | udp_53_virtual |
| Destination Address | 10.1.10.53 |
| Service Port (Advanced Settings) | DNS 53 |
| VLAN and Tunnel Traffic -> Enabled on.. | external |
| Address Translation | Enabled |
| Protocol | UDP |
| Protocol Profile (Client) | example.com_udp-dns_profile |
| DNS Profile | example.com_dns_profile |
| Default Pool | dns_pool |
TMSH
tmsh create gtm listener udp_53_virtual address 10.1.10.53 port 53 translate-address enabled ip-protocol udp pool dns_pool profiles add { example.com_dns_profile example.com_udp-dns_profile } vlans add { external } vlans-enabled