storageMediaLocation-LocationType
SNIA-SML-MIB ·
.1.3.6.1.4.1.14851.3.1.13.3.1.3
Object
column mandatory
Enumeration
The type of Location. For example, whether this is an individual Media \'Slot\' (value=2), a MediaAccessDevice (value=4) or a \'Magazine\' (value=3) is indicated in this property.
Context
- MIB
- SNIA-SML-MIB
- OID
.1.3.6.1.4.1.14851.3.1.13.3.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- storageMediaLocationEntry
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 'SNIA-SML-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SNIA-SML-MIB::storageMediaLocation-LocationType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SNIA-SML-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SNIA-SML-MIB::storageMediaLocation-LocationType.<storageMediaLocationIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SNIA-SML-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SNIA-SML-MIB::storageMediaLocation-LocationType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | unknown |
1 | other |
2 | slot |
3 | magazine |
4 | mediaAccessDevice |
5 | interLibraryPort |
6 | limitedAccessPort |
7 | door |
8 | shelf |
9 | vault |