spdRuleDefAction
IPSEC-SPD-MIB ·
.1.3.6.1.2.1.153.1.4.1.5
Object
This column points to the action to be taken. It MAY,
but is not limited to, point to a row in one of the
following tables:
spdCompoundActionTable
ipsaSaPreconfiguredActionTable
ipiaIkeActionTable
ipiaIpsecActionTable
It MAY also point to one of the scalar objects beneath
spdStaticActions.
If this object is set to a pointer to a row in an
unsupported (or unknown) table, an inconsistentValue
error MUST be returned.
If this object is set to point to a non-existent row in an
otherwise supported table, an inconsistentName error MUST
be returned.
If, during packet processing, this column has a value that
references a non-existent or non-supported object, the
packet MUST be dropped.
Context
- MIB
- IPSEC-SPD-MIB
- OID
.1.3.6.1.2.1.153.1.4.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- spdRuleDefinitionEntry
- 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 'IPSEC-SPD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPSEC-SPD-MIB::spdRuleDefAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPSEC-SPD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPSEC-SPD-MIB::spdRuleDefAction.<spdRuleDefName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPSEC-SPD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPSEC-SPD-MIB::spdRuleDefAction'
Syntax
- Source
- SNMPv2-TCVariablePointer
- Base type
ObjectIdentifier
Type Description
A pointer to a specific object instance. For example, sysContact.0 or ifInOctets.3.
Values & Constraints
No enumerated values or constraints recorded.
Conformance
Member of
Compliance refinements
spdRuleFilterReadOnlyCompliance
readonly
Write access is not required.