productSetIDIndexIC
IbmFaultMgmt-MIB ·
.1.3.6.1.4.1.2.5.1.14.4.1.1
Object
column optional
Enumeration
This object provides a code indicating how product
identification data is to be inserted into the text
indexed by the install cause and/or recommended action code
points.
displayFirstHW - display machine type or product common name
from the first instance of the machineType
or hardwareProdCommonName objects.
displaySecondHW - display machine type or product common name
from the second instance of the machineType
or hardwareProdCommonName objects.
displayFirstSW - display software product common name
from the first entry of the
softwareProdCommonName object in the
swProductInstallSpecificInfoTable.
displaySecondSW - display software product common name
from the second entry of the
softwareProdCommonName object in the
swProductInstallSpecificInfoTable.
Context
- MIB
- IbmFaultMgmt-MIB
- OID
.1.3.6.1.4.1.2.5.1.14.4.1.1- Type
- column
- Access
- readonly
- Status
- optional
- Parent
- productSetIDIndexICEntry
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 'IbmFaultMgmt-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IbmFaultMgmt-MIB::productSetIDIndexIC'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IbmFaultMgmt-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IbmFaultMgmt-MIB::productSetIDIndexIC.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IbmFaultMgmt-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IbmFaultMgmt-MIB::productSetIDIndexIC'
Syntax
Enumeration
Values & Constraints
Enumerated Values
41 | displayFirstHW |
42 | displaySecondHW |
153 | displayFirstSW |
154 | displaySecondSW |