mfgShelfID
LUXN-MIB ·
.1.3.6.1.4.1.4253.1.1.10.1.1
Object
Integer ID of each shelf in the chassis. The shelf number is always one for both GM1608 and GM3217. In the case of of GM3234, the bottom shelf is 1 while the top shelf is 2. As for GMX128, the order of numbering is from the top shelf to the bottom shelf. In other words, the top shelf is assigned 1.
Context
- MIB
- LUXN-MIB
- OID
.1.3.6.1.4.1.4253.1.1.10.1.1- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- mfgShelfEntry
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 'LUXN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUXN-MIB::mfgShelfID'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LUXN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUXN-MIB::mfgShelfID.<mfgShelfID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUXN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUXN-MIB::mfgShelfID'