ceDiagScheduledJobType
CISCO-ENTITY-DIAG-MIB ·
.1.3.6.1.4.1.9.9.350.1.5.1.1.2
Object
column r/w
Enumeration
This object specifies the type of the scheduled job.
'scheduledOneShot' - the physical entity will invoke
this job at the time specified
by ceDiagScheduledJobStart.
'scheduledPeriodicDaily' - the physical entity will
first invoke this job at the time
specified by
ceDiagScheduledJobStart and
continue invoking it daily at the
same time.
'scheduledPeriodicWeekly' - the corresponding physical entity
will first invoke this job at the
time and day of the week specified
by ceDiagScheduledJobStart and
ceDiagScheduledJobDayOfWeek, and
continue to invoke it weekly at
the same time and day.
Context
- MIB
- CISCO-ENTITY-DIAG-MIB
- OID
.1.3.6.1.4.1.9.9.350.1.5.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ceDiagScheduledJobEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-ENTITY-DIAG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ENTITY-DIAG-MIB::ceDiagScheduledJobType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-ENTITY-DIAG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ENTITY-DIAG-MIB::ceDiagScheduledJobType.<entPhysicalIndex>.<ceDiagScheduledJobIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-ENTITY-DIAG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-ENTITY-DIAG-MIB::ceDiagScheduledJobType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | scheduledOneShot |
2 | scheduledPeriodicDaily |
3 | scheduledPeriodicWeekly |
Conformance
Member of
Compliance refinements
ciscoEntityDiagMIBComplianceRev4
readonly
Write access is not required.