IPSEC-POLICY-MIB
The MIB module for defining IPsec Policy filters and actions.
Copyright (C) The Internet Society (2003). This version of this MIB module is part of RFC XXXX, see the RFC itself for full legal notices.
Main OID:
ipspMIB.1.3.6.1.4.1.727.7.2.1.1
383
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
383 total| Object Name |
|---|
ipspMIBThe MIB module for defining IPsec Policy filters and actions.
Copyright (C) The Internet Society (2003). This version of this
MIB module is part of RFC XXXX, see the RFC itself for full
legal notices. MODULE-IDENTITY .1.3.6.1.4.1.727.7.2.1.1 |
ipspConfigObjects OBJECT IDENTIFIER .1.3.6.1.4.1.727.7.2.1.1.1 |
ipspLocalConfigObjects OBJECT IDENTIFIER .1.3.6.1.4.1.727.7.2.1.1.1.1 |
ipspSystemPolicyGroupNameThis object indicates the policy group containing the global
system policy that is to be applied when a given endpoint
does not contain a policy definition. Its value can be used
as an index into the ipspGroupContentsTable to retrieve a
list of policies. A zero length string indicates no system
wide policy exists and the default policy of 'accept' should
be executed until one is imposed by either this object or by
the endpoint processing a given packet.rw SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.1.1 |
ipspEndpointToGroupTableThis table is used to map policy (groupings) onto an endpoint
where traffic is to pass by. Any policy group assigned to an
endpoint is then used to control access to the traffic
passing by it.
If an endpoint has been configured with a policy group and no
contained rule matches the incoming packet, the default
action in this case shall be to drop the packet.
If no policy group has been assigned to an endpoint, then the
policy group specified by ipspSystemPolicyGroupName should be
used for the endpoint. SEQUENCE OF IpspEndpointToGroupEntry .1.3.6.1.4.1.727.7.2.1.1.1.2 |
ipspEndpointToGroupEntryA mapping assigning a policy group to an endpoint. IpspEndpointToGroupEntry .1.3.6.1.4.1.727.7.2.1.1.1.2.1 |
ipspEndGroupIdentTypeThe Internet Protocol version of the address associated with
a given endpoint. All addresses are represented as an array
of octets in network byte order. When combined with the
ipspEndGroupAddress these objects can be used to uniquely
identify an endpoint that a set of policy groups should be
applied to. Devices supporting IPv4 MUST support the ipv4
value, and devices supporting IPv6 MUST support the ipv6
value.
Values of unknown, ipv4z, ipv6z and dns are not legal values
for this object. InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.727.7.2.1.1.1.2.1.1 |
ipspEndGroupAddressThe address of a given endpoint, the format of which is
specified by the ipspEndGroupIdentType object. InetAddress .1.3.6.1.4.1.727.7.2.1.1.1.2.1.2 |
ipspEndGroupNameThe policy group name to apply to this endpoint. The
value of the ipspEndGroupName object should then be used as
an index into the ipspGroupContentsTable to come up with a
list of rules that MUST be applied to this endpoint.rw SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.2.1.3 |
ipspEndGroupLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.2.1.4 |
ipspEndGroupStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.2.1.5 |
ipspEndGroupRowStatusThis object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.
This object may not be set to active until one or more active
rows exist within the ipspGroupContentsTable for the group
referenced by the ipspEndGroupName object.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.2.1.6 |
ipspGroupContentsTableThis table contains a list of rules and/or subgroups
contained within a given policy group. The entries are
sorted by the ipspGroupContPriority object and MUST be
executed in order according to this value, starting with the
lowest value. Once a group item has been processed, the
processor MUST stop processing this packet if an action was
executed as a result of the processing of a given group.
Iterating into the next policy group item by finding the next
largest ipspGroupContPriority object shall only be done if no
actions were run when processing the last item for a given
packet. SEQUENCE OF IpspGroupContentsEntry .1.3.6.1.4.1.727.7.2.1.1.1.3 |
ipspGroupContentsEntryDefines a given sub-item within a policy group. IpspGroupContentsEntry .1.3.6.1.4.1.727.7.2.1.1.1.3.1 |
ipspGroupContNameThe administrative name of this group. SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.3.1.1 |
ipspGroupContPriorityThe priority (sequence number) of the sub-component in this
group. Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.3.1.2 |
ipspGroupContFilteripspGroupContFilter points to a filter which is evaluated
to determine whether the sub-component within this group
should be exercised. Managers can use this object to
classify groups of rules or subgroups together in order to
achieve a greater degree of control and optimization over the
execution order of the items within the group. If the filter
evaluates to false, the rule or subgroup will be skipped and
the next rule or subgroup will be evaluated instead.
An example usage of this object would be to limit a group of
rules to executing only when the IP packet being process is
designated to be processed by IKE. This effecitevly creates
a group of IKE specific rules.
This MIB defines the following tables and scalars which may
be pointed to by this column. Implementations may choose to
provide support for other filter tables or scalars as well:
ipspIpHeaderFilterTable
ipspIpOffsetFilterTable
ipspTimeFilterTable
ipspCompoundFilterTable
ipspTrueFilter
If this column is set to a VariablePointer value which
references a non-existent row in an otherwise supported
table, the inconsistentName exception should be returned. If
the table or scalar pointed to by the VariablePointer is not
supported at all, then an inconsistentValue exception should
be returned.rw VariablePointer (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.3.1.3 |
ipspGroupContComponentTypeIndicates whether the ipspGroupContComponentName object is
the name of another group defined within the
ipspGroupContentsTable or is the name of a rule defined
within the ipspRuleDefinitionTable.rw Enumeration .1.3.6.1.4.1.727.7.2.1.1.1.3.1.4 |
ipspGroupContComponentNameThe name of the policy rule or subgroup contained within this
group, as indicated by the ipspGroupContComponentType
object.rw SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.3.1.5 |
ipspGroupContLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.3.1.6 |
ipspGroupContStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.3.1.7 |
ipspGroupContRowStatusThis object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.
This object may not be set to active until the row to which
the ipspGroupContComponentName points to exists.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.3.1.8 |
ipspRuleDefinitionTableThis table defines a policy rule by associating a filter or a
set of filters to an action to be executed. SEQUENCE OF IpspRuleDefinitionEntry .1.3.6.1.4.1.727.7.2.1.1.1.4 |
ipspRuleDefinitionEntryA row defining a particular policy definition. A rule
definition binds a filter pointer to an action pointer. IpspRuleDefinitionEntry .1.3.6.1.4.1.727.7.2.1.1.1.4.1 |
ipspRuleDefNameipspRuleDefName is the administratively assigned name of the
rule referred to by the ipspGroupContComponentName object. SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.4.1.1 |
ipspRuleDefDescriptionA user definable string. This field may be used for your
administrative tracking purposes.rw SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.727.7.2.1.1.1.4.1.2 |
ipspRuleDefFilteripspRuleDefFilter points to a filter which is used to
evaluate whether the action associated with this row should
be fired or not. The action will only fire if the filter
referenced by this object evaluates to TRUE after first
applying any negation required by the
ipspRuleDefFilterNegated object.
This MIB defines the following tables and scalars which may
be pointed to by this column. Implementations may choose to
provide support for other filter tables or scalars as well:
ipspIpHeaderFilterTable
ipspIpOffsetFilterTable
ipspTimeFilterTable
ipspCompoundFilterTable
ipspTrueFilter
If this column is set to a VariablePointer value which
references a non-existent row in an otherwise supported
table, the inconsistentName exception should be returned. If
the table or scalar pointed to by the VariablePointer is not
supported at all, then an inconsistentValue exception should
be returned.rw VariablePointer (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.4.1.3 |
ipspRuleDefFilterNegatedipspRuleDefFilterNegated specifies whether the filter
referenced by the ipspRuleDefFilter object should be negated
or not.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.4.1.4 |
ipspRuleDefActionThis 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:
ipspCompoundActionTable
ipspSaPreconfiguredActionTable
ipspIkeActionTable
ipspIpsecActionTable
It may also point to one of the scalar objects beneath
ipspStaticActions.
If this object is set to a pointer to a row in an unsupported
(or unknown) table, an inconsistentValue error should be
returned.
If this object is set to point to a non-existent row in an
otherwise supported table, an inconsistentName error should
be returned.rw VariablePointer (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.4.1.5 |
ipspRuleDefAdminStatusIndicates whether the current rule definition should be
considered active. If enabled, it should be evaluated when
processing packets. If disabled, packets should continue to
be processed by the rest of the rules defined in the
ipspGroupContentsTable as if this rule's filters had
effectively failed.rw IpspAdminStatus .1.3.6.1.4.1.727.7.2.1.1.1.4.1.6 |
ipspRuleDefLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.4.1.7 |
ipspRuleDefStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.4.1.8 |
ipspRuleDefRowStatusThis object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.
This object may not be set to active until the containing
contitions, filters and actions have been defined. Once
active, it must remain active until no policyGroupContents
entries are referencing it.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.4.1.9 |
ipspCompoundFilterTableA table defining a compound set of filters and their
associated parameters. A row in this table can either be
pointed to by a ipspRuleDefFilter object or by a ficSubFilter
object. SEQUENCE OF IpspCompoundFilterEntry .1.3.6.1.4.1.727.7.2.1.1.1.5 |
ipspCompoundFilterEntryAn entry in the ipspCompoundFilterTable. A filter defined by
this table is considered to have a TRUE return value if and
only if:
ipspCompFiltLogicType is AND and all of the sub-filters
associated with it, as defined in the ipspSubfiltersTable,
are all true themselves (after applying any requried
negation as defined by the ficFilterIsNegated object).
ipspCompFiltLogicType is OR and at least one of the
sub-filters associated with it, as defined in the
ipspSubfiltersTable, is true itself (after applying any
requried negation as defined by the ficFilterIsNegated
object). IpspCompoundFilterEntry .1.3.6.1.4.1.727.7.2.1.1.1.5.1 |
ipspCompFiltNameA user definable string. You may use this field for your
administrative tracking purposes. SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.5.1.1 |
ipspCompFiltDescriptionA user definable string. You may use this field for your
administrative tracking purposes.rw SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.727.7.2.1.1.1.5.1.2 |
ipspCompFiltLogicTypeIndicates whether the filters contained within this filter
are functionally ANDed or ORed together.rw IpspBooleanOperator .1.3.6.1.4.1.727.7.2.1.1.1.5.1.3 |
ipspCompFiltLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.5.1.4 |
ipspCompFiltStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.5.1.5 |
ipspCompFiltRowStatusThis object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.
Once active, it may not have its value changed if any active
rows in the ipspRuleDefinitionTable are currently pointing
at this row.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.5.1.6 |
ipspSubfiltersTableThis table defines a list of filters contained within a given
compound filter set defined in the ipspCompoundFilterTable. SEQUENCE OF IpspSubfiltersEntry .1.3.6.1.4.1.727.7.2.1.1.1.6 |
ipspSubfiltersEntryAn entry into the list of filters for a given compound
filter. IpspSubfiltersEntry .1.3.6.1.4.1.727.7.2.1.1.1.6.1 |
ipspSubFiltPriorityThe priority of a given filter within a condition.
Implementations MAY choose to follow the ordering indicated
by the manager that created the rows in order to allow the
manager to intelligently construct filter lists such that
faster filters are evaluated first. Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.6.1.1 |
ipspSubFiltSubfilterThe location of the contained filter. The value of this
column should be a VariablePointer which references the
properties for the filter to be included in this compound
filter.
This MIB defines the following tables and scalars which may
be pointed to by this column. Implementations may choose to
provide support for other filter tables or scalars as well:
ipspIpHeaderFilterTable
ipspIpOffsetFilterTable
ipspTimeFilterTable
ipspCompoundFilterTable
ipspTrueFilter
If this column is set to a VariablePointer value which
references a non-existent row in an otherwise supported
table, the inconsistentName exception should be returned. If
the table or scalar pointed to by the VariablePointer is not
supported at all, then an inconsistentValue exception should
be returned.rw VariablePointer (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.6.1.2 |
ipspSubFiltSubfilterIsNegatedIndicates whether the result of applying this subfilter
should be negated or not.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.6.1.3 |
ipspSubFiltLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.6.1.4 |
ipspSubFiltStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.6.1.5 |
ipspSubFiltRowStatusThis object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.
This object can not be made active until the filter
referenced by the ficSubFilter object is both defined and is
active. An attempt to do so will result in an
inconsistentValue error.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.6.1.6 |
ipspStaticFilters OBJECT IDENTIFIER .1.3.6.1.4.1.727.7.2.1.1.1.7 |
ipspTrueFilterThis scalar indicates a (automatic) true result for a
filter. I.e. this is a filter that is always true,
useful for adding as a default filter for a default
action or a set of actions.ro Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.7.1 |
ipspTrueFilterInstance OBJECT IDENTIFIER .1.3.6.1.4.1.727.7.2.1.1.1.7.1.0 |
ipspIkePhase1FilterThis static filter can be used to test if a packet is
part of an IKE phase-1 negotiation.ro Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.7.2 |
ipspIkePhase2FilterThis static filter can be used to test if a packet is
part of an IKE phase-2 negotiation.ro Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.7.3 |
ipspIpHeaderFilterTableThis table contains a list of filter definitions to be used
within the ipspRuleDefinitionTable or the
ipspSubfilterTable table. SEQUENCE OF IpspIpHeaderFilterEntry .1.3.6.1.4.1.727.7.2.1.1.1.8 |
ipspIpHeaderFilterEntryA definition of a particular filter. IpspIpHeaderFilterEntry .1.3.6.1.4.1.727.7.2.1.1.1.8.1 |
ipspIpHeadFiltNameThe administrative name for this filter. SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.8.1.1 |
ipspIpHeadFiltTypeThis defines the various tests that are used when evaluating
a given filter. The results of each test are ANDed together
to produce the result of the entire filter. When processing
this filter, it is recommended for efficiency reasons that
the filter halt processing the instant any of the specified
tests fail.
Once a row is 'active', this object's value may not be
changed unless all the appropriate columns needed by the new
value to be imposed on this object have been appropriately
configured.
The various tests definable in this table are as follows:
sourceAddress:
- Tests if the source address in the packet lies between
the ipspIpHeadFiltSrcAddressBegin and
ipspIpHeadFiltSrcAddressEnd objects.
Note that setting these two objects to the same address
will limit the search to the exact match of a single
address. The format and length of the address objects
are defined by the ipspIpHeadFiltIPVersion column.
A row in this table containing a ipspIpHeadFiltType
object with the sourceAddress object bit but without the
ipspIpHeadFiltIPVersion, ipspIpHeadFiltSrcAddressBegin
and ipspIpHeadFiltSrcAddressEnd objects set will cause
the ipspIpHeadFiltRowStatus object to return the notReady
state.
destinationAddress:
- Tests if the destination address in the packet lies
between the ipspIpHeadFiltDstAddressBegin and
ipspIpHeadFiltDstAddressEnd objects. Note that setting
these two objects to the same address will limit the
search to the exact match of a single address. The
format and length of the address objects are defined by
the ipspIpHeadFiltIPVersion column.
A row in this table containing a ipspIpHeadFiltType
object with the destinationAddress object bit but without
the ipspIpHeadFiltIPVersion,
ipspIpHeadFiltDstAddressBegin and
ipspIpHeadFiltDstAddressEnd objects set will cause the
ipspIpHeadFiltRowStatus object to return the notReady
state.
sourcePort:
- Tests if the source port of IP packets using a protocol
that uses port numbers (at this time, UDP or TCP) lies
between the ipspIpHeadFiltSrcLowPort and
ipspIpHeadFiltSrcHighPort objects. Note that setting
these two objects to the same address will limit the
search to the exact match of a single port.
A row in this table containing a ipspIpHeadFiltType
object with the sourcePort object bit but without the
ipspIpHeadFiltSrcLowPort, and ipspIpHeadFiltSrcHighPort
objects set will cause the ipspIpHeadFiltRowStatus object
to return the notReady state.
destinationPort:
- Tests if the source port of IP packets using a protocol
that uses port numbers (at this time, UDP or TCP) lies
between the ipspIpHeadFiltDstLowPort and
ipspIpHeadFiltDstHighPort objects. Note that setting
these two objects to the same address will limit the
search to the exact match of a single port.
A row in this table containing a ipspIpHeadFiltType
object with the sourcePort object bit but without the
ipspIpHeadFiltDstLowPort, and ipspIpHeadFiltDstHighPort
objects set will cause the ipspIpHeadFiltRowStatus object
to return the notReady state.
protocol:
- Tests to see if the packet being processed is for the
given protocol type.
A row in this table containing a ipspIpHeadFiltType
object with the protocol object bit but without the
ipspIpHeadFiltProtocol object set will cause the
ipspIpHeadFiltRowStatus object to return the notReady
state.
ipv6FlowLabel:
- Tests to see if the packet being processed contains an
ipv6 Flow Label which matches the value in the
ipfIPv6FlowLabel object. Setting this bit mandates that
for the packet to match the filter, it must be an IPv6
packet.
A row in this table containing a ipspIpHeadFiltType
object with the ipv6FlowLabel object bit but without the
ipfIPv6FlowLabel object set will cause the
ipspIpHeadFiltRowStatus object to return the notReady
state.rw Bits .1.3.6.1.4.1.727.7.2.1.1.1.8.1.2 |
ipspIpHeadFiltIPVersionThe Internet Protocol version the addresses are to match
against. The value of this property determines the size and
format of the ipspIpHeadFiltSrcAddressBegin,
ipspIpHeadFiltSrcAddressEnd, ipspIpHeadFiltDstAddressBegin,
and ipspIpHeadFiltDstAddressEnd objects.
Values of unknown, ipv4z, ipv6z and dns are not legal values
for this object.rw InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.727.7.2.1.1.1.8.1.3 |
ipspIpHeadFiltSrcAddressBeginThe starting address of a source address range that the
packet must match against for this filter to be considered
TRUE.
This object is only used if sourceAddress is set in
ipspIpHeadFiltType.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.727.7.2.1.1.1.8.1.4 |
ipspIpHeadFiltSrcAddressEndThe ending address of a source address range to check a
packet against, where the starting is specified by the
ipspIpHeadFiltSrcAddressBegin object. Set this column to the
same value as the ipspIpHeadFiltSrcAddressBegin column to get
an exact single address match.
This object is only used if sourceAddress is set in
ipspIpHeadFiltType.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.727.7.2.1.1.1.8.1.5 |
ipspIpHeadFiltDstAddressBeginThe starting address of a destination address range that the
packet must match against for this filter to be considered
TRUE.
This object is only used if destinationAddress is set in
ipspIpHeadFiltType.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.727.7.2.1.1.1.8.1.6 |
ipspIpHeadFiltDstAddressEndThe ending address of a destination address range to check a
packet against, where the first is specified by the
ipspIpHeadFiltDstAddressBegin object. Set this column to the
same value as the ipspIpHeadFiltDstAddressBegin column to get
an exact single address match.
This object is only used if destinationAddress is set in
ipspIpHeadFiltType.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.727.7.2.1.1.1.8.1.7 |
ipspIpHeadFiltSrcLowPortThe low port of the port range a packet's source must match
against. To match, the port number must be greater than or
equal to this value.
This object is only used if sourcePort is set in
ipspIpHeadFiltType.
The value of 0 for this object is illegal.rw InetPortNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.727.7.2.1.1.1.8.1.8 |
ipspIpHeadFiltSrcHighPortThe high port of the port range a packet's source must match
against. To match, the port number must be less than or
equal to this value.
This object is only used if sourcePort is set in
ipspIpHeadFiltType.
The value of 0 for this object is illegal.rw InetPortNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.727.7.2.1.1.1.8.1.9 |
ipspIpHeadFiltDstLowPortThe low port of the port range a packet's destination must
match against. To match, the port number must be greater
than or equal to this value.
This object is only used if destinationPort is set in
ipspIpHeadFiltType.
The value of 0 for this object is illegal.rw InetPortNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.727.7.2.1.1.1.8.1.10 |
ipspIpHeadFiltDstHighPortThe high port of the port range a packet's destination must
match against. To match, the port number must be less than
or equal to this value.
This object is only used if destinationPort is set in
ipspIpHeadFiltType.
The value of 0 for this object is illegal.rw InetPortNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.727.7.2.1.1.1.8.1.11 |
ipspIpHeadFiltProtocolThe protocol number the incoming packet must match against
for this filter to be evaluated as true.
This object is only used if protocol is set in
ipspIpHeadFiltType.rw Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.8.1.12 |
ipspIpHeadFiltIPv6FlowLabelThe IPv6 Flow Label that the packet must match against.
This object is only used if ipv6FlowLabel is set in
ipspIpHeadFiltType.rw Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.8.1.13 |
ipspIpHeadFiltLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.8.1.14 |
ipspIpHeadFiltStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.8.1.15 |
ipspIpHeadFiltRowStatusThis object indicates the conceptual status of this row.
This object may not be set to active if the requirements of
the ipspIpHeadFiltType object are not met. In other words,
if the associated value columns needed by a particular test
have not been set, then attempting to change this row to an
active state will result in an inconsistentValue error. See
the ipspIpHeadFiltType object description for further
details.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.8.1.16 |
ipspIpOffsetFilterTableThis table contains a list of filter definitions to be used
within the ipspRuleDefinitionTable or the
ipspSubfilterTable. SEQUENCE OF IpspIpOffsetFilterEntry .1.3.6.1.4.1.727.7.2.1.1.1.9 |
ipspIpOffsetFilterEntryA definition of a particular filter. IpspIpOffsetFilterEntry .1.3.6.1.4.1.727.7.2.1.1.1.9.1 |
ipspIpOffFiltNameThe administrative name for this filter. SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.9.1.1 |
ipspIpOffFiltOffsetThis is the byte offset from the front of the IP packet where
the value or arithmetic comparison is done. A value of '0'
indicates the first byte in the packet.rw Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.9.1.2 |
ipspIpOffFiltTypeThis defines the various tests that are used when evaluating
a given filter.
Once a row is 'active', this object's value may not be
changed unless the appropriate columns, ipspIpOffFiltNumber
or ipspIpOffFiltValue, needed by the new value to be imposed
on this object have been appropriately configured.
The various tests definable in this table are as follows:
valueMatch:
- Tests if the OCTET STRING, 'ipspIpOffFiltValue', matches
a value in the packet starting at the given offset in the
packet and comparing the entire OCTET STRING of
'ipspIpOffFiltValue'.
valueNotMatch:
- Tests if the OCTET STRING, 'ipspIpOffFiltValue', does not
match a value in the packet starting at the given offset
in the packet and comparing to the entire OCTET STRING of
'ipspIpOffFiltValue'.
arithmeticEqual:
- Tests if the Integer32, 'ipspIpOffFiltNumber', is
arithmetically equal ('=') to the 4 byte value starting
at the given offset within the packet. The value in the
packet is assumed to be in network byte order.
arithmeticNotEqual:
- Tests if the Integer32, 'ipspIpOffFiltNumber', is
arithmetically not equal ('!=') to the 4 byte value
starting at the given offset within the packet. The
value in the packet is assumed to be in network byte
order.
arithmeticLess:
- Tests if the Integer32, 'ipspIpOffFiltNumber', is
arithmetically less than ('<') the 4 byte value starting
at the given offset within the packet. The value in the
packet is assumed to be in network byte order.
arithmeticGreaterOrEqual:
- Tests if the Integer32, 'ipspIpOffFiltNumber', is
arithmetically greater than or equal to ('>=') the 4 byte
value starting at the given offset within the packet.
The value in the packet is assumed to be in network byte
order.
arithmeticGreater:
- Tests if the Integer32, 'ipspIpOffFiltNumber', is
arithmetically greater than ('>') the 4 byte value
starting at the given offset within the packet. The
value in the packet is assumed to be in network byte
order.
arithmeticLessOrEqual:
- Tests if the Integer32, 'ipspIpOffFiltNumber', is
arithmetically less than or equal to ('<=') the 4 byte
value starting at the given offset within the packet.
The value in the packet is assumed to be in network byte
order.rw Enumeration .1.3.6.1.4.1.727.7.2.1.1.1.9.1.3 |
ipspIpOffFiltNumberipspIpOffFiltNumber is used for arithmetic matching of a
packets at ipspIpOffFiltOffset. This object is only used if
one of
the arithmetic types is chosen in ipspIpOffFiltType.rw Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.9.1.4 |
ipspIpOffFiltValueipspIpOffFiltValue is used for match comparisons of a packet at
ipspIpOffFiltOffset. This object is only used if one of the
match types is chosen in ipspIpOffFiltType.rw OCTET STRING .1.3.6.1.4.1.727.7.2.1.1.1.9.1.5 |
ipspIpOffFiltLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.9.1.6 |
ipspIpOffFiltStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.9.1.7 |
ipspIpOffFiltRowStatusThis object indicates the conceptual status of this row.
This object may not be set to active if the requirements of
the ipspIpOffFiltType object are not met. In other words, if
the associated value columns needed by a particular test have
not been set, then attempting to change this row to an active
state will result in an inconsistentValue error. See the
ipspIpOffFiltType object description for further details.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.9.1.8 |
ipspTimeFilterTableDefines a table of filters which can be used to effectively
enable or disable policies based on a valid time range. SEQUENCE OF IpspTimeFilterEntry .1.3.6.1.4.1.727.7.2.1.1.1.10 |
ipspTimeFilterEntryA row describing a given time frame for which a policy may be
filtered on to place the rule active or inactive. IpspTimeFilterEntry .1.3.6.1.4.1.727.7.2.1.1.1.10.1 |
ipspTimeFiltNameAn administratively assigned name for this filter. SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.10.1.1 |
ipspTimeFiltPeriodStartThe starting time period for this filter. In addition to a
normal DateAndTime string, this object may be set to the
OCTET STRING value THISANDPRIOR which indicates that the
filter is valid from any time before now up until (at least)
now.rw DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.10.1.2 |
ipspTimeFiltPeriodEndThe ending time period for this filter. In addition to a
normal DateAndTime string, this object may be set to the
OCTET STRING value THISANDFUTURE which indicates that the
filter is valid without an ending date and/or time.rw DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.10.1.3 |
ipspTimeFiltMonthOfYearMaskA bit mask which overlays the ipspTimeFiltPeriodStart to
ipspTimeFiltPeriodEnd date range to further restrict the time
period to a restricted set of months of the year.rw Bits .1.3.6.1.4.1.727.7.2.1.1.1.10.1.4 |
ipspTimeFiltDayOfMonthMaskDefines which days of the month this time period is valid
for. It is a sequence of 32 BITS, where each BIT represents
a corresponding day of the month starting from the left most
bit being equal to the first day of the month. The last bit
in the string MUST be zero.rw OCTET STRING .1.3.6.1.4.1.727.7.2.1.1.1.10.1.5 |
ipspTimeFiltDayOfWeekMaskA bit mask which overlays the ipspTimeFiltPeriodStart to
ipspTimeFiltPeriodEnd date range to further restrict the time
period to a restricted set of days within a given week.rw Bits .1.3.6.1.4.1.727.7.2.1.1.1.10.1.6 |
ipspTimeFiltTimeOfDayMaskStartIndicates the starting time of day for which this filter
evaluates to true. The date portions of the DateAndTime TC
are ignored for purposes of evaluating this mask and only the
time specific portions are used.rw DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.10.1.7 |
ipspTimeFiltTimeOfDayMaskEndIndicates the ending time of day for which this filter
evaluates to true. The date portions of the DateAndTime TC
are ignored for purposes of evaluating this mask and only the
time specific portions are used. If this starting and ending
time values indicated by the ipspTimeFiltTimeOfDayMaskStart
and ipspTimeFiltTimeOfDayMaskEnd objects are equal, the
filter is expected to be evaluated over the entire 24 hour
period.rw DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.10.1.8 |
ipspTimeFiltLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.10.1.9 |
ipspTimeFiltStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.10.1.10 |
ipspTimeFiltRowStatusThis object indicates the conceptual status of this row.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.10.1.11 |
ipspIpsoHeaderFilterTableThis table contains a list of IPSO header filter definitions
to be used within the ipspRuleDefinitionTable or the
ipspSubfilterTable. IPSO headers and their values
are described in RFC1108. SEQUENCE OF IpspIpsoHeaderFilterEntry .1.3.6.1.4.1.727.7.2.1.1.1.11 |
ipspIpsoHeaderFilterEntryA definition of a particular filter. IpspIpsoHeaderFilterEntry .1.3.6.1.4.1.727.7.2.1.1.1.11.1 |
ipspIpsoHeadFiltNameThe administrative name for this filter. SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.11.1.1 |
ipspIpsoHeadFiltTypeThe IPSO header fields to match the value against.rw Bits .1.3.6.1.4.1.727.7.2.1.1.1.11.1.2 |
ipspIpsoHeadFiltClassificationThe IPSO classification header field value must match the
value in this column if the classificationLevel bit is set in
the ipspIpsoHeadFiltType field.
The values of these enumerations are defined by RFC1108.rw Enumeration .1.3.6.1.4.1.727.7.2.1.1.1.11.1.3 |
ipspIpsoHeadFiltProtectionAuthThe IPSO protection authority header field value must match
the value in this column if the protection authority bit is
set in the ipspIpsoHeadFiltType field.
The values of these enumerations are defined by RFC1108.
Hence the reason the SMIv2 convention of not using 0 in enum
lists is violated here.rw Enumeration .1.3.6.1.4.1.727.7.2.1.1.1.11.1.4 |
ipspIpsoHeadFiltLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.11.1.5 |
ipspIpsoHeadFiltStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.11.1.6 |
ipspIpsoHeadFiltRowStatusThis object indicates the conceptual status of this row.
This object may not be set to active if the requirements of
the ipspIpsoHeadFiltType object are not met. In other words,
if the associated value columns needed by a particular test
have not been set, then attempting to change this row to an
active state will result in an inconsistentValue error. See
the ipspIpsoHeadFiltType object description for further
details.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.11.1.7 |
ipspCredentialFilterTableThis table defines filters which can be used to match
credentials of IKE peers, where the credentials in question
have been obtained from an IKE phase 1 exchange. They may be
X.509 certificates, Kerberos tickets, etc... SEQUENCE OF IpspCredentialFilterEntry .1.3.6.1.4.1.727.7.2.1.1.1.12 |
ipspCredentialFilterEntryA row defining a particular credential filter IpspCredentialFilterEntry .1.3.6.1.4.1.727.7.2.1.1.1.12.1 |
ipspCredFiltNameThe administrative name of this filter. SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.12.1.1 |
ipspCredFiltCredentialTypeThe credential type that is expected for this filter to
succeed.rw IpspCredentialType .1.3.6.1.4.1.727.7.2.1.1.1.12.1.2 |
ipspCredFiltMatchFieldNameThe piece of the credential to match against. Examples:
serialNumber, signatureAlgorithm, issuerName or subjectName.
For credential types without fields (e.g. shared secrec),
this field should be left empty, and the entire credential
will be matched against the ipspCredFiltMatchFieldValue.rw OCTET STRING .1.3.6.1.4.1.727.7.2.1.1.1.12.1.3 |
ipspCredFiltMatchFieldValueThe value that the field indicated by the
ipspCredFiltMatchFieldName must match against for the filter
to be considered TRUE.rw OCTET STRING .1.3.6.1.4.1.727.7.2.1.1.1.12.1.4 |
ipspCredFiltAcceptCredFromThis value is used to look up a row in the
ipspIpsecCredMngServiceTable for the Certificate Authority (CA)
Information. This value is empty if there is no CA used for
this filter.rw OCTET STRING .1.3.6.1.4.1.727.7.2.1.1.1.12.1.5 |
ipspCredFiltLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.12.1.6 |
ipspCredFiltStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.12.1.7 |
ipspCredFiltRowStatusThis object indicates the conceptual status of this row.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.12.1.8 |
ipspPeerIdentityFilterTableThis table defines filters which can be used to match
credentials of IKE peers, where the credentials in question
have been obtained from an IKE phase 1 exchange. They may be
X.509 certificates, Kerberos tickets, etc... SEQUENCE OF IpspPeerIdentityFilterEntry .1.3.6.1.4.1.727.7.2.1.1.1.13 |
ipspPeerIdentityFilterEntryA row defining a particular credential filter IpspPeerIdentityFilterEntry .1.3.6.1.4.1.727.7.2.1.1.1.13.1 |
ipspPeerIdFiltNameThe administrative name of this filter. SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.13.1.1 |
ipspPeerIdFiltIdentityTypeThe type of identity field in the peer ID payload to match
against.rw IpsecDoiIdentType (IPSEC-ISAKMP-IKE-DOI-TC) .1.3.6.1.4.1.727.7.2.1.1.1.13.1.2 |
ipspPeerIdFiltIdentityValueThe string representation of the value that the peer ID
payload value must match against. Wildcard mechanisms MUST be
supported such that:
- a ipspPeerIdFiltIdentityValue of '*@example.com' will match
a userFqdn ID payload of 'JDOE@EXAMPLE.COM'
- a ipspPeerIdFiltIdentityValue of '*.example.com' will match
a fqdn ID payload of 'WWW.EXAMPLE.COM'
- a ipspPeerIdFiltIdentityValue of:
'cn=*,ou=engineering,o=company,c=us'
will match a DER DN ID payload of
'cn=John Doe,ou=engineering,o=company,c=us'
- a ipspPeerIdFiltIdentityValue of '192.0.2.0/24' will match
an IPv4 address ID payload of 192.0.2.10
- a ipspPeerIdFiltIdentityValue of '192.0.2.*' will also
match an IPv4 address ID payload of 192.0.2.10.
The character '*' replaces 0 or multiple instances of any
character.rw IpspIdentityFilter .1.3.6.1.4.1.727.7.2.1.1.1.13.1.3 |
ipspPeerIdFiltLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.13.1.4 |
ipspPeerIdFiltStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.13.1.5 |
ipspPeerIdFiltRowStatusThis object indicates the conceptual status of this row.
This object can not be considered active unless the
ipspPeerIdFiltIdentityType and ipspPeerIdFiltIdentityValue
column values are defined.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.13.1.6 |
ipspCompoundActionTableTable used to allow multiple actions to be associated with a
rule. It uses the ipspSubactionsTable to do this. SEQUENCE OF IpspCompoundActionEntry .1.3.6.1.4.1.727.7.2.1.1.1.14 |
ipspCompoundActionEntryA row in the ipspCompoundActionTable. IpspCompoundActionEntry .1.3.6.1.4.1.727.7.2.1.1.1.14.1 |
ipspCompActNameThis is an administratively assigned name of this compound
action. SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.14.1.1 |
ipspCompActExecutionStrategyThis 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.rw Enumeration .1.3.6.1.4.1.727.7.2.1.1.1.14.1.2 |
ipspCompActLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.14.1.3 |
ipspCompActStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.14.1.4 |
ipspCompActRowStatusThis object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.
Once a row in the ipspCompoundActionTable has been made active,
this object may not be set to destroy without first
destroying all the contained rows listed in the
ipspSubactionsTable.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.14.1.5 |
ipspSubactionsTableThis table contains a list of the sub-actions within a given
compound action. Compound actions executing these actions
MUST execute them in series based on the ipspSubActPriority
value, with the lowest value executing first. SEQUENCE OF IpspSubactionsEntry .1.3.6.1.4.1.727.7.2.1.1.1.15 |
ipspSubactionsEntryA row containing a reference to a given compound-action
sub-action. IpspSubactionsEntry .1.3.6.1.4.1.727.7.2.1.1.1.15.1 |
ipspSubActPriorityThe priority of a given sub-action within a compound action.
The order in which sub-actions should be executed are based
on the value from this column, with the lowest numeric value
executing first. Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.15.1.1 |
ipspSubActSubActionNameThis 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:
ipspCompoundActionTable - Allowing recursion
ipspSaPreconfiguredActionTable
ipspIkeActionTable
ipspIpsecActionTable
It may also point to one of the scalar objects beneath
ipspStaticActions.
If this object is set to a pointer to a row in an unsupported
(or unknown) table, an inconsistentValue error should be
returned.
If this object is set to point to a non-existent row in an
otherwise supported table, an inconsistentName error should
be returned.rw VariablePointer (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.15.1.2 |
aiipspCompActLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.15.1.3 |
aiipspCompActStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.15.1.4 |
aiipspCompActRowStatusThis object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.15.1.5 |
ipspStaticActions OBJECT IDENTIFIER .1.3.6.1.4.1.727.7.2.1.1.1.16 |
ipspDropActionThis scalar indicates that a packet should be dropped WITHOUT
action/packet logging. This object returns a value
of 1 for IPsec policy implementations that support the drop
static action.ro Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.16.1 |
ipspDropActionLogThis scalar indicates that a packet should be dropped WITH
action/packet logging. This object returns a value
of 1 for IPsec policy implementations that support the drop
static action with logging.ro Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.16.2 |
ipspAcceptActionThis Scalar indicates that a packet should be accepted
(pass-through) WITHOUT action/packet logging. This object
returns a value of 1 for IPsec policy implementations that
support the accept static action.ro Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.16.3 |
ipspAcceptActionLogThis scalar indicates that a packet should be accepted
(pass-through) WITH action/packet logging. This object
returns a value of 1 for IPsec policy implementations that
support the accept static action with logging.ro Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.16.4 |
ipspRejectIKEActionThis scalar indicates that a packet should be rejected
WITHOUT action/packet logging. This object returns a value
of 1 for IPsec policy implementations that support the reject
static action.ro Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.16.5 |
ipspRejectIKEActionLogThis scalar indicates that a packet should be rejected
WITH action/packet logging. This object returns a value of 1
for IPsec policy implementations that support the reject
static action with logging.ro Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.16.6 |
ipspSaPreconfiguredActionTableThis table is a list of non-negotiated IPsec actions (SAs)
that can be performed and contains or indicates the data
necessary to create such an SA. SEQUENCE OF IpspSaPreconfiguredActionEntry .1.3.6.1.4.1.727.7.2.1.1.1.17 |
ipspSaPreconfiguredActionEntryOne entry in the ipspSaPreconfiguredActionTable. IpspSaPreconfiguredActionEntry .1.3.6.1.4.1.727.7.2.1.1.1.17.1 |
ipspSaPreActActionNameThis object contains the name of this
SaPreconfiguredActionEntry. SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.17.1.1 |
ipspSaPreActSADirectionThis object indicates whether a row should apply to outgoing
or incoming SAs IpspSADirection .1.3.6.1.4.1.727.7.2.1.1.1.17.1.2 |
ipspSaPreActActionDescriptionAn administratively assigned string which may be used
to describe what the action does.rw SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.727.7.2.1.1.1.17.1.3 |
ipspSaPreActActionLifetimeSecipspSaPreActActionLifetimeSec specifies how long in seconds the
security association derived from this action should be used.
The default lifetime is 8 hours.
Note: the actual lifetime of the preconfigured SA will be the
lesser of the value of this object and of the value of the
MaxLifetimeSecs property of the associated transform.
A value of 0 indicates no time limit on the lifetime
of the SA.rw Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.17.1.4 |
ipspSaPreActActionLifetimeKBipspSaPreActActionLifetimeKB specifies how long the
security association derived from this action should be used.
After this value in KiloBytes has passed through the security
association, it should no longer be used.
Note: the actual lifetime of the preconfigured SA will be the
lesser of the value of this object and of the value of the
MaxLifetimeKB property of the associated transform.
The default value, '0', indicates no kilobyte limit.rw Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.17.1.5 |
ipspSaPreActDoActionLoggingipspSaPreActDoActionLogging specifies whether or not an audit
message should be logged when a preconfigured SA is created.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.17.1.6 |
ipspSaPreActDoPacketLoggingipspSaPreActDoPacketLogging specifies whether or not an audit
message should be logged and if there is logging, how many
bytes of the packet to place in the notification.rw IpspIPPacketLogging .1.3.6.1.4.1.727.7.2.1.1.1.17.1.7 |
ipspSaPreActDFHandlingThis object specifies how to process the DF bit in packets
sent through the preconfigured SA. This object is not used
for transport SAs.rw Enumeration .1.3.6.1.4.1.727.7.2.1.1.1.17.1.8 |
ipspSaPreActActionTypeThis object specifies the encapsulation mode to use for the
preconfigured SA: tunnel or transport mode.rw IpsecDoiEncapsulationMode (IPSEC-ISAKMP-IKE-DOI-TC) .1.3.6.1.4.1.727.7.2.1.1.1.17.1.9 |
ipspSaPreActAHSPIThis object represents the SPI value for the AH SA.rw Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.17.1.10 |
ipspSaPreActAHTransformNameThis object is the name of the AH transform to use as an
index into the AHTransformTable. A zero length value
indicates no transform of this type is used.rw SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.17.1.11 |
ipspSaPreActAHSharedSecretNameThis object contains a name value to be used as an index into
the ipspCredentialTable which holds the pertinent keying
information for the AH SA.rw SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.17.1.12 |
ipspSaPreActESPSPIThis object represents the SPI value for the ESP SA.rw Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.17.1.13 |
ipspSaPreActESPTransformNameThis object is the name of the ESP transform to use as an
index into the ESPTransformTable. A zero length value
indicates no transform of this type is used.rw SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.17.1.14 |
ipspSaPreActESPEncSecretNameThis object contains a name value to be used as an index into
the ipspCredentialTable which holds the pertinent keying
information for the encryption algorithm of the ESP SA.rw SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.17.1.15 |
ipspSaPreActESPAuthSecretNameThis object contains a name value to be used as an index into
the ipspCredentialTable which holds the pertinent keying
information for the authentication algorithm of the ESP SA.rw SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.17.1.16 |
ipspSaPreActIPCompSPIThis object represents the SPI value for the IPComp SA.rw Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.17.1.17 |
ipspSaPreActIPCompTransformNameThis object is the name of the IPComp transform to use as an
index into the IPCompTransformTable. A zero length value
indicates no transform of this type is used.rw SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.17.1.18 |
ipspSaPreActPeerGatewayIdNameThis object indicates the peer id name of the peer
gateway. This object can be used to look up the peer gateway
address in the ipspPeerIdentityTable.
This object is only used when initiating a tunnel SA, and
is not used for transport SAs. If ipspSaPreActActionType
specifies tunnel mode and this object is empty, the peer
gateway should be determined from the source or destination
of the packet.rw SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.17.1.19 |
ipspSaPreActLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.17.1.20 |
ipspSaPreActStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.17.1.21 |
ipspSaPreActRowStatusThis object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.
If active, this object must remain active if it is referenced
by a row in another table.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.17.1.22 |
ipspSaNegotiationParametersTableThis table contains reusable parameters that can be pointed
to by the ipspIkeActionTable and ipspIpsecActionTable. These
parameters are reusable since it is likely an administrator
will want to make global policy changes to lifetime
parameters that apply to multiple actions. This table allows
multiple rows in the other actions tables to reuse global
lifetime parameters in this table by repeatedly pointing to a
row cointained within this table. SEQUENCE OF IpspSaNegotiationParametersEntry .1.3.6.1.4.1.727.7.2.1.1.1.18 |
ipspSaNegotiationParametersEntryContains the attributes of one row in the
ipspSaNegotiationParametersTable. IpspSaNegotiationParametersEntry .1.3.6.1.4.1.727.7.2.1.1.1.18.1 |
ipspSaNegParamNameThis object contains the administrative name of this
SaNegotiationParametersEntry. This row can be referred
to by this name in other policy action tables. SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.18.1.1 |
ipspSaNegParamMinLifetimeSecsipspSaNegParamMinLifetimeSecs specifies the minimum seconds
lifetime that will be accepted from the peer.rw Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.18.1.2 |
ipspSaNegParamMinLifetimeKBipspSaNegParamMinLifetimeKB specifies the minimum kilobyte
lifetime that will be accepted from the peer.rw Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.18.1.3 |
ipspSaNegParamRefreshThreshSecsipspSaNegParamRefreshThreshSecs specifies what percentage of
the seconds lifetime can expire before IKE should attempt to
renegotiate the IPsec security association.
A value between 1 and 100 representing a percentage. A
value of 100 indicates that the IPsec security
association should not be renegotiated until the
seconds lifetime has been completely reached.rw Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.18.1.4 |
ipspSaNegParamRefreshThresholdKBipspSaNegParamRefreshThresholdKB specifies what percentage of
the kilobyte lifetime can expire before IKE should attempt
to renegotiate the IPsec security association. A value
between 1 and 100 representing a percentage. A value of 100
indicates that the IPsec security association should not be
renegotiated until the kilobyte lifetime has been reached.rw Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.18.1.5 |
ipspSaNegParamIdleDurationSecsipspSaNegParamIdleDurationSecs specifies how many seconds a
security association may remain idle (i.e., no traffic
protected using the security association) before it is
deleted. A value of zero indicates that idle detection
should not be used for the security association. Any
non-zero value indicates the number of seconds the security
association may remain unused.rw Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.18.1.6 |
ipspSaNegParamLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.18.1.7 |
ipspSaNegParamStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.18.1.8 |
ipspSaNegParamRowStatusThis object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.
This object may not be set to destroy if refered to by other
rows in other action tables.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.18.1.9 |
ipspIkeActionTableThe ipspIkeActionTable contains a list of the parameters used
for an IKE phase 1 SA DOI negotiation. See the corresponding
table ipspIkeActionProposalsTable for a list of proposals
contained within a given IKE Action. SEQUENCE OF IpspIkeActionEntry .1.3.6.1.4.1.727.7.2.1.1.1.19 |
ipspIkeActionEntryThe ipspIkeActionEntry lists the IKE negotiation attributes. IpspIkeActionEntry .1.3.6.1.4.1.727.7.2.1.1.1.19.1 |
ipspIkeActNameThis object contains the name of this ikeAction entry. SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.19.1.1 |
ipspIkeActParametersNameThis object is administratively assigned to reference a row
in the ipspSaNegotiationParametersTable where additional
parameters affecting this action may be found.rw SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.19.1.2 |
ipspIkeActThresholdDerivedKeysipspIkeActThresholdDerivedKeys specifies what percentage
of the derived key limit (see the LifetimeDerivedKeys
property of IKEProposal) can expire before IKE should attempt
to renegotiate the IKE phase 1 security association.rw Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.19.1.3 |
ipspIkeActExchangeModeipspIkeActExchangeMode specifies the IKE Phase 1 negotiation
mode.rw Enumeration .1.3.6.1.4.1.727.7.2.1.1.1.19.1.4 |
ipspIkeActAgressiveModeGroupIdThe values to be used for Diffie-Hellman exchange.rw IkeGroupDescription (IPSEC-ISAKMP-IKE-DOI-TC) .1.3.6.1.4.1.727.7.2.1.1.1.19.1.5 |
ipspIkeActIdentityTypeThis column along with ipspIkeActIdentityContext and endpoint
information is used to refer an ipspIkeIdentityEntry in the
ipspIkeIdentityTable.rw IpsecDoiIdentType (IPSEC-ISAKMP-IKE-DOI-TC) .1.3.6.1.4.1.727.7.2.1.1.1.19.1.6 |
ipspIkeActIdentityContextThis column, along with ipspIkeActIdentityType and endpoint
information, is used to refer to an ipspIkeIdentityEntry in the
ipspIkeIdentityTable.rw SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.19.1.7 |
ipspIkeActPeerNameThis object indicates the peer id name of the IKE peer. This
object can be used to look up the peer id value, address,
credentials and other values in the ipspPeerIdentityTable.rw SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.19.1.8 |
ipspIkeActDoActionLoggingikeDoActionLogging specifies whether or not an audit
message should be logged when this ike SA is created.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.19.1.9 |
ipspIkeActDoPacketLoggingikeDoPacketLogging specifies whether or not an audit message
should be logged and if there is logging, how many bytes of
the packet to place in the notification.rw IpspIPPacketLogging .1.3.6.1.4.1.727.7.2.1.1.1.19.1.10 |
ipspIkeActVendorIdVendor ID Payload. A value of NULL means that Vendor ID
payload will be neither generated nor accepted. A non-NULL
value means that a Vendor ID payload will be generated (when
acting as an initiator) or is expected (when acting as a
responder).rw OCTET STRING .1.3.6.1.4.1.727.7.2.1.1.1.19.1.11 |
ipspIkeActLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.19.1.12 |
ipspIkeActStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.19.1.13 |
ipspIkeActRowStatusThis object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.
This object may not be set to destroy if refered to by other
rows in other action tables.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.19.1.14 |
ipspIkeActionProposalsTableThis table contains a list of all ike proposal names found
within a given IKE Action. SEQUENCE OF IpspIkeActionProposalsEntry .1.3.6.1.4.1.727.7.2.1.1.1.20 |
ipspIkeActionProposalsEntrya row containing one ike proposal reference IpspIkeActionProposalsEntry .1.3.6.1.4.1.727.7.2.1.1.1.20.1 |
ipspIkeActPropPriorityThe numeric priority of a given contained proposal inside an
ike Action. This index should be used to order the proposals
in an IKE Phase I negotiation, lowest value first. Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.20.1.1 |
ipspIkeActPropNameThe administratively assigned name that can be used to
reference a set of values contained within the
ipspIkeProposalTable.rw SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.20.1.2 |
ipspIkeActPropLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.20.1.3 |
ipspIkeActPropStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.20.1.4 |
ipspIkeActPropRowStatusThis object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.20.1.5 |
ipspIkeProposalTableThis table contains a list of IKE proposals which are used in
an IKE negotiation. SEQUENCE OF IpspIkeProposalEntry .1.3.6.1.4.1.727.7.2.1.1.1.21 |
ipspIkeProposalEntryOne IKE proposal entry. IpspIkeProposalEntry .1.3.6.1.4.1.727.7.2.1.1.1.21.1 |
ipspIkePropLifetimeDerivedKeysipspIkePropLifetimeDerivedKeys specifies the number of times
that a phase 1 key will be used to derive a phase 2 key
before the phase 1 security association needs renegotiated.rw Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.21.1.1 |
ipspIkePropCipherAlgorithmipspIkePropCipherAlgorithm specifies the proposed phase 1
security association encryption algorithm.rw IkeEncryptionAlgorithm (IPSEC-ISAKMP-IKE-DOI-TC) .1.3.6.1.4.1.727.7.2.1.1.1.21.1.2 |
ipspIkePropCipherKeyLengthThis object specifies, in bits, the key length for
the cipher algorithm used in IKE Phase 1 negotiation.rw Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.21.1.3 |
ipspIkePropCipherKeyRoundsThis object specifies the number of key rounds for
the cipher algorithm used in IKE Phase 1 negotiation.rw Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.21.1.4 |
ipspIkePropHashAlgorithmipspIkePropHashAlgorithm specifies the proposed phase 1
security assocation hash algorithm.rw IkeHashAlgorithm (IPSEC-ISAKMP-IKE-DOI-TC) .1.3.6.1.4.1.727.7.2.1.1.1.21.1.5 |
ipspIkePropPrfAlgorithmipPRFAlgorithm specifies the proposed phase 1 security
association psuedo-random function.
Note: currently no prf algorithms are defined.rw Enumeration .1.3.6.1.4.1.727.7.2.1.1.1.21.1.6 |
ipspIkePropVendorIdThe VendorID property is used to identify vendor-defined key
exchange GroupIDs.rw OCTET STRING .1.3.6.1.4.1.727.7.2.1.1.1.21.1.7 |
ipspIkePropDhGroupThis object specifies the proposed phase 1 security
association Diffie-Hellman grouprw IkeGroupDescription (IPSEC-ISAKMP-IKE-DOI-TC) .1.3.6.1.4.1.727.7.2.1.1.1.21.1.8 |
ipspIkePropAuthenticationMethodThis object specifies the proposed authentication
method for the phase 1 security association.rw IkeAuthMethod (IPSEC-ISAKMP-IKE-DOI-TC) .1.3.6.1.4.1.727.7.2.1.1.1.21.1.9 |
ipspIkePropMaxLifetimeSecsipspIkePropMaxLifetimeSecs specifies the maximum amount of
time to propose a security association remain valid.
A value of 0 indicates that the default lifetime of
8 hours should be used.rw Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.21.1.10 |
ipspIkePropMaxLifetimeKBipspIkePropMaxLifetimeKB specifies the maximum kilobyte
lifetime to propose a security association remain valid.rw Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.21.1.11 |
ipspIkePropProposalLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.21.1.12 |
ipspIkePropProposalStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.21.1.13 |
ipspIkePropProposalRowStatusThis object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.21.1.14 |
ipspIpsecActionTableThe ipspIpsecActionTable contains a list of the parameters
used for an IKE phase 2 IPsec DOI negotiation. SEQUENCE OF IpspIpsecActionEntry .1.3.6.1.4.1.727.7.2.1.1.1.22 |
ipspIpsecActionEntryThe ipspIpsecActionEntry lists the IPsec negotiation
attributes. IpspIpsecActionEntry .1.3.6.1.4.1.727.7.2.1.1.1.22.1 |
ipspIpsecActNameipspIpsecActName is the name of the ipsecAction entry. SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.22.1.1 |
ipspIpsecActParametersNameThis object is used to reference a row in the
ipspSaNegotiationParametersTable where additional parameters
affecting this action may be found.rw SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.22.1.2 |
ipspIpsecActProposalsNameThis object is used to reference one or more rows in the
ipspIpsecProposalsTable where an ordered list of proposals
affecting this action may be found.rw SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.22.1.3 |
ipspIpsecActUsePfsThis MIB object specifies whether or not perfect forward
secrecy should be used when refreshing keys.
A value of true indicates that PFS should be used.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.22.1.4 |
ipspIpsecActVendorIdThe VendorID property is used to identify vendor-defined key
exchange GroupIDs.rw OCTET STRING .1.3.6.1.4.1.727.7.2.1.1.1.22.1.5 |
ipspIpsecActGroupIdThis object specifies the Diffie-Hellman group to use for
phase 2 when the object ipspIpsecActUsePfs is true and the
object ipspIpsecActUseIkeGroup is false. If the GroupID
number is from the vendor-specific range (32768-65535), the
VendorID qualifies the group number.rw IkeGroupDescription (IPSEC-ISAKMP-IKE-DOI-TC) .1.3.6.1.4.1.727.7.2.1.1.1.22.1.6 |
ipspIpsecActPeerGatewayIdNameThis object indicates the peer id name of the peer
gateway. This object can be used to look up the peer id
value, address and other values in the ipspPeerIdentityTable.
This object is used when initiating a tunnel SA. This object
is not used for transport SAs. If no value is set and
ipspIpsecActMode is tunnel, the peer gateway should be
determined from the source or destination address of the
packet.rw OCTET STRING .1.3.6.1.4.1.727.7.2.1.1.1.22.1.7 |
ipspIpsecActUseIkeGroupThis object specifies whether or not to use the same GroupId
for phase 2 as was used in phase 1. If UsePFS is false, this
entry should be ignored.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.22.1.8 |
ipspIpsecActGranularityThis object specifies how the proposed selector for the
security association will be created. The selector is
created by using the FilterList information. The selector
can be subnet, address, porotocol, or port.rw Enumeration .1.3.6.1.4.1.727.7.2.1.1.1.22.1.9 |
ipspIpsecActModeThis object specifies the encapsulation of the IPsec SA
to be negotiated.rw Enumeration .1.3.6.1.4.1.727.7.2.1.1.1.22.1.10 |
ipspIpsecActDFHandlingThis object specifies the processing of DF bit by the
negotiated IPsec tunnel.
1 - DF bit is copied.
2 - DF bit is set.
3 - DF bit is cleared.rw Enumeration .1.3.6.1.4.1.727.7.2.1.1.1.22.1.11 |
ipspIpsecActDoActionLoggingipspIpsecActDoActionLogging specifies whether or not an audit
message should be logged when this ipsec SA is created.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.22.1.12 |
ipspIpsecActDoPacketLoggingipspIpsecActDoPacketLogging specifies whether or not an audit
message should be logged and if there is logging, how many
bytes of the packet to place in the notification.rw IpspIPPacketLogging .1.3.6.1.4.1.727.7.2.1.1.1.22.1.13 |
ipspIpsecActLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.22.1.14 |
ipspIpsecActStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.22.1.15 |
ipspIpsecActRowStatusThis object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.
If active, this object must remain active if it is referenced
by a row in another table.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.22.1.16 |
ipspIpsecProposalsTableThis table lists one or more IPsec proposals for
IPsec actions. SEQUENCE OF IpspIpsecProposalsEntry .1.3.6.1.4.1.727.7.2.1.1.1.23 |
ipspIpsecProposalsEntryAn entry containing (possibly a portion of) a proposal. IpspIpsecProposalsEntry .1.3.6.1.4.1.727.7.2.1.1.1.23.1 |
ipspIpsecPropNameThe name of this proposal. SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.23.1.1 |
ipspIpsecPropPriorityThe priority level (AKA sequence level) of this proposal.
A lower number indicates a higher precedence. Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.23.1.2 |
ipspIpsecPropProtocolIdThe protocol Id for the transforms for this proposal. The
protoIsakmp(1) value is not valid for this object.
This object, along with the ipspIpsecPropTransformsName,
is the index into the ipspIpsecTransformsTable. IpsecDoiSecProtocolId (IPSEC-ISAKMP-IKE-DOI-TC) .1.3.6.1.4.1.727.7.2.1.1.1.23.1.3 |
ipspIpsecPropTransformsNameThe name of the transform or group of transforms for this
protocol. This object, along with the
ipspIpsecPropProtocolId, is the index into the
ipspIpsecTransformsTable.rw SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.23.1.4 |
ipspIpsecPropLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.23.1.5 |
ipspIpsecPropStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.23.1.6 |
ipspIpsecPropRowStatusThis object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.
This row may not be set to active until the corresponding row
in the ipspIpsecTransformsTable exists and is active.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.23.1.7 |
ipspIpsecTransformsTableThis table lists the IPsec proposals contained within a given
IPsec action and the transforms within each of those
proposals. These proposals and transforms can then be used
to create phase 2 negotiation proposals. SEQUENCE OF IpspIpsecTransformsEntry .1.3.6.1.4.1.727.7.2.1.1.1.24 |
ipspIpsecTransformsEntryAn entry containing the information on an IPsec transform. IpspIpsecTransformsEntry .1.3.6.1.4.1.727.7.2.1.1.1.24.1 |
ipspIpsecTranTypeThe protocol type for this transform. The protoIsakmp(1)
value is not valid for this object. IpsecDoiSecProtocolId (IPSEC-ISAKMP-IKE-DOI-TC) .1.3.6.1.4.1.727.7.2.1.1.1.24.1.1 |
ipspIpsecTranNameThe name for this transform or group of transforms. SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.24.1.2 |
ipspIpsecTranPriorityThe priority level (AKA sequence level) of the this transform
within the group of transforms. This indicates the
preference for which algorithms are requested when the list
of transforms are sent to the remote host. A lower number
indicates a higher precedence. Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.24.1.3 |
ipspIpsecTranTransformNameThe name for the given transform. Depending on the value of
ipspIpsecTranType, this value should be used to lookup the
transform's specific parameters in the ipspAhTransformTable,
the ipspEspTransformTable or the ipspIpcompTransformTable.rw SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.24.1.4 |
ipspIpsecTranLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.24.1.5 |
ipspIpsecTranStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.24.1.6 |
ipspIpsecTranRowStatusThis object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.
This row may not be set to active until the corresponding row
in the ipspAhTransformTable, ipspEspTransformTable or the
ipspIpcompTransformTable exists.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.24.1.7 |
ipspAhTransformTableThis table lists all the AH transforms which can be used to
build IPsec proposals. SEQUENCE OF IpspAhTransformEntry .1.3.6.1.4.1.727.7.2.1.1.1.25 |
ipspAhTransformEntryThis entry contains the attributes of one AH transform. IpspAhTransformEntry .1.3.6.1.4.1.727.7.2.1.1.1.25.1 |
ipspAhTranNameThis object contains the name of this AH transform. This row
will be referred to by an ipspIpsecTransformsEntry. SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.25.1.1 |
ipspAhTranMaxLifetimeSecipspAhTranMaxLifetimeSec specifies how long in seconds the
security association derived from this transform should be
used.
A value of 0 indicates that the default lifetime of
8 hours should be used.rw Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.25.1.2 |
ipspAhTranMaxLifetimeKBipspAhTranMaxLifetimeKB specifies how long in kilobytes the
security association derived from this transform should be
used.rw Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.25.1.3 |
ipspAhTranAlgorithmThis object specifies the AH algorithm for this transform.rw IpsecDoiAuthAlgorithm (IPSEC-ISAKMP-IKE-DOI-TC) .1.3.6.1.4.1.727.7.2.1.1.1.25.1.4 |
ipspAhTranReplayProtectionipspAhTranReplayProtection indicates whether or not anti replay
service is to be provided by this SA.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.25.1.5 |
ipspAhTranReplayWindowSizeipspAhTranReplayWindowSize indicates the size, in bits, of
the replay window to use if replay protection is true for
this transform. The window size is assumed to be a power of
two. If Replay Protection is false, this value can be
ignored.rw Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.25.1.6 |
ipspAhTranLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.25.1.7 |
ipspAhTranStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.25.1.8 |
ipspAhTranRowStatusThis object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.
If active, this object must remain active if it is referenced
by a row in another table.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.25.1.9 |
ipspEspTransformTableThis table lists all the ESP transforms which can be used to
build IPsec proposals SEQUENCE OF IpspEspTransformEntry .1.3.6.1.4.1.727.7.2.1.1.1.26 |
ipspEspTransformEntryThis entry contains the attributes of one ESP transform. IpspEspTransformEntry .1.3.6.1.4.1.727.7.2.1.1.1.26.1 |
ipspEspTranNameThe name of this particular espTransform be referred to by an
ipspIpsecTransformsEntry. SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.26.1.1 |
ipspEspTranMaxLifetimeSecipspEspTranMaxLifetimeSec specifies how long in seconds the
security association derived from this transform should be
used.
A value of 0 indicates that the default lifetime of
8 hours should be used.rw Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.26.1.2 |
ipspEspTranMaxLifetimeKBipspEspTranMaxLifetimeKB specifies how long in kilobytes the
security association derived from this transform should be
used.rw Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.26.1.3 |
ipspEspTranCipherTransformIdThis object specifies the transform ID of the ESP cipher
algorithm.rw IpsecDoiEspTransform (IPSEC-ISAKMP-IKE-DOI-TC) .1.3.6.1.4.1.727.7.2.1.1.1.26.1.4 |
ipspEspTranCipherKeyLengthThis object specifies, in bits, the key length for
the ESP cipher algorithm.rw Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.26.1.5 |
ipspEspTranCipherKeyRoundsThis object specifies the number of key rounds for
the ESP cipher algorithm.rw Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.26.1.6 |
ipspEspTranIntegrityAlgorithmIdThis object specifies the ESP integrity algorithm ID.rw IpsecDoiAuthAlgorithm (IPSEC-ISAKMP-IKE-DOI-TC) .1.3.6.1.4.1.727.7.2.1.1.1.26.1.7 |
ipspEspTranReplayPreventionipspEspTranReplayPrevention indicates whether or not
anti-replay service is to be provided by this SA.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.26.1.8 |
ipspEspTranReplayWindowSizeipspEspTranReplayWindowSize indicates the size, in bits, of
the replay window to use if replay protection is true for
this transform. The window size is assumed to be a power of
two. If Replay Protection is false, this value can be
ignored.rw Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.26.1.9 |
ipspEspTranLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.26.1.10 |
ipspEspTranStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.26.1.11 |
ipspEspTranRowStatusThis object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.
If active, this object must remain active if it is referenced
by a row in another table.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.26.1.12 |
ipspIpcompTransformTableThis table lists all the IP compression transforms which
can be used to build IPsec proposals during negotiation of
a phase 2 SA. SEQUENCE OF IpspIpcompTransformEntry .1.3.6.1.4.1.727.7.2.1.1.1.27 |
ipspIpcompTransformEntryThis entry contains the attributes of one IP compression
transform. IpspIpcompTransformEntry .1.3.6.1.4.1.727.7.2.1.1.1.27.1 |
ipspIpcompTranNameThe name of this ipspIpcompTransformEntry. SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.27.1.1 |
ipspIpcompTranMaxLifetimeSecipspIpcompTranMaxLifetimeSec specifies how long in seconds
the security association derived from this transform should
be used.
A value of 0 indicates that the default lifetime of
8 hours should be used.rw Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.27.1.2 |
ipspIpcompTranMaxLifetimeKBipspIpcompTranMaxLifetimeKB specifies how long in kilobytes
the security association derived from this transform should
be used.rw Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.27.1.3 |
ipspIpcompTranAlgorithmipspIpcompTranAlgorithm specifies the transform ID of the IP
compression algorithm.rw IpsecDoiIpcompTransform (IPSEC-ISAKMP-IKE-DOI-TC) .1.3.6.1.4.1.727.7.2.1.1.1.27.1.4 |
ipspIpcompTranDictionarySizeIf the algorithm in ipspIpcompTranAlgorithm requires a
dictionary size configuration parameter, then this is the
place to put it. This object specifies the log2 maximum size
of the dictionary for the compression algorithm.rw Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.27.1.5 |
ipspIpcompTranPrivateAlgorithmIf ipspIpcompTranPrivateAlgorithm has a value other zero,
then it is up to the vendors implementation to determine the
meaning of this field and substitute a data compression
algorithm in place of ipspIpcompTranAlgorithm.rw Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.27.1.6 |
ipspIpcompTranLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.27.1.7 |
ipspIpcompTranStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.27.1.8 |
ipspIpcompTranRowStatusThis object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.
If active, this object must remain active if it is referenced
by a row in another table.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.27.1.9 |
ipspIkeIdentityTableIKEIdentity is used to represent the identities that may be
used for an IPProtocolEndpoint (or collection of
IPProtocolEndpoints) to identify itself in IKE phase 1
negotiations. The column ikeIdentityName in an
ipspIkeActionEntry together with the ipspEndGroupIdentType
and the ipspEndGroupAddress in the PolicyEndpointToGroupTable
specifies the unique identity to use in a negotiation
exchange. SEQUENCE OF IpspIkeIdentityEntry .1.3.6.1.4.1.727.7.2.1.1.1.28 |
ipspIkeIdentityEntryikeIdentity lists the attributes of an IKE identity. IpspIkeIdentityEntry .1.3.6.1.4.1.727.7.2.1.1.1.28.1 |
ipspIkeIdCredentialNameThis value is used as an index into the ipspCredentialTable to
look up the actual credential value and other credential
information.
For ID's without associated credential information, this
value is left blank.
For ID's that are address types, this value may be left blank
and the associated IPProtocolEndpoint or appropriate member
of the Collection of endpoints is used.rw SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.28.1.1 |
ipspIkeIdLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.28.1.2 |
ipspIkeIdStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.28.1.3 |
ipspIkeIdRowStatusThis object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.
If active, this object must remain active if it is referenced
by a row in another table.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.28.1.4 |
ipspPeerIdentityTablePeerIdentity is used to represent the identities that may be
used for peers to identify themselves in IKE phase I/II
negotiations. PeerIdentityTable aggregates the table entries
that provide mappings between identities and their
addresses. SEQUENCE OF IpspPeerIdentityEntry .1.3.6.1.4.1.727.7.2.1.1.1.29 |
ipspPeerIdentityEntrypeerIdentity matches a peer's identity to its address. IpspPeerIdentityEntry .1.3.6.1.4.1.727.7.2.1.1.1.29.1 |
ipspPeerIdNameThis is an administratively assigned value that, together
with ipspPeerIdPriority, uniquely identifies an entry in this
table. SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.29.1.1 |
ipspPeerIdPriorityThis object, along with ipspPeerIdName, uniquely identifies an
entry in this table. The priority also indicates the order
of peer gateways to initiate or accept SAs from (i.e. try
until success). Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.29.1.2 |
ipspPeerIdTypeipspPeerIdType is an enumeration identifying the type of the
Identity value.rw IpsecDoiIdentType (IPSEC-ISAKMP-IKE-DOI-TC) .1.3.6.1.4.1.727.7.2.1.1.1.29.1.3 |
ipspPeerIdValueipspPeerIdValue contains an Identity filter to be used to match
against the identity payload in an IKE request. If this value
matches the value in the identity payload, the credential for
the peer can be found using the ipspPeerIdCredentialName as
an index into the credential table.rw IpspIdentityFilter .1.3.6.1.4.1.727.7.2.1.1.1.29.1.4 |
ipspPeerIdAddressTypeThe property ipspPeerIdAddressType specifies the format of the
ipspPeerIdAddress property value.rw InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.727.7.2.1.1.1.29.1.5 |
ipspPeerIdAddressThe property PeerAddress specifies the IP address of the
peer. The format is specified by the ipspPeerIdAddressType.
Values of unknown, ipv4z, ipv6z and dns are not legal values
for this object.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.727.7.2.1.1.1.29.1.6 |
ipspPeerIdCredentialNameThis value is used as an index into the ipspCredentialTable to
look up the actual credential value and other credential
information. For peer IDs that have no associated credential
information, this value is left blank.rw SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.29.1.7 |
ipspPeerIdLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.29.1.8 |
ipspPeerIdStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.29.1.9 |
ipspPeerIdRowStatusThis object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.
If active, this object must remain active if it is referenced
by a row in another table.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.29.1.10 |
ipspAutostartIkeTableThe parameters in the autostart IKE Table are used to
automatically initiate IKE phaes I and II (i.e. IPsec)
negotiations on startup. It also will initiate IKE phase I
and II negotiations for a row at the time of that row's
creation SEQUENCE OF IpspAutostartIkeEntry .1.3.6.1.4.1.727.7.2.1.1.1.30 |
ipspAutostartIkeEntryautostart ike provides the set of parameters to automatically
start IKE and IPsec SA's. IpspAutostartIkeEntry .1.3.6.1.4.1.727.7.2.1.1.1.30.1 |
ipspAutoIkePriorityipspAutoIkePriority is an index into the autostartIkeAction
table and can be used to order the autostart IKE actions. Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.30.1.1 |
ipspAutoIkeActionThis pointer is used to point to the action or compound
action that should be initiated by this row.rw VariablePointer (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.30.1.2 |
ipspAutoIkeAddressTypeThe property ipspAutoIkeAddressType specifies the format of the
autoIke source and destination Address values.
Values of unknown, ipv4z, ipv6z and dns are not legal values
for this object.rw InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.727.7.2.1.1.1.30.1.3 |
ipspAutoIkeSourceAddressThe property autoIkeSourecAddress specifies Source IP address
for autostarting IKE SA's, formatted according to the
appropriate convention as defined in the
ipspAutoIkeAddressType property.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.727.7.2.1.1.1.30.1.4 |
ipspAutoIkeSourcePortThe property ipspAutoIkeSourcePort specifies the port number
for the source port for auotstarting IKE SA's.
The value of 0 for this object is illegal.rw InetPortNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.727.7.2.1.1.1.30.1.5 |
ipspAutoIkeDestAddressThe property ipspAutoIkeDestAddress specifies the Destination
IP address for autostarting IKE SA's, formatted according to
the appropriate convention as defined in the
ipspAutoIkeAddressType property.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.727.7.2.1.1.1.30.1.6 |
ipspAutoIkeDestPortThe property ipspAutoIkeDestPort specifies the port number for
the destination port for auotstarting IKE SA's.
The value of 0 for this object is illegal.rw InetPortNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.727.7.2.1.1.1.30.1.7 |
ipspAutoIkeProtocolThe property Protocol specifies the protocol number used in
comparing with policy filter entries and used in any phase 2
negotiations.rw Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.30.1.8 |
ipspAutoIkeLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.30.1.9 |
ipspAutoIkeStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.30.1.10 |
ipspAutoIkeRowStatusThis object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.30.1.11 |
ipspIpsecCredMngServiceTableA table of Credential Management Service values. This table
is usually used for credential/certificate values that are
used with a management service (e.g. Certificate
Authorities). SEQUENCE OF IpspIpsecCredMngServiceEntry .1.3.6.1.4.1.727.7.2.1.1.1.31 |
ipspIpsecCredMngServiceEntryA row in the ipspIpsecCredMngServiceTable. IpspIpsecCredMngServiceEntry .1.3.6.1.4.1.727.7.2.1.1.1.31.1 |
ipspIcmsNameThis is an administratively assigned string used to index
this table. SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.31.1.1 |
ipspIcmsDistinguishedNameThis value represents the Distinguished Name of the
Credential Management Service.rw OCTET STRING .1.3.6.1.4.1.727.7.2.1.1.1.31.1.2 |
ipspIcmsPolicyStatementThis Value represents the Credential Management Service
Policy Statement, or a reference describing how to obtain it
(e.g., a URL). If one doesn't exist, this value can be left
blankrw OCTET STRING .1.3.6.1.4.1.727.7.2.1.1.1.31.1.3 |
ipspIcmsMaxChainLengthThis value is the maximum length of the chain allowble from
the Credential Management Service to the credential in
question.rw Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.31.1.4 |
ipspIcmsCredentialNameThis value is used as an index into the ipspCredentialTable
to look up the actual credential value.rw SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.31.1.5 |
ipspIcmsLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.31.1.6 |
ipspIcmsStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.31.1.7 |
ipspIcmsRowStatusThis object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.
If active, this object must remain active if it is referenced
by a row in another table.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.31.1.8 |
ipspCredMngCRLTableA table of the Credential Revocation Lists (CRL) for
credential managment services. SEQUENCE OF IpspCredMngCRLEntry .1.3.6.1.4.1.727.7.2.1.1.1.32 |
ipspCredMngCRLEntryA row in the ipspCredMngCRLTable. IpspCredMngCRLEntry .1.3.6.1.4.1.727.7.2.1.1.1.32.1 |
ipspCmcCRLNameThis is an administratively assigned string used to index
this table. It represents a CRL for a given CA from a given
distribution point. SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.32.1.1 |
ipspCmcDistributionPointThis Value represents a Distribution Point for a Credential
Revocation List. It can be relative to the Credential
Management Service or a full name (URL, e-mail, etc...).rw OCTET STRING .1.3.6.1.4.1.727.7.2.1.1.1.32.1.2 |
ipspCmcThisUpdateThis value is the issue date of this CRL. This
should be in utctime or generalizedtime.rw OCTET STRING .1.3.6.1.4.1.727.7.2.1.1.1.32.1.3 |
ipspCmcNextUpdateThis value indicates the date the next version of this CRL
will be issued. This should be in utctime or
generalizedtime.rw OCTET STRING .1.3.6.1.4.1.727.7.2.1.1.1.32.1.4 |
ipspCmcLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.32.1.5 |
ipspCmcStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.32.1.6 |
ipspCmcRowStatusThis object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.
If active, this object must remain active if it is referenced
by a row in another table.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.32.1.7 |
ipspRevokedCertificateTableA table of Credentials revoked by credential managment
services. That is, this table is a table of Certificates
that are on CRL's, Credential Revocation Lists. SEQUENCE OF IpspRevokedCertificateEntry .1.3.6.1.4.1.727.7.2.1.1.1.33 |
ipspRevokedCertificateEntryA row in the ipspRevokedCertificateTable. IpspRevokedCertificateEntry .1.3.6.1.4.1.727.7.2.1.1.1.33.1 |
ipspRctCertSerialNumberThis value is the serial number of the revoked certificate. Unsigned32 .1.3.6.1.4.1.727.7.2.1.1.1.33.1.1 |
ipspRctRevokedDateThis value is the revocation date of the certificate. This
should be in utctime or generaltime.rw OCTET STRING .1.3.6.1.4.1.727.7.2.1.1.1.33.1.2 |
ipspRctRevokedReasonThis value is the reason this certificate was revoked.rw Enumeration .1.3.6.1.4.1.727.7.2.1.1.1.33.1.3 |
ipspRctLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.33.1.4 |
ipspRctStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.33.1.5 |
ipspRctRowStatusThis object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.
If active, this object must remain active if it is referenced
by a row in another table.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.33.1.6 |
ipspCredentialTableA table of credential values. Example of Credentials are
shared secrets, certificates or kerberos tickets. SEQUENCE OF IpspCredentialEntry .1.3.6.1.4.1.727.7.2.1.1.1.34 |
ipspCredentialEntryA row in the ipspCredentialTable. IpspCredentialEntry .1.3.6.1.4.1.727.7.2.1.1.1.34.1 |
ipspCredNameThis object represents the name for an entry in this table. SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.34.1.1 |
ipspCredTypeThis object represents the type of the credential for this
row.rw IpspCredentialType .1.3.6.1.4.1.727.7.2.1.1.1.34.1.2 |
ipspCredCredentialThis object represents the credential value.
If the size of the credential is greater than 1024, the
credential must be configured via the ipspCredSegmentTable.
For credential type where the disclosure of the credential
would compromise the credential (e.g. shared secrets), when
this object is accessed for reading, it MUST return a null
length (0 length) string and MUST NOT return the configured
credential.rw OCTET STRING .1.3.6.1.4.1.727.7.2.1.1.1.34.1.3 |
ipspCredSizeThis value represents the size of the credential.
If this value is greater than 1024, the ipspCreCredential
column will return an empty (0 length) string. In this case,
the value of the credential must be retrived from the
ipspCredSegmentTable.
For credential type where the disclosure of the credential
would compromise the credential (e.g. shared secrets), when
this object is accessed for reading, it MUST return a value
of 0 and MUST NOT return the size credential.ro Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.34.1.4 |
ipspCredMngNameThis value is used as an index into the
ipspIpsecCredMngServiceTable. For IDs that have no credential
management service, this value is left blank.rw SnmpAdminString .1.3.6.1.4.1.727.7.2.1.1.1.34.1.5 |
ipspCredRemoteIDThis object represents the Identification (e.g. user name) of
the user of the key information on the remote site. If there
is no ID associated with this credential, the value of this
object should be the null string.rw OCTET STRING .1.3.6.1.4.1.727.7.2.1.1.1.34.1.6 |
ipspCredAdminStatusIndicates whether this credential should be considered active.
Rows with a disabled status must not be used for any purpose,
including IKE or IPSEC processing.
For credentials whose size does not execeed the maximum size
for the ipspCredCredential, it may be set to enabled during
row creation. For larger credentials, it should be left as
disabled until all rows have been uploaded to the
ipspCredSegmentTable.rw IpspAdminStatus .1.3.6.1.4.1.727.7.2.1.1.1.34.1.7 |
ipspCredLastChangedThe value of sysUpTime when this row was last modified or
created either through SNMP SETs or by some other external
means.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.34.1.8 |
ipspCredStorageTypeThe storage type for this row. Rows in this table which were
created through an external process may have a storage type
of readOnly or permanent.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.34.1.9 |
ipspCredRowStatusThis object indicates the conceptual status of this row.
The value of this object has no effect on whether other
objects in this conceptual row can be modified.
If active, this object must remain active if it is referenced
by a row in another table.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.34.1.10 |
ipspCredentialSegmentTableA table of credential segments. This table is used for
credentials which are larger than the maximum size allowed
for ipspCredCredential. SEQUENCE OF IpspCredentialSegmentEntry .1.3.6.1.4.1.727.7.2.1.1.1.35 |
ipspCredentialSegmentEntryA row in the ipspCredentialSegmentTable. IpspCredentialSegmentEntry .1.3.6.1.4.1.727.7.2.1.1.1.35.1 |
ipspCredSegIndexThis object represents the segment number for this segment.
By default, each segment will be 1024 octets. However, when
this table is accessed using a context of 'ipsp4096',
'ipsp8192' or 'ipsp16384' a segment size of 4096, 8192 or
16384 (respectively) will be used instead.
The number of rows which need to be retrieved or set can be
calculated by obtaining the value of the ipspCredSize column
from the corresponding ipspCredentialTable row and dividing it
by the segment size. Integer32 .1.3.6.1.4.1.727.7.2.1.1.1.35.1.1 |
ipspCredSegValueThis object represents one segment of the credential.
By default, each complete segment will be 1024 octets. (The
last row for a given credential might be smaller, if the
credential size is not a multiple of the segment size).
An implementation may optionally support segment sizes of
256, 4096, 8192 or the full object size when this table is
is accessed using a context of 'ipspCred256', 'ipspCred4096',
'ipspCred8192' or 'ipspCredFull' (respectively).
The number of rows which need to be retrieved or set can be
calculated by obtaining the value of the ipspCredSize column
from the corresponding ipspCredentialTable row and dividing it
by the segment size.rw OCTET STRING .1.3.6.1.4.1.727.7.2.1.1.1.35.1.2 |
ipspCredSegLastChangedThe value of sysUpTime when this credential was last modified
or created either through SNMP SETs or by some other external
means. Note that the last changed type will be the same for
all segemnts of the credential.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.35.1.3 |
ipspCredSegStorageTypeThe storage type for this row. This object is read-only. Rows
in this table have the same value as the ipspCredStorageType
for the corresponding row in the ipspCredentialTable.ro StorageType (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.35.1.4 |
ipspCredSegRowStatusThis object indicates the conceptual status of this row.
The segment of this object has no effect on whether other
objects in this conceptual row can be modified.
If active, this object must remain active if it is referenced
by a row in another table.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.1.35.1.5 |
ipspNotificationObjects OBJECT IDENTIFIER .1.3.6.1.4.1.727.7.2.1.1.2 |
ipspNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.727.7.2.1.1.2.0 |
ipspActionNotificationNotification that an action was executed by a rule. Only
actions with logging enabled will result in this notification
getting sent. The objects sent must include the
ipspActionExecuted object which will indicate which
action was executed within the scope of the rule.
Additionally the ipspIPSourceType,
ipspIPSourceAddress, ipspIPDestinationType, and
ipspIPDestinationAddress objects must be included to
indicate the packet source and destination of the packet that
triggered the action. Finally the
ipspIPInterfaceType, ipspIPInterfaceAddress,
and ipspPacketDirection objects are included to
indicate which interface the action was executed in
association with and if the packet was inbound or outbond
through the endpoint.
Note that compound actions with multiple
executed subactions may result in multiple notifications
being sent from a single rule execution. NOTIFICATION-TYPE .1.3.6.1.4.1.727.7.2.1.1.2.0.1 |
ipspPacketNotificationNotification that a packet passed through an SA. Only
SA's created by actions with packet logging enabled will
result in this notification getting sent. The objects sent
must include the ipspActionExecuted which will
indicate which action was executed within the scope of the
rule. Additionally, the ipspIPSourceType,
ipspIPSourceAddress, ipspIPDestinationType, and
ipspIPDestinationAddress, objects must be included to
indicate the packet source and destination of the packet that
triggered the action. The ipspIPInterfaceType,
ipspIPInterfaceAddress, and ipspPacketDirection
objects are included to indicate which endpoint the packet
was associated with. Finally, ipspPacketPart is
including for sending a variable sized part of the front of
the packet depending on the value of IpspIPPacketLogging. NOTIFICATION-TYPE .1.3.6.1.4.1.727.7.2.1.1.2.0.2 |
ipspNotificationVariables OBJECT IDENTIFIER .1.3.6.1.4.1.727.7.2.1.1.2.1 |
ipspActionExecutedPoints to the action instance that was executed that
resulted in the notification being sent.ro VariablePointer (SNMPv2-TC) .1.3.6.1.4.1.727.7.2.1.1.2.1.1 |
ipspIPInterfaceTypeContains the interface type for the interface that the
packet which triggered the notification in question is
passing through.ro InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.727.7.2.1.1.2.1.2 |
ipspIPInterfaceAddressContains the interface address for the interface that the
packet which triggered the notification in question is
passing through.ro InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.727.7.2.1.1.2.1.3 |
ipspIPSourceTypeContains the source address type of the packet which
triggered the notification in question.ro InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.727.7.2.1.1.2.1.4 |
ipspIPSourceAddressContains the source address of the packet which triggered the
notification in question.ro InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.727.7.2.1.1.2.1.5 |
ipspIPDestinationTypeContains the destination address type of the packet which
triggered the notification in question.ro InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.727.7.2.1.1.2.1.6 |
ipspIPDestinationAddressContains the destination address of the packet which
triggered the notification in question.ro InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.727.7.2.1.1.2.1.7 |
ipspPacketDirectionIndicates if the packet whic triggered the action in
questions was inbound our outbound.ro Enumeration .1.3.6.1.4.1.727.7.2.1.1.2.1.8 |
ipspPacketPartIs the front part of the packet that triggered this
notification. The size is determined by the value of
'IpspIPPacketLogging' or the size of the packet, whichever
is smaller.ro OCTET STRING .1.3.6.1.4.1.727.7.2.1.1.2.1.9 |
ipspConformanceObjects OBJECT IDENTIFIER .1.3.6.1.4.1.727.7.2.1.1.3 |
ipspCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.727.7.2.1.1.3.1 |
ipspGroups OBJECT IDENTIFIER .1.3.6.1.4.1.727.7.2.1.1.3.2 |