ipspCompActExecutionStrategy

IPSEC-POLICY-MIB · .1.3.6.1.2.1.153.1.14.1.2

Object

column r/w Enumeration
This object indicates how the sub-actions are executed based
on the success of the actions as they finish executing.
              
doAll           - run each sub-action regardless of the
                  exit status of the previous action.  This
                  parent action is always considered to have
                  acted successfully.
              
doUntilSuccess  - run each sub-action until one succeeds, at
                  which point stop processing the sub-actions
                  within this parent compound action.  If one
                  of the sub-actions did execute
                  successfully, this parent action is also
                  considered to have executed sucessfully.
              
doUntilFailure  - run each sub-action until one fails, at
                  which point stop processing the sub-actions
                  within this compound action.  If any
                  sub-action fails, the result of this parent
                  action is considered to have failed.

Context

MIB
IPSEC-POLICY-MIB
OID
.1.3.6.1.2.1.153.1.14.1.2
Type
column
Access
readwrite
Status
current
Parent
ipspCompoundActionEntry
Groups
1

Walk 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 'IPSEC-POLICY-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPSEC-POLICY-MIB::ipspCompActExecutionStrategy'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPSEC-POLICY-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPSEC-POLICY-MIB::ipspCompActExecutionStrategy.<ipspCompActName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPSEC-POLICY-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPSEC-POLICY-MIB::ipspCompActExecutionStrategy'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0reserved
1doAll
2doUntilSuccess
3doUntilFailure

Conformance