ipDynaAddrType
BINTEC-DYNIP-MIB ·
.0.52.8.1.3
Object
column Enumeration
The type of this entry.
- dynamic : entry was created in consequence of a dynamic
IP address assignment or if IP address usage by
own or foreign device was detected
- manual : entry was created as a result of an entry in
ipStatAddrTable to reserve an IP address for a
dedicated DHCP client
Context
- MIB
- BINTEC-DYNIP-MIB
- OID
.0.52.8.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipDynaAddrEntry
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-DYNIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-DYNIP-MIB::ipDynaAddrType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BINTEC-DYNIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-DYNIP-MIB::ipDynaAddrType.<ipDynaAddrAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BINTEC-DYNIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BINTEC-DYNIP-MIB::ipDynaAddrType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | dynamic |
2 | manual |