ipDnsStaticEntResponse

BINTEC-DNS-MIB · .0.20.18.1.5

Object

column r/w Enumeration
Field serves multiple purposes.
'delete' means that entry shall be removed.
Any other value specifies entry-type.
'ignore'/'negative' means that queries for specified name shall
be ignored/rejected.
'positive' means that entry is either 'normal' cache-entry or
wildcard (if name starts with '*.'). Normal entries store name
and address for building related A/AAAA/PTR-resource-records, and
wildcards are used for forwarding queries for certain domains and
their sub-domains to other nameservers.

Context

MIB
BINTEC-DNS-MIB
OID
.0.20.18.1.5
Type
column
Access
readwrite
Status
current
Parent
ipDnsStaticEntry

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 'BINTEC-DNS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-DNS-MIB::ipDnsStaticEntResponse'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BINTEC-DNS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-DNS-MIB::ipDnsStaticEntResponse.<ipDnsStaticEntIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BINTEC-DNS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BINTEC-DNS-MIB::ipDnsStaticEntResponse'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1ignore
2negative
3positive
4delete