ipDnsDynamicEntIpaddrType
BINTEC-DNS-MIB ·
.0.20.19.1.3
Object
For positive entries, is ipv4 or ipv6 and stores IP-version for
ipDnsDynamicEntIpaddr.
For negative entries, is dns or ipv4/ipv6 and specifies type of
negative info. dns means that whole name is invalid. ipv4/ipv6
means that name is valid but no A/AAAA-records exist for it.
Remark: Values 'unknown', 'ipv4z', 'ipv6z' are inherited from
InetAddressType but are NOT allowed here.
Context
- MIB
- BINTEC-DNS-MIB
- OID
.0.20.19.1.3- Type
- column
- Access
- readonly
- 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::ipDnsDynamicEntIpaddrType'
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::ipDnsDynamicEntIpaddrType.<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::ipDnsDynamicEntIpaddrType'
Syntax
- Source
- INET-ADDRESS-MIBInetAddressType
- Base type
Enumeration
Values & Constraints
Type Values
0 | unknown |
1 | ipv4 |
2 | ipv6 |
3 | ipv4z |
4 | ipv6z |
16 | dns |
25 | l2vpn |