dellTrapSeverity
Dell-LAN-TRAP-MIB ·
.1.3.6.1.4.1.674.10895.5000.1.1.2
Object
scalar Enumeration
The severity type of the enterprise-specific trap sent to the
Network Management Station by the Dell managed device. The
Severity level are defined as follows:
Critical - service affecting event.
Major - a major error which is not service affecting but does
require immediate user attention to prevent further
degredation of the system, which may lead to a critical
error. For example, if a redundant port failure would
be considered a major event whereas the failure of an
unprotected port is a critical event.
Minor - a minor event which is not service affecting and is
unlikely to lead to a major or critical event. The user
does not need to take immediate actions but some action
is required to clear the event.
Info - a notification to the user of some event that does not
require any user action. For example, a security
notification is useful information but does not require
the user to take any specific immediate action. This
event is not cleared.
Clear - this special trap is sent to clear some previously sent
trap. Note that if the sequence number sent with the
clear event is 0 then the clear event is used to indicate
that all outstanding event of this particular type on a
given source (dellTrapSource) has been cleared. If the
event sequence number (dellTrapSeqNum) is sent with a
non-zero value, then the clear event is sent to clear only
the specific trap instance designated by the sequence
number in question.
Context
- MIB
- Dell-LAN-TRAP-MIB
- OID
.1.3.6.1.4.1.674.10895.5000.1.1.2- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- dellAlarmGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Dell-LAN-TRAP-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Dell-LAN-TRAP-MIB::dellTrapSeverity.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Dell-LAN-TRAP-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Dell-LAN-TRAP-MIB::dellTrapSeverity'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | clear |
1 | info |
2 | minor |
3 | major |
4 | critical |