boardSeverity
SHELF-MIB ·
.1.3.6.1.4.1.1038.150.20.2.1.12
Object
column EQUIPMENT-MIBSeverity
A reference to failure severity for boards.
Context
- MIB
- SHELF-MIB
- OID
.1.3.6.1.4.1.1038.150.20.2.1.12- Type
- column
- Access
- readonly
- Status
- current
- Parent
- boardEntry
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 'SHELF-MIB' -M '/opt/observium/mibs/sagemcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SHELF-MIB::boardSeverity'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SHELF-MIB' -M '/opt/observium/mibs/sagemcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SHELF-MIB::boardSeverity.<boardIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SHELF-MIB' -M '/opt/observium/mibs/sagemcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SHELF-MIB::boardSeverity'
Syntax
- Source
- EQUIPMENT-MIBSeverity
- Base type
Enumeration
Values & Constraints
Type Values
1 | nonAlarmed |
2 | minor |
3 | major |
4 | critical |
5 | warning |
6 | invNonAlarmed |
7 | invMinor |
8 | invMajor |
9 | invCritical |
10 | invWarning |