schedEventCondition

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

Object

column mandatory r/w Enumeration
This object defines the condition(s) for the event (or chain) 
to change this command to active (variable is set 
to schedActiveValue).
  all    : all events in the chain must be active (and)
  one    : at least one event must be active (or)
  none   : all events must be inactiv (not)
  one_not: at least one event must be inactiv (nor)

Context

MIB
BIANCA-BRICK-ADMIN-2-MIB
OID
.1.3.6.1.4.1.272.4.22.2.1.1.5
Type
column
Access
readwrite
Status
mandatory
Parent
scheduleEntry

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::schedEventCondition'
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::schedEventCondition.<schedIndex>'
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::schedEventCondition'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1all
2one
3none
4one-not