LocalLB::ProfileDNS::DNSLastAction

Introduced : BIG-IP_v11.0.0
Last actions to take if there is no matching zone name, i.e. a DNS query does not match a GTM wideip name, is not a DNSSEC query type (e.g. DNSKEY, etc.), and does not match a DNS-Express Zone name.

Members

Member

Value

Description

DNS_LAST_ACTION_UNKNOWN

0

Last action is unknown (or is unsupported by iControl).

DNS_LAST_ACTION_ALLOW

1

Last action is for the system to pass the DNS query to either a pool member or on-box BIND. This is pre-11.x behavior.

DNS_LAST_ACTION_DROP

2

Last action is for the system to drop the DNS query.

DNS_LAST_ACTION_REJECT

3

Last action is for the system to send a DNS response with a REFUSED rcode set in the header.

DNS_LAST_ACTION_HINT

4

Last action is for the system to send a DNS response with a list of root name servers.

DNS_LAST_ACTION_NOERROR

5

Last action is for the system to send a DNS response with a NOERROR rcode set in the header.

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.