LocalLB::DNSCacheLocalZoneType

Introduced : BIG-IP_v11.4.0
A list of DNS cache local zone types which determine the cache&aposs operation in case the DNS query does not match the local zone data.

Members

Member

Value

Description

DNS_CACHE_LOCAL_ZONE_TYPE_UNKNOWN

0

Unknown DNS cache local zone type (or unsupported by iControl).

DNS_CACHE_LOCAL_ZONE_TYPE_DENY

1

Deny non-matching queries to local zone.

DNS_CACHE_LOCAL_ZONE_TYPE_REDIRECT

2

Redirect all queries to local zone which match zone apex name.

DNS_CACHE_LOCAL_ZONE_TYPE_REFUSE

3

Refuse non-matching queries to local zone.

DNS_CACHE_LOCAL_ZONE_TYPE_STATIC

4

NoData/NXDOMAIN response to non-matching queries to local zone.

DNS_CACHE_LOCAL_ZONE_TYPE_TRANSPARENT

5

Allow regular resolver operation for non-matching queries to local zone.

DNS_CACHE_LOCAL_ZONE_TYPE_TYPETRANSPARENT

6

Same as Transparent but without NoData response on non-matching query type to local zone.


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.