DISMAN-SCHEDULE-MIB

        This MIB module defines a MIB which provides mechanisms to
schedule SNMP set operations periodically or at specific
points in time.
    
Source file
DISMAN-SCHEDULE-MIB
Last revised
Identity
schedMIB
Base OID
1.3.6.1.2.1.63
Imported Objects
SNMP-FRAMEWORK-MIB SnmpAdminString
SNMPv2-CONF MODULE-COMPLIANCE (no object page) NOTIFICATION-GROUP (no object page) OBJECT-GROUP (no object page)
SNMPv2-SMI Counter32 Integer32 mib-2 MODULE-IDENTITY (no object page) NOTIFICATION-TYPE (no object page) OBJECT-TYPE (no object page) Unsigned32 zeroDotZero
SNMPv2-TC DateAndTime RowStatus StorageType TEXTUAL-CONVENTION (no object page) VariablePointer
Net-SNMP examples using the rfc MIB directory Show commands

These commands use the standard Observium installation path and load the selected MIB variant before the RFC and Net-SNMP directories.

Translate the module identity
/usr/bin/snmptranslate -Pud -Ir -On -m 'DISMAN-SCHEDULE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DISMAN-SCHEDULE-MIB::schedMIB'
Walk the MIB subtree
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DISMAN-SCHEDULE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-SCHEDULE-MIB::schedMIB'
How SNMP, Net-SNMP, MIB paths, and variants work
Objects (31)
.1.3.6.1.2.1.63
.1.3.6.1.2.1.63.1
OctetString
.1.3.6.1.2.1.63.1.1
.1.3.6.1.2.1.63.1.2
.1.3.6.1.2.1.63.1.2.1
OctetString
.1.3.6.1.2.1.63.1.2.1.1
OctetString
.1.3.6.1.2.1.63.1.2.1.10
.1.3.6.1.2.1.63.1.2.1.11
.1.3.6.1.2.1.63.1.2.1.12
schedType r/w
Enumeration
.1.3.6.1.2.1.63.1.2.1.13
Enumeration
.1.3.6.1.2.1.63.1.2.1.14
Enumeration
.1.3.6.1.2.1.63.1.2.1.15
.1.3.6.1.2.1.63.1.2.1.16
.1.3.6.1.2.1.63.1.2.1.17
.1.3.6.1.2.1.63.1.2.1.18
.1.3.6.1.2.1.63.1.2.1.19
OctetString
.1.3.6.1.2.1.63.1.2.1.2
.1.3.6.1.2.1.63.1.2.1.20
.1.3.6.1.2.1.63.1.2.1.21
.1.3.6.1.2.1.63.1.2.1.3
.1.3.6.1.2.1.63.1.2.1.4
Bits
.1.3.6.1.2.1.63.1.2.1.5
Bits
.1.3.6.1.2.1.63.1.2.1.6
schedDay r/w
Bits
.1.3.6.1.2.1.63.1.2.1.7
schedHour r/w
Bits
.1.3.6.1.2.1.63.1.2.1.8
Bits
.1.3.6.1.2.1.63.1.2.1.9
.1.3.6.1.2.1.63.2
.1.3.6.1.2.1.63.2.0
.1.3.6.1.2.1.63.3
.1.3.6.1.2.1.63.3.1
.1.3.6.1.2.1.63.3.2
Dependencies (4) 4 direct Show tree and compile order Hide dependency details

Each imported module is resolved in the importing module's source directory first, then through the normal default-variant rules.

Dependency tree
Dependency-first compile order
  1. SNMPv2-SMIrfc
  2. SNMPv2-CONFrfc
  3. SNMPv2-TCrfc
  4. SNMP-FRAMEWORK-MIBrfc
  5. DISMAN-SCHEDULE-MIBrfcselected
Type Definitions (1)
Enumeration
noResponse(-1)
noError(0)
tooBig(1)
noSuchName(2)
badValue(3)
readOnly(4)
genErr(5)
noAccess(6)
wrongType(7)
wrongLength(8)
wrongEncoding(9)
wrongValue(10)
noCreation(11)
inconsistentValue(12)
resourceUnavailable(13)
commitFailed(14)
undoFailed(15)
authorizationError(16)
notWritable(17)
inconsistentName(18)
Conformance Groups (4)
schedGroup deprecated
A collection of objects providing scheduling capabilities.
.1.3.6.1.2.1.63.3.2.1
A collection of objects providing calendar based schedules.
.1.3.6.1.2.1.63.3.2.2
The notifications emitted by the scheduler.
.1.3.6.1.2.1.63.3.2.3
A collection of objects providing scheduling capabilities.
.1.3.6.1.2.1.63.3.2.4
Compliance Statements (2)

OID .1.3.6.1.2.1.63.3.1.1
The compliance statement for SNMP entities which implement
the scheduling MIB.
Required groups
mandatory schedGroup
mandatory schedNotificationsGroup
optional schedCalendarGroup The schedCalendarGroup is mandatory only for those
implementations that support calendar based schedules.
Object refinements
ObjectAccessSyntaxDescription
schedType
The values calendar(2) or oneshot(3) are not valid for
implementations that do not implement the
schedCalendarGroup. Such an implementation must return
inconsistentValue error responses for attempts to set
schedAdminStatus to calendar(2) or oneshot(3).

OID .1.3.6.1.2.1.63.3.1.2
The compliance statement for SNMP entities which implement
the scheduling MIB.
Required groups
mandatory schedGroup2
mandatory schedNotificationsGroup
optional schedCalendarGroup The schedCalendarGroup is mandatory only for those
implementations that support calendar based schedules.
Object refinements
ObjectAccessSyntaxDescription
schedType
The values calendar(2) or oneshot(3) are not valid for
implementations that do not implement the
schedCalendarGroup. Such an implementation must return
inconsistentValue error responses for attempts to set
schedAdminStatus to calendar(2) or oneshot(3).
Notifications / Traps (1)
NameOIDDescription
.1.3.6.1.2.1.63.2.0.1
This notification is generated whenever the invocation of a
scheduled action fails.