severityDegree
CPS-MIB ·
.1.3.6.1.4.1.3808.2.1.2.1.4
Object
column mandatory
Enumeration
The trap receiver severity level. Traps are marked in severity level as informational(1), warning(2), severe(3). Only send the traps of equal or greater severity than this value to the receiver.
Context
- MIB
- CPS-MIB
- OID
.1.3.6.1.4.1.3808.2.1.2.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- mconfigTrapAccepterEntry
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 'CPS-MIB' -M '/opt/observium/mibs/cyberpower:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPS-MIB::severityDegree'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPS-MIB' -M '/opt/observium/mibs/cyberpower:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPS-MIB::severityDegree.<trapIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPS-MIB' -M '/opt/observium/mibs/cyberpower:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPS-MIB::severityDegree'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | information |
2 | warning |
3 | severe |