All MIBs › DEVICE-MIB › taskOptions
taskOptions
Module: DEVICE-MIB
OID (symbolic): DEVICE-MIB::taskOptions
OID (numeric): 1.3.6.1.4.1.5812.1.6.1.1.5
Node type: OBJECT-TYPE
Type: Integer32
Access: read-write
Description: This value represents the sum of the following options:
value option 1 VX_SUPERVISOR_MODE(read-only) 2 VX_UNBREAKABLE (break points ignored) 4 VX_DEALLOC_STACK (deallocate stack) 8 VX_FP_TASK (floating point support) 16 VX_STDIO (read-only) 128 VX_PRIVATE_ENV (private env. variables) 256 VX_NO_STACK_FILL (don't fill stack)
All the options above can be set at task creation time. However, once the task is executing the only option that can be changed is VX_UNBREAKABLE. The option is toggled based on the current setting.
What is taskOptions?
This Integer32 is a bitwise sum of VxWorks task option flags — for example 1 for supervisor mode, 8 for floating-point support, 256 for no-stack-fill — most of which can only be set at task creation; only the VX_UNBREAKABLE (2) bit can be toggled afterward on a running task. Admins read this to see how a task was created, and can flip VX_UNBREAKABLE to enable or ignore breakpoints.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5812.1.6.1.1.5 snmpwalk -v2c -c public <target> DEVICE-MIB::taskOptions
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5812.1.6.1.1.5.1 snmpget -v2c -c public <target> DEVICE-MIB::taskOptions.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5812.1.6.1.1.5.1 i <value>
Start monitoring chassis-based network devices with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the DEVICE-MIB::taskOptions OID value, configure state conditions and alerts, and monitor any chassis-based network devices from a single console.
OID Breakdown
Upper-level ancestors (8 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.5812 | coriolisMibs | CORIOLIS-MIB |
| 1.3.6.1.4.1.5812.1 | device | CORIOLIS-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.5812.1.6 | sysTask | DEVICE-MIB |
| 1.3.6.1.4.1.5812.1.6.1 | taskTable | DEVICE-MIB |
| 1.3.6.1.4.1.5812.1.6.1.1 | taskEntry | DEVICE-MIB |
| 1.3.6.1.4.1.5812.1.6.1.1.5 | taskOptions | DEVICE-MIB |