DISMAN-SCHEDULE-MIB Download
OID list for DISMAN-SCHEDULE-MIB
- schedLocalTime
- The local time used by the scheduler. Schedules which refer to calendar time will use the local time indicated by this object. An implementation MUST return all 11 bytes of the DateAndTime textual-convention so that a manager may retrieve the offset fro ...
- schedTable
- This table defines scheduled actions triggered by SNMP set operations.
- schedEntry
- An entry describing a particular scheduled action. Unless noted otherwise, writable objects of this row can be modified independent of the current value of schedRowStatus, schedAdminStatus and schedOperStatus. In particular, it is legal to modify schedInt ...
- schedOwner
- The owner of this scheduling entry. The exact semantics of this string are subject to the security policy defined by the security administrator.
- schedName
- The locally-unique, administratively assigned name for this scheduling entry. This object allows a schedOwner to have multiple entries in the schedTable.
- schedDescr
- The human readable description of the purpose of this scheduling entry.
- 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 seconds have passed. The scheduler must ignore all periodic schedules that h ...
- 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. Setting all bits will cause the scheduler to ignore the weekday. Note that impleme ...
- 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. Setting all bits will cause the scheduler to ignore the month. Note that implementat ...
- 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 starting with the letter 'd' indicate a day in a month relative to the first day of a month. T ...
- 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-calculate them when this object is changed.
- 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-calculate them when this object is changed.
- schedContextName
- The context which contains the local MIB variable pointed to by schedVariable.
- schedVariable
- An object identifier pointing to a local MIB variable which resolves to an ASN.1 primitive type of INTEGER.
- 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 when performing the set operation on schedVariable. This is accomplished by ca ...
- schedType
- 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 igno ...
- schedAdminStatus
- The desired state of the schedule.
- 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(2) state indicates that this entry is currently inactive and ignored by the ...
- schedFailures
- This variable counts the number of failures while invoking the scheduled action. This counter at most increments once for a triggered action.
- 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.
- 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 scheduler.
- 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. Conceptual rows having the value `permanent' must allow write access to the columnar objec ...
- 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 when the administrative state is enabled and the row status changes to active(1). Attempts ...
- schedTriggers
- This variable counts the number of attempts (either successful or failed) to invoke the scheduled action.
- schedGroup2
- A collection of objects providing scheduling capabilities.
- schedCalendarGroup
- A collection of objects providing calendar based schedules.
- schedGroup
- A collection of objects providing scheduling capabilities.