Index |
This object specifies the index number of this entry.
Should be unique. |
Descr |
This object specifies the description (name) of this entry.
Only for information. |
Mode |
This object enables, disables or deletes the entry. Enumerations: - enable (1)
- disable (2)
- delete (3)
|
EventIndex |
This object specifies the first index in the event table
(Index in scheduleEventTable). |
EventCondition |
This object defines the condition for the event chain to get
active (variable is set to schedActiveValue).
all : all events in the chain must be true (and)
one : at least one event must be true (or)
none : all event must be false (not)
one_not: at least one event must be false (nor)
Enumerations: - all (1)
- one (2)
- none (3)
- one-not (4)
|
VarEntry |
This object specifies the name of the SNMP table in which the
variable 'schedVarName' should be changed.
e.g. ifTable |
VarName |
This object specifies the name of the SNMP variable to be
changed, if the event is active.
e.g. AdminStatus |
VarIndexName |
This object specifies the SNMP variable name in the
schedVarTable table, that should specify the approprate
row (with schedVarIndexVal).
e.g. IfIndex |
VarIndexVal |
This object specifies the value of the schedVarIndexName,
that specifies the approprate row.
e.g. 10001 |
ActiveValue |
This object specifies the value that is written to the SNMP
variable in schedVarName, when the event is active.
If this is empty no change is done, only notification.
e.g. down |
Notify |
This object defines the notification method, if a variable is
changed.
none : no notification
all : all below notification methods
snmptrap: only a SNMP trap is send
(must create an entry also in biboAdmusrTrapTable)
syslog : only a syslog is generated
Enumerations: - none (1)
- all (2)
- snmptrap (3)
- syslog (4)
|
Status |
This object shows the current status of the event (list).
error indicates a invalid field (e.g. VarNameVarIndex,
value range ...)
Enumerations: - active (1)
- inactive (2)
- notavail (3)
- error (4)
|
InActiveValue |
This object specifies the value that is written to the SNMP
variable in schedVarName, when the event is inactive.
This is also the default value after a restart of the router
or if the system time is not set correct.
e.g. up |
LastChange |
This object shows the time of the last change. |