schedType
DISMAN-SCHEDULE-MIB ·
.1.3.6.1.2.1.63.1.2.1.13
Object
column
r/w
Enumeration
The type of this schedule. The value periodic(1) indicates
that this entry specifies a periodic schedule. A periodic
schedule is defined by the value of schedInterval. The
values of schedWeekDay, schedMonth, schedDay, schedHour
and schedMinute are ignored.
The value calendar(2) indicates that this entry describes a
calendar schedule. A calendar schedule is defined by the
values of schedWeekDay, schedMonth, schedDay, schedHour and
schedMinute. The value of schedInterval is ignored. A
calendar schedule will trigger on all local times that
satisfy the bits set in schedWeekDay, schedMonth, schedDay,
schedHour and schedMinute.
The value oneshot(3) indicates that this entry describes a
one-shot schedule. A one-shot schedule is similar to a
calendar schedule with the additional feature that it
disables itself by changing in the `finished'
schedOperStatus once the schedule triggers an action.
Note that implementations which maintain a list of pending
activations must re-calculate them when this object is
changed.
Context
- MIB
- DISMAN-SCHEDULE-MIB
- OID
.1.3.6.1.2.1.63.1.2.1.13- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- schedEntry
- Table
- schedTable
- Siblings
- 20
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | periodic |
2 | calendar |
3 | oneshot |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| schedOwner The owner of this scheduling entry. The exact semantics of
this string are subject to the security policy defined by
the security administrator. | column | OctetString | .1.3.6.1.2.1.63.1.2.1.1 |
| schedContextName The context which contains the local MIB variable pointed
to by schedVariable. | column | OctetString | .1.3.6.1.2.1.63.1.2.1.10 |
| schedVariable An object identifier pointing to a local MIB variable
which resolves to an ASN.1 primitive type of INTEGER. | column | SNMPv2-TCVariablePointer | .1.3.6.1.2.1.63.1.2.1.11 |
| schedValue The value which is written to the MIB object pointed to by
schedVariable when the scheduler invokes an action. The
implementation shall enforce the use of access control
rules wh… | column | SNMPv2-SMIInteger32 | .1.3.6.1.2.1.63.1.2.1.12 |
| schedAdminStatus The desired state of the schedule. | column | Enumeration | .1.3.6.1.2.1.63.1.2.1.14 |
| schedOperStatus The current operational state of this schedule. The state
enabled(1) indicates this entry is active and that the
scheduler will invoke actions at appropriate times. The
disabled… | column | Enumeration | .1.3.6.1.2.1.63.1.2.1.15 |
| schedFailures This variable counts the number of failures while invoking
the scheduled action. This counter at most increments once
for a triggered action. | column | SNMPv2-SMICounter32 | .1.3.6.1.2.1.63.1.2.1.16 |
| schedLastFailure The most recent error that occurred during the invocation of
a scheduled action. The value noError(0) is returned
if no errors have occurred yet. | column | SnmpPduErrorStatus | .1.3.6.1.2.1.63.1.2.1.17 |
| schedLastFailed The date and time when the most recent failure occurred.
The value '0000000000000000'H is returned if no failure
occurred since the last re-initialization of the sc… | column | SNMPv2-TCDateAndTime | .1.3.6.1.2.1.63.1.2.1.18 |
| schedStorageType This object defines whether this scheduled action is kept
in volatile storage and lost upon reboot or if this row is
backed up by non-volatile or permanent storage.
… | column | SNMPv2-TCStorageType | .1.3.6.1.2.1.63.1.2.1.19 |
| schedName The locally-unique, administratively assigned name for this
scheduling entry. This object allows a schedOwner to have
multiple entries in the schedTable. | column | OctetString | .1.3.6.1.2.1.63.1.2.1.2 |
| schedRowStatus The status of this scheduled action. A control that allows
entries to be added and removed from this table.
Note that the operational state must change to enabled
… | column | SNMPv2-TCRowStatus | .1.3.6.1.2.1.63.1.2.1.20 |
| schedTriggers This variable counts the number of attempts (either
successful or failed) to invoke the scheduled action. | column | SNMPv2-SMICounter32 | .1.3.6.1.2.1.63.1.2.1.21 |
| schedDescr The human readable description of the purpose of this
scheduling entry. | column | SNMP-FRAMEWORK-MIBSnmpAdminString | .1.3.6.1.2.1.63.1.2.1.3 |
| schedInterval The number of seconds between two action invocations of
a periodic scheduler. Implementations must guarantee
that action invocations will not occur before at least
schedInterval … | column | seconds SNMPv2-SMIUnsigned32 | .1.3.6.1.2.1.63.1.2.1.4 |
| schedWeekDay The set of weekdays on which the scheduled action should
take place. Setting multiple bits will include several
weekdays in the set of possible weekdays for this schedule.
Settin… | column | Bits | .1.3.6.1.2.1.63.1.2.1.5 |
| schedMonth The set of months during which the scheduled action should
take place. Setting multiple bits will include several
months in the set of possible months for this schedule.
… | column | Bits | .1.3.6.1.2.1.63.1.2.1.6 |
| schedDay The set of days in a month on which a scheduled action
should take place. There are two sets of bits one can
use to define the day within a month:
Enumerations sta… | column | Bits | .1.3.6.1.2.1.63.1.2.1.7 |
| schedHour The set of hours within a day during which the scheduled
action should take place.
Note that implementations which maintain a list of pending
activations must re-ca… | column | Bits | .1.3.6.1.2.1.63.1.2.1.8 |
| schedMinute The set of minutes within an hour when the scheduled action
should take place.
Note that implementations which maintain a list of pending
activations must re-calcul… | column | Bits | .1.3.6.1.2.1.63.1.2.1.9 |