esModuleDisabledDisplayMap
ES-MODULE-MIB ·
.1.3.6.1.4.1.437.1.1.2.1.2.1.1.13
Object
column mandatory
OctetString
A bit array where the presence of a particular bit
indicates a lit disabled LED for a module port.
Each octet within the value of this object specifies a
set of eight disabled LEDs, with the first octet specifying
disabled LEDs for ports 1 through 8, the second octet
specifying disabled LEDs 9 through 16, etc. Within each
octet, the most significant bit represents the lowest
numbered LED, and the least significant bit represents the
highest numbered LED. Thus, each LED is represented by a
single bit within the value of this object. If that bit
has a value of '1' then that LED is currently lit;
the LED is not lit if its bit has a value of '0'.
Context
- MIB
- ES-MODULE-MIB
- OID
.1.3.6.1.4.1.437.1.1.2.1.2.1.1.13- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- esModuleEntry
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 'ES-MODULE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ES-MODULE-MIB::esModuleDisabledDisplayMap'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ES-MODULE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ES-MODULE-MIB::esModuleDisabledDisplayMap.<esModuleIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ES-MODULE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ES-MODULE-MIB::esModuleDisabledDisplayMap'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.