cpqNicIfLogMapDHCP
CPQNIC-MIB ·
.1.3.6.1.4.1.232.18.2.2.1.1.22
Object
column mandatory
Enumeration
This value indicates whether logical adapter ip address
was obtained via a DHCP server.
The following values are valid:
true(1)
ip address is a dhcp address.
false(2)
ip address is a static address.
Context
- MIB
- CPQNIC-MIB
- OID
.1.3.6.1.4.1.232.18.2.2.1.1.22- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqNicIfLogMapEntry
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 'CPQNIC-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQNIC-MIB::cpqNicIfLogMapDHCP'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQNIC-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQNIC-MIB::cpqNicIfLogMapDHCP.<cpqNicIfLogMapIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQNIC-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQNIC-MIB::cpqNicIfLogMapDHCP'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | true |
2 | false |