schedEvtType

BIANCA-BRICK-ADMIN-2-MIB · .1.3.6.1.4.1.272.4.22.2.2.1.4

Object

column mandatory r/w Enumeration
This object defines the type of the event or deletes the entry
time   : the event is time triggered
         The events gets active on a specified time range.
         'Condition' must contain daily .. day31, and
	   'Start+End' contain a time range, e.g. 12:00 + 13:00
value  : the event is value triggered
         'Condition' must contain greater .. range
         The event gets active if a SNMP variable gets a 
	   specified value (or range).
	   'VarTable/VarName' specifies the watched SNMP 
	   variable.
	   'Start+End' contain a value range, e.g. 1000 + 2000

Context

MIB
BIANCA-BRICK-ADMIN-2-MIB
OID
.1.3.6.1.4.1.272.4.22.2.2.1.4
Type
column
Access
readwrite
Status
mandatory
Parent
scheduleEventEntry

Walk 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::schedEvtType'
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::schedEvtType.<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::schedEvtType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1delete
2time
3value