schedEvtStatus
BIANCA-BRICK-ADMIN-2-MIB ·
.1.3.6.1.4.1.272.4.22.2.2.1.12
Object
column mandatory
Enumeration
This object indicates the status of the event. For value events the status is only available in the scheduleTable, because more than one entry can refer to the same event entry. 'error' indicates an invalid field (e.g. VarTable, VarName, time range,..)
Context
- MIB
- BIANCA-BRICK-ADMIN-2-MIB
- OID
.1.3.6.1.4.1.272.4.22.2.2.1.12- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- scheduleEventEntry
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 'BIANCA-BRICK-ADMIN-2-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-ADMIN-2-MIB::schedEvtStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BIANCA-BRICK-ADMIN-2-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-ADMIN-2-MIB::schedEvtStatus.<schedEvtIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-ADMIN-2-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-ADMIN-2-MIB::schedEvtStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
2 | inactive |
3 | notavail |
4 | error |