ipDnsDynamicEntResponse
BINTEC-DNS-MIB ·
.0.20.19.1.5
Object
column r/w
Enumeration
Field serves multiple purposes.
'delete' means that entry shall be removed.
Any other value specifies entry-type.
'positive' means that entry stores name and address for building
related A/AAAA/PTR-resource-records.
'negative-imp'/'negative-exp' means that no resource-records
can be retrieved for specified name and type (see 'IpaddrType'
field). This info may have been learned from explicit ('exp')
negative reply or implicitly ('imp') from timeout of earlier
forwarded query/question.
Context
- MIB
- BINTEC-DNS-MIB
- OID
.0.20.19.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipDnsDynamicEntry
Net-SNMP examples
How SNMP and these commands workWalk 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::ipDnsDynamicEntResponse'
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::ipDnsDynamicEntResponse.<ipDnsDynamicEntIndex>'
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::ipDnsDynamicEntResponse'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | negative-imp |
2 | negative-exp |
3 | positive |
4 | delete |