slDryConInSeverity
SL-DRY-CON-MIB ·
.1.3.6.1.4.1.4515.1.7.2.2.1.3
Object
column r/w
Enumeration
A severity of the input dry contact alarm.
Context
- MIB
- SL-DRY-CON-MIB
- OID
.1.3.6.1.4.1.4515.1.7.2.2.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- slDryConInEntry
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 'SL-DRY-CON-MIB' -M '/opt/observium/mibs/packetlight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SL-DRY-CON-MIB::slDryConInSeverity'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SL-DRY-CON-MIB' -M '/opt/observium/mibs/packetlight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SL-DRY-CON-MIB::slDryConInSeverity.<slDryConInIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SL-DRY-CON-MIB' -M '/opt/observium/mibs/packetlight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SL-DRY-CON-MIB::slDryConInSeverity'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | critical |
2 | major |
3 | minor |
4 | cleared |
5 | notification |