DISMAN-SCHEDULE-MIB
AI MIB Summary
DISMAN-SCHEDULE-MIB enables network management systems to automate SNMP set operations for configuration changes on managed devices by executing commands at specific timestamps or recurring intervals. This module facilitates the precise scheduling of parameter updates, such as interface states or routing metrics, without requiring continuous polling or manual intervention.
This MIB module defines a MIB which provides mechanisms to schedule SNMP set operations periodically or at specific points in time.
Main OID:
schedMIB.1.3.6.1.2.1.63
38
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
38 total| Object Name |
|---|
schedMIBThis MIB module defines a MIB which provides mechanisms to schedule SNMP set operations periodically or at specific points in time. MODULE-IDENTITY .1.3.6.1.2.1.63 |
schedObjects OBJECT IDENTIFIER .1.3.6.1.2.1.63.1 |
schedLocalTimeThe 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 from GMT time.ro DateAndTime .1.3.6.1.2.1.63.1.1 |
schedTableThis table defines scheduled actions triggered by SNMP set operations. SEQUENCE OF SchedEntry .1.3.6.1.2.1.63.1.2 |
schedEntryAn 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 schedInterval and the objects in the schedCalendarGroup when schedRowStatus is active and schedAdminStatus and schedOperStatus are both enabled. SchedEntry .1.3.6.1.2.1.63.1.2.1 |
schedOwnerThe owner of this scheduling entry. The exact semantics of this string are subject to the security policy defined by the security administrator. SnmpAdminString .1.3.6.1.2.1.63.1.2.1.1 |
schedNameThe locally-unique, administratively assigned name for this scheduling entry. This object allows a schedOwner to have multiple entries in the schedTable. SnmpAdminString .1.3.6.1.2.1.63.1.2.1.2 |
schedDescrThe human readable description of the purpose of this scheduling entry.rw SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.2.1.63.1.2.1.3 |
schedIntervalThe 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 have a schedInterval value of 0. A periodic schedule with a scheduling interval of 0 seconds will therefore never invoke an action. Implementations may be forced to delay invocations in the face of local constraints. A scheduled management function should therefore not rely on the accuracy provided by the scheduler implementation. Note that implementations which maintain a list of pending activations must re-calculate them when this object is changed.rw Unsigned32 UNITS "seconds" .1.3.6.1.2.1.63.1.2.1.4 |
schedWeekDayThe 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 implementations which maintain a list of pending activations must re-calculate them when this object is changed.rw Bits .1.3.6.1.2.1.63.1.2.1.5 |
schedMonthThe 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 implementations which maintain a list of pending activations must re-calculate them when this object is changed.rw Bits .1.3.6.1.2.1.63.1.2.1.6 |
schedDayThe 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. The first day of the month can therefore be specified by setting the bit d1(0) and d31(30) means the last day of a month with 31 days. Enumerations starting with the letter 'r' indicate a day in a month in reverse order, relative to the last day of a month. The last day in the month can therefore be specified by setting the bit r1(31) and r31(61) means the first day of a month with 31 days. Setting multiple bits will include several days in the set of possible days for this schedule. Setting all bits will cause the scheduler to ignore the day within a month. Setting all bits starting with the letter 'd' or the letter 'r' will also cause the scheduler to ignore the day within a month. Note that implementations which maintain a list of pending activations must re-calculate them when this object is changed.rw Bits .1.3.6.1.2.1.63.1.2.1.7 |
schedHourThe 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.rw Bits .1.3.6.1.2.1.63.1.2.1.8 |
schedMinuteThe 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.rw Bits .1.3.6.1.2.1.63.1.2.1.9 |
schedContextNameThe context which contains the local MIB variable pointed to by schedVariable.rw SnmpAdminString .1.3.6.1.2.1.63.1.2.1.10 |
schedVariableAn object identifier pointing to a local MIB variable which resolves to an ASN.1 primitive type of INTEGER.rw VariablePointer (SNMPv2-TC) .1.3.6.1.2.1.63.1.2.1.11 |
schedValueThe 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 calling the isAccessAllowed abstract service interface as defined in RFC 2571. Note that an implementation may choose to issue an SNMP Set message to the SNMP engine and leave the access control decision to the normal message processing procedure.rw Integer32 .1.3.6.1.2.1.63.1.2.1.12 |
schedTypeThe 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.rw Enumeration .1.3.6.1.2.1.63.1.2.1.13 |
schedAdminStatusThe desired state of the schedule.rw Enumeration .1.3.6.1.2.1.63.1.2.1.14 |
schedOperStatusThe 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 scheduler. The finished(3) state indicates that the schedule has ended. Schedules in the finished(3) state are ignored by the scheduler. A one-shot schedule enters the finished(3) state when it deactivates itself. Note that the operational state must not be enabled(1) when the schedRowStatus is not active.ro Enumeration .1.3.6.1.2.1.63.1.2.1.15 |
schedFailuresThis variable counts the number of failures while invoking the scheduled action. This counter at most increments once for a triggered action.ro Counter32 .1.3.6.1.2.1.63.1.2.1.16 |
schedLastFailureThe most recent error that occurred during the invocation of a scheduled action. The value noError(0) is returned if no errors have occurred yet.ro SnmpPduErrorStatus .1.3.6.1.2.1.63.1.2.1.17 |
schedLastFailedThe 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.ro DateAndTime (SNMPv2-TC) .1.3.6.1.2.1.63.1.2.1.18 |
schedStorageTypeThis 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 objects schedDescr, schedInterval, schedContextName, schedVariable, schedValue, and schedAdminStatus. If an implementation supports the schedCalendarGroup, write access must be also allowed to the columnar objects schedWeekDay, schedMonth, schedDay, schedHour, schedMinute.rw StorageType (SNMPv2-TC) .1.3.6.1.2.1.63.1.2.1.19 |
schedRowStatusThe 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 to destroy(6) a row or to set a row notInService(2) while the operational state is enabled result in inconsistentValue errors. The value of this object has no effect on whether other objects in this conceptual row can be modified.rw RowStatus (SNMPv2-TC) .1.3.6.1.2.1.63.1.2.1.20 |
schedTriggersThis variable counts the number of attempts (either successful or failed) to invoke the scheduled action.ro Counter32 .1.3.6.1.2.1.63.1.2.1.21 |
schedNotifications OBJECT IDENTIFIER .1.3.6.1.2.1.63.2 |
schedTraps OBJECT IDENTIFIER .1.3.6.1.2.1.63.2.0 |
schedActionFailureThis notification is generated whenever the invocation of a scheduled action fails. NOTIFICATION-TYPE .1.3.6.1.2.1.63.2.0.1 |
schedConformance OBJECT IDENTIFIER .1.3.6.1.2.1.63.3 |
schedCompliances OBJECT IDENTIFIER .1.3.6.1.2.1.63.3.1 |
schedComplianceThe compliance statement for SNMP entities which implement the scheduling MIB.deprecated Unknown .1.3.6.1.2.1.63.3.1.1 |
schedCompliance2The compliance statement for SNMP entities which implement the scheduling MIB. Unknown .1.3.6.1.2.1.63.3.1.2 |
schedGroups OBJECT IDENTIFIER .1.3.6.1.2.1.63.3.2 |
schedGroupA collection of objects providing scheduling capabilities.deprecated Unknown .1.3.6.1.2.1.63.3.2.1 |
schedCalendarGroupA collection of objects providing calendar based schedules. Unknown .1.3.6.1.2.1.63.3.2.2 |
schedNotificationsGroupThe notifications emitted by the scheduler. Unknown .1.3.6.1.2.1.63.3.2.3 |
schedGroup2A collection of objects providing scheduling capabilities. Unknown .1.3.6.1.2.1.63.3.2.4 |