rcSlaConfigScheduleStatus
RAISECOM-SLA-MIB ·
.1.3.6.1.4.1.8886.6.1.36.2.1.1.17
Object
This object specifies the status of Schedule. The status column has five defined values: - `scheduleInitial', which indicates that the operation has not been scheduled ; - `scheduleCreate', which is supplied by a management station wishing to create a new schedule and to have its status set to active; - `scheduleBreak', which is supplied by a management station wishing to break a scheduling operation and to have its status set to complete; - `scheduleActive', which indicates that the operation is being scheduled ; - `scheduleComplete', which indicates that the scheduled operation has been over;
Context
- MIB
- RAISECOM-SLA-MIB
- OID
.1.3.6.1.4.1.8886.6.1.36.2.1.1.17- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcSlaConfigEntry
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 'RAISECOM-SLA-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAISECOM-SLA-MIB::rcSlaConfigScheduleStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAISECOM-SLA-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAISECOM-SLA-MIB::rcSlaConfigScheduleStatus.<rcSlaConfigOperId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAISECOM-SLA-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAISECOM-SLA-MIB::rcSlaConfigScheduleStatus'
Syntax
- Source
- RcSlaCfgScheduleStatus
- Base type
Enumeration
Type Description
The RcSlaCfgScheduleStatus textual convention is used to manage the creation and deletion of Schedule. The status column has five defined values: - `scheduleInitial', which indicates that the operation dose not be scheduled ; - `scheduleCreate', which is supplied by a management station wishing to create a new schedule and to have its status automatically set to active; - `scheduleBreak', which is supplied by a management station wishing to break a scheduling operationand to have its status automatically set to complete; - `scheduleActive', which indicates that the operation is being scheduled ; - `scheduleComplete', which indicates that the scheduled operation has been over;
Values & Constraints
Type Values
1 | scheduleInitial |
2 | scheduleCreate |
3 | scheduleBreak |
4 | scheduleActive |
5 | scheduleComplete |