XEDIA-CRON-MIB

File: XEDIA-CRON-MIB.mib (14929 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
XEDIA-REG

Imported symbols

MODULE-IDENTITY OBJECT-TYPE DisplayString
RowStatus MODULE-COMPLIANCE OBJECT-GROUP
xediaMibs

Defined Types

XcronBatchEntry  
SEQUENCE    
  xcronBatchID INTEGER
  xcronBatchMonth BIT STRING
  xcronBatchDayOfTheMonth BIT STRING
  xcronBatchDayOfTheWeek BIT STRING
  xcronBatchHour BIT STRING
  xcronBatchMinute BIT STRING
  xcronBatchDateTime DisplayString
  xcronBatchLogMessage DisplayString
  xcronBatchCommand DisplayString
  xcronBatchScheduleStatus INTEGER
  xcronBatchRowStatus RowStatus

Defined Values

xediaCronMIB 1.3.6.1.4.1.838.3.13
This module defines objects for management of the 'Cron' batch job scheduler mechanism in Xedia devices.
MODULE-IDENTITY    

xcronObjects 1.3.6.1.4.1.838.3.13.1
OBJECT IDENTIFIER    

xcronConformance 1.3.6.1.4.1.838.3.13.2
OBJECT IDENTIFIER    

xcronGeneral 1.3.6.1.4.1.838.3.13.1.1
OBJECT IDENTIFIER    

xcronObjectTables 1.3.6.1.4.1.838.3.13.1.2
OBJECT IDENTIFIER    

xcronAdmin 1.3.6.1.4.1.838.3.13.1.1.1
The administrative status of the 'Cron mechanism' in the router. The value 'enabled(1)' indicates that the batch scheduler will try to become active. The value 'disabled(2)' indicates that no attempt will be made to start the Cron batch scheduler. Changes to this object require a node reset in order to take affect.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

xcronOper 1.3.6.1.4.1.838.3.13.1.1.2
The Operational status of the 'Cron mechanism' in the router. An 'up' status indicates that the scheduler is activated and running normally. The 'down' status indicates that the scheduler is NOT running. A 'stalled' status indicates that the scheduler is trying to run, but may not have enough resources to fulfill its jobs.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), stalled(3), unknown(4)  

xcronInterval 1.3.6.1.4.1.838.3.13.1.1.3
The number of minutes the scheduler sleeps. After waiting for the configured number of minutes, or any configuration changes, the scheduler wakes up and checks for any jobs that need to be run. Also, a change to this parameter only takes affect AFTER the scheduler completes its next scheduling pass.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..10  

xcronLoggingAdmin 1.3.6.1.4.1.838.3.13.1.1.4
The administrative status of the 'logging' mechanism to attempt to retain as much status information as possible for each transaction that is performed. Also, a change to this parameter only takes affect AFTER the scheduler completes its next scheduling pass.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

xcronLogClear 1.3.6.1.4.1.838.3.13.1.1.5
The action to CLEAR all log messages of the list of batch jobs. When read, this object always returns the value 'ready(1)'. When set to 'clear(2)', the log messages of all batch jobs will be cleared.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ready(1), clear(2)  

xcronDateTimeScheduleLast 1.3.6.1.4.1.838.3.13.1.1.6
The date and time of the LAST Scheduling pass.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

xcronDateTimeScheduleCurrent 1.3.6.1.4.1.838.3.13.1.1.7
The current date and time relating to the Scheduler.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

xcronDateTimeScheduleNext 1.3.6.1.4.1.838.3.13.1.1.8
The date and time of the NEXT Scheduling pass.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

xcronBatchTable 1.3.6.1.4.1.838.3.13.1.2.1
A list of cron batch entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XcronBatchEntry

xcronBatchEntry 1.3.6.1.4.1.838.3.13.1.2.1.1
An entry containing cron batch job information.
Status: current Access: not-accessible
OBJECT-TYPE    
  XcronBatchEntry  

xcronBatchID 1.3.6.1.4.1.838.3.13.1.2.1.1.1
The index of the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..10  

xcronBatchMonth 1.3.6.1.4.1.838.3.13.1.2.1.1.2
The bit mask associated with the Month of the year portion of the date in which to execute the associated command.
Status: current Access: read-create
OBJECT-TYPE    
  BIT STRING any(0), jan(1), feb(2), mar(3), apr(4), may(5), jun(6), jul(7), aug(8), sep(9), oct(10), nov(11), dec(12)  

