BIANCA-BRICK-ADMIN-2-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
2
Rows
2
Columns
27

scheduleTable

table mandatory
.1.3.6.1.4.1.272.4.22.2.1 · 1 row entry · 14 columns
The scheduleTable lists the commands for the scheduler.
The scheduler watches the events (scheduleEventTable),
and sets the appropriate SNMP variable(s) in this table
schedVarTable/schedVarName in the row schedVarIndexName/
schedVarIndexVal to the specified value (ActiveValue/
InActiveValue).
Instead of setting an SNMP variable, also an application can
be executed (this must terminate without interaction).
          
Additional a notification can be send (syslog, trigger a 
SNMP trap).
To send a SNMP trap additional the SNMP must be configured
to create a trap on a change of this variable (add 
this variable in biboAdmUsrTrapTable).
scheduleEntry entry .1.3.6.1.4.1.272.4.22.2.1.1
Indexes
schedIndex
Column Syntax OID
schedIndex mandatory
This object specifies the index number of this entry.
Should be unique.
Integer32r/w
Constraints:
range: 1-65535
.1.3.6.1.4.1.272.4.22.2.1.1.1
schedDescr mandatory
This object specifies the description (name) of this entry.
Only for information.
r/w .1.3.6.1.4.1.272.4.22.2.1.1.2
schedMode mandatory
This object enables, disables or deletes the entry.
Enumerationr/w
Enumerated Values:
1enable
2disable
3delete
.1.3.6.1.4.1.272.4.22.2.1.1.3
schedEventIndex mandatory
This object specifies the first index into the event table
(Index in scheduleEventTable).
This can be a single event or the first of multiple chained
events that are monitored for this command.
Integer32r/w
Constraints:
range: 1-65535
.1.3.6.1.4.1.272.4.22.2.1.1.4
schedEventCondition mandatory
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 eve…
Enumerationr/w
Enumerated Values:
1all
2one
3none
4one-not
.1.3.6.1.4.1.272.4.22.2.1.1.5
schedVarTable mandatory
This object specifies the name of the SNMP table in that the
variable(s) 'schedVarName' should be changed.
e.g. ifTable

If a new row in the MIB should be inserted (or overwritten
if a row with given Inde…
r/w .1.3.6.1.4.1.272.4.22.2.1.1.6
schedVarName mandatory
This object specifies the name(s) of the SNMP variable to be
changed, if the event is active/inactive.
The names should be written like in the header line of the
table view (no prefix necessary).
The var(s) are set to …
r/w .1.3.6.1.4.1.272.4.22.2.1.1.7
schedVarIndexName mandatory
This object specifies the SNMP variable name(s) in the
schedVarTable table, that should specify the approprate
row (with schedVarIndexVal).
If a row cannot be identified by a single var (not unique)
then multiple vari…
r/w .1.3.6.1.4.1.272.4.22.2.1.1.8
schedVarIndexVal mandatory
This object specifies the value(s) of the schedVarIndexName,
that specifies the approprate row.
The number and type of the values must correspond to the
given VarIndexName.
e.g. 10001 or 10001;123
r/w .1.3.6.1.4.1.272.4.22.2.1.1.9
schedActiveValue mandatory
This object specifies the value(s) that is written to the SNMP
variable(s) in schedVarName, when the event is active.
If this is empty no change is done, only a notification is
sent (SNMPtrap of schedVarName is possibl…
r/w .1.3.6.1.4.1.272.4.22.2.1.1.10
schedInActiveValue mandatory
This object specifies the value(s) that is written to the SNMP
variable(s) 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 corr…
r/w .1.3.6.1.4.1.272.4.22.2.1.1.11
schedNotify mandatory
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 triggered
(also create an entry in b…
Enumerationr/w
Enumerated Values:
1none
2all
3snmptrap
4syslog
.1.3.6.1.4.1.272.4.22.2.1.1.12
schedStatus mandatory
This object shows the current status of the event (list).
error indicates a invalid field (e.g. VarNameVarIndex,
value range ...)
Enumeration
Enumerated Values:
1active
2inactive
3notavail
4error
.1.3.6.1.4.1.272.4.22.2.1.1.13
schedLastChange mandatory
This object shows the time of the last change.
.1.3.6.1.4.1.272.4.22.2.1.1.14

scheduleEventTable

table mandatory
.1.3.6.1.4.1.272.4.22.2.2 · 1 row entry · 13 columns
This table lists the events for the scheduler (scheduleTable).
The events are chained with the field NextIndex, to
define a list of events, that are valid depending on
a specified condition.
The event gets active on a time point or depending
on the content of a SNMP variable specified in this table
schedEvtVarTable/schedEvtVarName in the row
schedEvtVarIndexName/schedEvtVarIndexVal.
scheduleEventEntry entry .1.3.6.1.4.1.272.4.22.2.2.1
Indexes
schedEvtIndex
Column Syntax OID
schedEvtIndex mandatory
This object specifies the index number of this entry.
Must be unique and the corresponding variable in scheduleTable
(EventIndex) refers to this index.
Integer32r/w
Constraints:
range: 1-65535
.1.3.6.1.4.1.272.4.22.2.2.1.1
schedEvtNextIndex mandatory
This object defines the next entry in the event chain.
0 means the end the chain.
Integer32r/w
Constraints:
range: 0-65535
.1.3.6.1.4.1.272.4.22.2.2.1.2
schedEvtDescr mandatory
This object specifies the description (name) of this entry.
Only for information.
r/w .1.3.6.1.4.1.272.4.22.2.2.1.3
schedEvtType mandatory
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
'S…
Enumerationr/w
Enumerated Values:
1delete
2time
3value
.1.3.6.1.4.1.272.4.22.2.2.1.4
schedEvtVarTable mandatory
This object specifies the name of the SNMP table in which the
variable should be monitored (only Type = value).
e.g. biboPPPStatTable
r/w .1.3.6.1.4.1.272.4.22.2.2.1.5
schedEvtVarName mandatory
This object specifies the name of the SNMP variable that
is monitored (only Type = value).
e.g. ifOperStatus
r/w .1.3.6.1.4.1.272.4.22.2.2.1.6
schedEvtVarIndexName mandatory
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 giv…
r/w .1.3.6.1.4.1.272.4.22.2.2.1.7
schedEvtVarIndexVal mandatory
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 t…
r/w .1.3.6.1.4.1.272.4.22.2.2.1.8
schedEvtCondition mandatory
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 week…
Enumerationr/w
Enumerated Values:
1greater
2equal
3less
4notequal
5range
6daily
7sunday
8monday
9tuesday
10wednesday
11thursday
12friday
13saturday
14mon-fri
15mon-sat
16sat-sun
17day1
18day2
19day3
20day4
21day5
22day6
23day7
24day8
25day9
26day10
27day11
28day12
29day13
30day14
31day15
32day16
33day17
34day18
35day19
36day20
37day21
38day22
39day23
40day24
41day25
42day26
43day27
44day28
45day29
46day30
47day31
.1.3.6.1.4.1.272.4.22.2.2.1.9
schedEvtStart mandatory
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 va…
r/w .1.3.6.1.4.1.272.4.22.2.2.1.10
schedEvtEnd mandatory
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 i…
r/w .1.3.6.1.4.1.272.4.22.2.2.1.11
schedEvtStatus mandatory
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.…
Enumeration
Enumerated Values:
1active
2inactive
3notavail
4error
.1.3.6.1.4.1.272.4.22.2.2.1.12
schedEvtLastChange mandatory
This object shows the time of the last change.
.1.3.6.1.4.1.272.4.22.2.2.1.13