incaDevEvPriority
INCA-DEVICE-MIB ·
.1.3.6.1.4.1.39938.1.1.2.7.1.1
Object
column Enumeration
The priority level that is controlled by this entry. These are ordered from most (emergency) to least (debug) critical. Each event with a CM or CMTS has a particular priority level associated with it (as defined by the vendor). During normal operation no event more critical than notice(6) should be generated. Events between warning and emergency should be generated at appropriate levels of problems (e.g. emergency when the box is about to crash).
Context
- MIB
- INCA-DEVICE-MIB
- OID
.1.3.6.1.4.1.39938.1.1.2.7.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- incaDevEvControlEntry
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 'INCA-DEVICE-MIB' -M '/opt/observium/mibs/wisi:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'INCA-DEVICE-MIB::incaDevEvPriority'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'INCA-DEVICE-MIB' -M '/opt/observium/mibs/wisi:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'INCA-DEVICE-MIB::incaDevEvPriority.<incaDevEvPriority>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'INCA-DEVICE-MIB' -M '/opt/observium/mibs/wisi:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'INCA-DEVICE-MIB::incaDevEvPriority'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | emergency |
2 | alert |
3 | critical |
4 | error |
5 | warning |
6 | notice |
7 | information |
8 | debug |