Index |
This object specifies the index number of this entry. Must be unique and the corresponding variable in scheduleTable (EventIndex) refers to this index. Range: 1 to 65535 |
NextIndex |
This object defines the next entry in the event chain. 0 means the end the chain. Range: 0 to 65535 |
Descr |
This object specifies the description (name) of this entry. Only for information. Length: 0 to 255 |
Type |
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 Enumerations: - delete (1)
- time (2)
- value (3)
|
VarTable |
This object specifies the name of the SNMP table in which the variable should be monitored (only Type = value). e.g. biboPPPStatTable Length: 0 to 255 |
VarName |
This object specifies the name of the SNMP variable that is monitored (only Type = value). e.g. ifOperStatus Length: 0 to 255 |
VarIndexName |
This object specifies the SNMP variable name(s) in the table, that should specify the approprate row (with schedVarIndexVal). If a row cannot be identified by a single var (not unique) then multiple variables can be given (separated by ';'). e.g. IfIndex or IfIndex;ExtPort Length: 0 to 255 |
VarIndexVal |
This object specifies the value of the schedEvtVarIndexName, that specifies the approprate row. If not given, the index is the same as the appropriate entry in the scheduleTable (schedVarIndexVal). This allows to have the same event, for many commands, that refer to different rows. The number and type of the values must correspond to the given schedEvtVarIndexName. e.g. 10001 or 10001;123 Length: 0 to 255 |
Condition |
This object specifies the condition when the event is active Time events (active at the time 'Start' until 'End'): daily : the time event is daily active at given time monday..sunday: the time event is weekly active day1..day31 : the time event is monthly active mon_fri : from monday to friday mon_sat : from monday to saturday sat_sun : weekend (saturday and sunday) Value events: greater : value of 'Var' must be greater than 'Start' equal : value of 'Var' must be equal to 'Start' less : value of 'Var' must be less than 'Start' notequal : value of 'Var' must be not equal to 'Start' range : value of 'Var' must be between 'Start-End' Enumerations: - greater (1)
- equal (2)
- less (3)
- notequal (4)
- range (5)
- daily (6)
- sunday (7)
- monday (8)
- tuesday (9)
- wednesday (10)
- thursday (11)
- friday (12)
- saturday (13)
- mon-fri (14)
- mon-sat (15)
- sat-sun (16)
- day1 (17)
- day2 (18)
- day3 (19)
- day4 (20)
- day5 (21)
- day6 (22)
- day7 (23)
- day8 (24)
- day9 (25)
- day10 (26)
- day11 (27)
- day12 (28)
- day13 (29)
- day14 (30)
- day15 (31)
- day16 (32)
- day17 (33)
- day18 (34)
- day19 (35)
- day20 (36)
- day21 (37)
- day22 (38)
- day23 (39)
- day24 (40)
- day25 (41)
- day26 (42)
- day27 (43)
- day28 (44)
- day29 (45)
- day30 (46)
- day31 (47)
|
Start |
This object specifies the start value. In case of a time event it must be a time in format 'hh:mm' In case of a value event it must be a valid value for the specified 'VarName', to specify the compare value or the lower value of the range. for time entries e.g. 12:00 for value entries e.g. 20000 Length: 0 to 255 |
End |
This object specifies the end value (time or value range). In case of a time event it must be a time in format 'hh:mm' If this is not given, the event is active only at the time 'Start', and set back to inactive at once (one-time event). In case of a value event it must be a valid value for the specified 'VarName', to specify the upper value of the range. Length: 0 to 255 |
Status |
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,..) Enumerations: - active (1)
- inactive (2)
- notavail (3)
- error (4)
|
LastChange |
This object shows the time of the last change. Range: 0 to -1 |