componentIPv4ConfigDHCPEnable
CME-MIB ·
.1.3.6.1.4.1.2.3.51.2.22.32.16.1.1.11
Object
column mandatory
r/w
Enumeration
IP config method on the component network interface to modify mode to static IP, DHCP and 'try DHCP then try static'. If this network interface doesn't support DHCP, show 'notApplicable(255)'.
Context
- MIB
- CME-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.22.32.16.1.1.11- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- componentIPv4ConfigEntry
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 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::componentIPv4ConfigDHCPEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::componentIPv4ConfigDHCPEnable.<componentIPv4ConfigTopologyPath>.<componentIPv4ConfigPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CME-MIB::componentIPv4ConfigDHCPEnable'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | useStatic |
1 | useDhcp |
2 | tryDhcpThenTryStatic |
255 | notApplicable |