DEVICE-MIB :: taskOptions

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

All MIBsDEVICE-MIBtaskOptions

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 OIDNameModule
1isoLANART-AGENT
1.3orgAirPair-MIB
1.3.6dodAirPair-MIB
1.3.6.1internetAirPair-MIB
1.3.6.1.4privateAirPair-MIB
1.3.6.1.4.1enterprisesAirPair-MIB
1.3.6.1.4.1.5812coriolisMibsCORIOLIS-MIB
1.3.6.1.4.1.5812.1deviceCORIOLIS-MIB
Numeric OIDNameModule
1.3.6.1.4.1.5812.1.6sysTaskDEVICE-MIB
1.3.6.1.4.1.5812.1.6.1taskTableDEVICE-MIB
1.3.6.1.4.1.5812.1.6.1.1taskEntryDEVICE-MIB
1.3.6.1.4.1.5812.1.6.1.1.5taskOptionsDEVICE-MIB