productIDCodeFC
IbmFaultMgmt-MIB ·
.1.3.6.1.4.1.2.5.1.15.3.1.1
Object
column optional
Enumeration
A code indicating what product identification, if any is
to displayed in conjunction with the data-type and data.
displayNone - Do not display any product identification
data in conjunction with the data-type and
data.
displayFirstHW - display machine type or product common name
from the first entry of the machineType
or hardwareProdCommonName objects in the
hwProductInstallSpecificInfoTable.
displaySecondHW - display machine type or product common name
from the second entry of the machineType
or hardwareProdCommonName objects in the
hwProductInstallSpecificInfoTable.
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.15.3.1.1- Type
- column
- Access
- readonly
- Status
- optional
- Parent
- detailedDataFCEntry
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::productIDCodeFC'
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::productIDCodeFC.<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::productIDCodeFC'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | displayNone |
41 | displayFirstHW |
42 | displaySecondHW |
153 | displayFirstSW |
154 | displaySecondSW |