stackUnitAttention
A3COM0017-STACK-CONFIG ·
.1.3.6.1.4.1.43.10.27.1.1.1.14
Object
column mandatory
r/w
Enumeration
Some of the units in the stack will contain a mechanism for
drawing attention to that unit. This is useful for directing
maintainance personnel. The method often employed is for a special LED,
or by placing some other LED into a flashing state. This object gives
access to the attention mechanism for a unit.
Note that if a unit does not support this mechanism then reading the
value of this object will return 'no-such-name' error. The possible
values for an instance of this object which does exist is 'noAttention'
or 'attention'.
Context
- MIB
- A3COM0017-STACK-CONFIG
- OID
.1.3.6.1.4.1.43.10.27.1.1.1.14- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- stackConfigEntry
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 'A3COM0017-STACK-CONFIG' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM0017-STACK-CONFIG::stackUnitAttention'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'A3COM0017-STACK-CONFIG' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM0017-STACK-CONFIG::stackUnitAttention.<stackUnitLocation>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A3COM0017-STACK-CONFIG' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A3COM0017-STACK-CONFIG::stackUnitAttention'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noAttention |
2 | attention |