xcronBatchDayOfTheMonth 1.3.6.1.4.1.838.3.13.1.2.1.1.3
The bit mask associated with the Day of the Month portion of the date to execute the associated command.
Status: current Access: read-create
OBJECT-TYPE    
  BIT STRING any(0), d01(1), d02(2), d03(3), d04(4), d05(5), d06(6), d07(7), d08(8), d09(9), d10(10), d11(11), d12(12), d13(13), d14(14), d15(15), d16(16), d17(17), d18(18), d19(19), d20(20), d21(21), d22(22), d23(23), d24(24), d25(25), d26(26), d27(27), d28(28), d29(29), d30(30), d31(31)  

xcronBatchDayOfTheWeek 1.3.6.1.4.1.838.3.13.1.2.1.1.4
The bit mask associated with the Day of the Week portion of the date to execute the associated command.
Status: current Access: read-create
OBJECT-TYPE    
  BIT STRING any(0), sun(1), mon(2), tue(3), wed(4), thu(5), fri(6), sat(7)  

xcronBatchHour 1.3.6.1.4.1.838.3.13.1.2.1.1.5
The bit mask associated with the Hour of the day portion of the date to execute the associated command.
Status: current Access: read-create
OBJECT-TYPE    
  BIT STRING h00(0), h01(1), h02(2), h03(3), h04(4), h05(5), h06(6), h07(7), h08(8), h09(9), h10(10), h11(11), h12(12), h13(13), h14(14), h15(15), h16(16), h17(17), h18(18), h19(19), h20(20), h21(21), h22(22), h23(23), any(24)  

xcronBatchMinute 1.3.6.1.4.1.838.3.13.1.2.1.1.6
The bit mask associated with the Minute of the Hour portion of the date to execute the associated command.
Status: current Access: read-create
OBJECT-TYPE    
  BIT STRING m00(0), m01(1), m02(2), m03(3), m04(4), m05(5), m06(6), m07(7), m08(8), m09(9), m10(10), m11(11), m12(12), m13(13), m14(14), m15(15), m16(16), m17(17), m18(18), m19(19), m20(20), m21(21), m22(22), m23(23), m24(24), m25(25), m26(26), m27(27), m28(28), m29(29), m30(30), m31(31), m32(32), m33(33), m34(34), m35(35), m36(36), m37(37), m38(38), m39(39), m40(40), m41(41), m42(42), m43(43), m44(44), m45(45), m46(46), m47(47), m48(48), m49(49), m50(50), m51(51), m52(52), m53(53), m54(54), m55(55), m56(56), m57(57), m58(58), m59(59), any(60)  

xcronBatchDateTime 1.3.6.1.4.1.838.3.13.1.2.1.1.7
The formatted date/time string associated with the entry.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

xcronBatchLogMessage 1.3.6.1.4.1.838.3.13.1.2.1.1.8
The log message associated with the entry. It contains errors or success messages, generated from the system.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

xcronBatchCommand 1.3.6.1.4.1.838.3.13.1.2.1.1.9
The CLI command to execute. It can be a simple command, a series of commands, the execution of a TCL procedure, or the sourcing of a script file.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

xcronBatchScheduleStatus 1.3.6.1.4.1.838.3.13.1.2.1.1.10
The most recent scheduling status of the batch entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER waiting(1), scheduledToRun(2), isRunning(3), finishedRunning(4)  

xcronBatchRowStatus 1.3.6.1.4.1.838.3.13.1.2.1.1.11
This object is used to add and remove entries from the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

xcronCompliances 1.3.6.1.4.1.838.3.13.2.1
OBJECT IDENTIFIER    

xcronGroups 1.3.6.1.4.1.838.3.13.2.2
OBJECT IDENTIFIER    

xcronCompliance 1.3.6.1.4.1.838.3.13.2.1.1
The compliance statement for all agents that support this MIB. A compliant agent implements all objects defined in this MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

xcronAllGroup 1.3.6.1.4.1.838.3.13.2.2.1
The set of all accessible objects in this MIB.
Status: current Access: read-create
OBJECT-GROUP