shelfIdx

XXX-MIB · .1.3.6.1.4.1.34592.1.1.1.3.1.1.1

Object

column Enumeration
Chassis index - 1 = master management module,
2-4 = slave management module

Context

MIB
XXX-MIB
OID
.1.3.6.1.4.1.34592.1.1.1.3.1.1.1
Type
column
Access
readonly
Status
current
Parent
slotEntry

Walk 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 'XXX-MIB' -M '/opt/observium/mibs/cdata:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XXX-MIB::shelfIdx'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'XXX-MIB' -M '/opt/observium/mibs/cdata:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XXX-MIB::shelfIdx.<shelfIdx>.<slotIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'XXX-MIB' -M '/opt/observium/mibs/cdata:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'XXX-MIB::shelfIdx'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1master
2slave_1
3slave_2
4slave_3