connUnitEventFilter
FCMGMT-MIB ·
.1.3.6.1.3.94.1.6.1.25
Object
This value defines the event severity that will be logged by this connectivity unit. All events of severity less than or equal to connUnitEventFilter are logged in connUnitEventTable. Persistent across boots.
Context
- MIB
- FCMGMT-MIB
- OID
.1.3.6.1.3.94.1.6.1.25- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- connUnitEntry
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 'FCMGMT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FCMGMT-MIB::connUnitEventFilter'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FCMGMT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FCMGMT-MIB::connUnitEventFilter.<connUnitId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FCMGMT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FCMGMT-MIB::connUnitEventFilter'
Syntax
- Source
- FcEventSeverity
- Base type
Enumeration
Values & Constraints
Type Values
1 | unknown |
2 | emergency |
3 | alert |
4 | critical |
5 | error |
6 | warning |
7 | notify |
8 | info |
9 | debug |
10 | mark |