chassisNoOfSMIsInstalled
BLADE-MIB ·
.1.3.6.1.4.1.2.3.51.2.22.4.51
Object
scalar mandatory
OctetString
The interposers that are installed on the chassis. The interposers are listed as a bitmap. The bitmap is a string containing a list of 1's and 0's that is as long as the number of interposers supported. If an interposer is installed in a bay, a 1 is present in the string in the position representing the bay ID as read from left to right. For example, if interposer is installed in bays 1, and 10 interposers are supported, the string would look like '1000000000'.
Context
- MIB
- BLADE-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.22.4.51- Type
- scalar
- Access
- readonly
- Status
- mandatory
- Parent
- chassisTopology
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BLADE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLADE-MIB::chassisNoOfSMIsInstalled.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BLADE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BLADE-MIB::chassisNoOfSMIsInstalled'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.