ltmDnsProfileDnsLastAction

F5-BIGIP-LOCAL-MIB · .1.3.6.1.4.1.3375.2.2.6.14.1.2.1.9

Object

column Enumeration
Last action that will be taken if there is no matching zone name, i.e.
a DNS query does not match a GTM Wide IP name, is not a DNSSEC query type
(e.g. DNSKEY, etc.), does not match a DNS-Express Zone name, and DNS
cache is not configured/enabled.
allow - last action is to pass the DNS query to either a pool member
or on-box BIND. This is pre-11.x behavior;
drop - last action is to drop the DNS query;
reject - last action is to send a DNS response with a REFUSED rcode
set in the header;
hint - last action is to send a DNS response with a list of root
name servers;
noerror - last action is to send a DNS response with a NOERROR rcode
set in the header.

Context

MIB
F5-BIGIP-LOCAL-MIB
OID
.1.3.6.1.4.1.3375.2.2.6.14.1.2.1.9
Type
column
Access
readonly
Status
current
Parent
ltmDnsProfileEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'F5-BIGIP-LOCAL-MIB' -M '/opt/observium/mibs/f5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'F5-BIGIP-LOCAL-MIB::ltmDnsProfileDnsLastAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'F5-BIGIP-LOCAL-MIB' -M '/opt/observium/mibs/f5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'F5-BIGIP-LOCAL-MIB::ltmDnsProfileDnsLastAction.<ltmDnsProfileName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'F5-BIGIP-LOCAL-MIB' -M '/opt/observium/mibs/f5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'F5-BIGIP-LOCAL-MIB::ltmDnsProfileDnsLastAction'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0allow
1drop
2reject
3hint
4noerror

Conformance