componentServiceDataDumpCapabilityMask
CME-MIB ·
.1.3.6.1.4.1.2.3.51.2.23.15.1.1.5
Object
column mandatory
OctetString
Indicates whether the component has the capability to trigger service data and if so,
which operations are supported and whether the file can be transferred to the MM
from the component.
The values and meanings are as follows:
0000 0000 means this component does not support any at all.
0000 0001 means this component supports 'processor' type and the file remains on the component.
0000 0010 means this component supports 'platform' type and the file remains on the component.
0000 0100 means this component supports 'partition' type and the file remians on the component.
0000 1000 means this component supports 'processor' type and the file can be transferred to the MM.
0001 0000 means this component supports 'platform' type and the file can be transferred to the MM.
0010 0000 means this component supports 'partition' type and the file can be transferred to the MM
0100 0000 means this component supports 'serviceData' type and the file can be transferred to the MM
For example, the returned value of 01111000 means this component supports 'processor','platform',
'partition' and 'serviceData' types, and the file can be transferred to the MM
Context
- MIB
- CME-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.23.15.1.1.5- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- componentServiceDataEntry
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::componentServiceDataDumpCapabilityMask'
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::componentServiceDataDumpCapabilityMask.<componentServiceDataTopologyPath>'
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::componentServiceDataDumpCapabilityMask'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.