ipAddrDynamic
ZHONE-COM-IP-REC-MIB ·
.1.3.6.1.4.1.5504.4.1.9.2.1.27
Object
column r/w
Enumeration
This is the mode by which the IP address is discovered by the system. STATIC - Means,The IP address is Statically configured. DHCPCLIENT - IP address discovered from DHCPCLIENT PPP - Use PPP to get IP address. UNNUMBERED - this is an unnumbered interface. CPEMGR - IP address configured by CPE Manager.
Context
- MIB
- ZHONE-COM-IP-REC-MIB
- OID
.1.3.6.1.4.1.5504.4.1.9.2.1.27- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipInterfaceEntry
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 'ZHONE-COM-IP-REC-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-COM-IP-REC-MIB::ipAddrDynamic'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZHONE-COM-IP-REC-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-COM-IP-REC-MIB::ipAddrDynamic.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZHONE-COM-IP-REC-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZHONE-COM-IP-REC-MIB::ipAddrDynamic'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | static |
2 | ppp |
3 | dhcpclient |
4 | unnumbered |
5 | cpemgr |