IPSEC-IKEACTION-MIB: View SNMP OID List / Download MIB
VENDOR: INTERNET-STANDARD
Home | MIB: IPSEC-IKEACTION-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
ipiaMIB | 1.3.6.1.2.1.153.4.2 |
The MIB module for defining IKE actions for managing IPsec Security Policy. Copyright (C) The Internet Society (2006). This version of this MIB module is part of RFC YYYY, see the RFC itself for full legal notices. |
||
ipiaConfigObjects | 1.3.6.1.2.1.153.4.2.1 | |||
ipiaLocalConfigObjects | 1.3.6.1.2.1.153.4.2.1.1 | |||
ipiaStaticFilters | 1.3.6.1.2.1.153.4.2.1.2 | |||
ipiaIkePhase1Filter | 1.3.6.1.2.1.153.4.2.1.2.1 | integer32 | read-only |
This static filter can be used to test if a packet is part of an IKE phase-1 negotiation. |
ipiaIkePhase2Filter | 1.3.6.1.2.1.153.4.2.1.2.2 | integer32 | read-only |
This static filter can be used to test if a packet is part of an IKE phase-2 negotiation. |
ipiaCredentialFilterTable | 1.3.6.1.2.1.153.4.2.1.3 | no-access |
This table is used to provide credentials for IKE identities. It can be used to for filters which are matched to 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... It can also be used to provide credentials for local IKE identities. |
|
1.3.6.1.2.1.153.4.2.1.3.1 | no-access |
A row defining a particular credential filter |
||
ipiaCredFiltName | 1.3.6.1.2.1.153.4.2.1.3.1.1 | snmpadminstring | no-access |
The administrative name of this filter. |
ipiaCredFiltCredentialType | 1.3.6.1.2.1.153.4.2.1.3.1.2 | ipsacredentialtype | read-only |
The credential type that is expected for this filter to succeed. |
ipiaCredFiltMatchFieldName | 1.3.6.1.2.1.153.4.2.1.3.1.3 | octet string | read-only |
The piece of the credential to match against. Examples: serialNumber, signatureAlgorithm, issuerName or subjectName. For credential types without fields (e.g. shared secret), this field SHOULD be left empty, and the entire credential will be matched against the ipiaCredFiltMatchFieldValue. |
ipiaCredFiltMatchFieldValue | 1.3.6.1.2.1.153.4.2.1.3.1.4 | octet string | read-only |
The value that the field indicated by the ipiaCredFiltMatchFieldName MUST match against for the filter to be considered TRUE. |
ipiaCredFiltAcceptCredFrom | 1.3.6.1.2.1.153.4.2.1.3.1.5 | octet string | read-only |
This value is used to look up a row in the ipiaIpsecCredMngServiceTable for the Certificate Authority (CA) Information. This value is empty if there is no CA used for this filter. |
ipiaCredFiltLastChanged | 1.3.6.1.2.1.153.4.2.1.3.1.6 | timestamp | read-only |
The value of sysUpTime when this row was last modified or created either through SNMP SETs or by some other external means. |
ipiaCredFiltStorageType | 1.3.6.1.2.1.153.4.2.1.3.1.7 | storagetype | read-only |
The 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. For a storage type of permanent, none of the columns have to be writable. |
ipiaCredFiltRowStatus | 1.3.6.1.2.1.153.4.2.1.3.1.8 | rowstatus | read-only |
This 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 an active row in another table. An attempt to set it to anything other than active while it is referenced by an active row in another table MUST result in an inconsistentValue error. |
ipiaPeerIdentityFilterTable | 1.3.6.1.2.1.153.4.2.1.4 | no-access |
This 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... |
|
1.3.6.1.2.1.153.4.2.1.4.1 | no-access |
A row defining a particular credential filter |
||
ipiaPeerIdFiltName | 1.3.6.1.2.1.153.4.2.1.4.1.1 | snmpadminstring | no-access |
The administrative name of this filter. |
ipiaPeerIdFiltIdentityType | 1.3.6.1.2.1.153.4.2.1.4.1.2 | ipsecdoiidenttype | read-only |
The type of identity field in the peer ID payload to match against. |
ipiaPeerIdFiltIdentityValue | 1.3.6.1.2.1.153.4.2.1.4.1.3 | ipsaidentityfilter | read-only |
The string representation of the value that the peer ID payload value MUST match against. Wildcard mechanisms MUST be supported such that: - a ipiaPeerIdFiltIdentityValue of '*@example.com' will match a userFqdn ID payload of 'JDOE@EXAMPLE.COM' - a ipiaPeerIdFiltIdentityValue of '*.example.com' will match a fqdn ID payload of 'WWW.EXAMPLE.COM' - a ipiaPeerIdFiltIdentityValue 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 ipiaPeerIdFiltIdentityValue of '192.0.2.0/24' will match an IPv4 address ID payload of 192.0.2.10 - a ipiaPeerIdFiltIdentityValue 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. |
ipiaPeerIdFiltLastChanged | 1.3.6.1.2.1.153.4.2.1.4.1.4 | timestamp | read-only |
The value of sysUpTime when this row was last modified or created either through SNMP SETs or by some other external means. |
ipiaPeerIdFiltStorageType | 1.3.6.1.2.1.153.4.2.1.4.1.5 | storagetype | read-only |
The 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. For a storage type of permanent, none of the columns have to be writable. |
ipiaPeerIdFiltRowStatus | 1.3.6.1.2.1.153.4.2.1.4.1.6 | rowstatus | read-only |
This object indicates the conceptual status of this row. This object can not be considered active unless the ipiaPeerIdFiltIdentityType and ipiaPeerIdFiltIdentityValue column values are defined. 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 an active row in another table. An attempt to set it to anything other than active while it is referenced by an active row in another table MUST result in an inconsistentValue error. |
ipiaStaticActions | 1.3.6.1.2.1.153.4.2.1.5 | |||
ipiaRejectIKEAction | 1.3.6.1.2.1.153.4.2.1.5.1 | integer32 | read-only |
This 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. |
ipiaRejectIKEActionLog | 1.3.6.1.2.1.153.4.2.1.5.2 | integer32 | read-only |
This 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. |
ipiaIkeActionTable | 1.3.6.1.2.1.153.4.2.1.6 | no-access |
The ipiaIkeActionTable contains a list of the parameters used for an IKE phase 1 SA DOI negotiation. See the corresponding table ipiaIkeActionProposalsTable for a list of proposals contained within a given IKE Action. |
|
1.3.6.1.2.1.153.4.2.1.6.1 | no-access |
The ipiaIkeActionEntry lists the IKE negotiation attributes. |
||
ipiaIkeActName | 1.3.6.1.2.1.153.4.2.1.6.1.1 | snmpadminstring | no-access |
This object contains the name of this ikeAction entry. |
ipiaIkeActParametersName | 1.3.6.1.2.1.153.4.2.1.6.1.2 | snmpadminstring | read-only |
This object is administratively assigned to reference a row in the ipiaSaNegotiationParametersTable where additional parameters affecting this action can be found. An attempt to set this object to a value that does not exist in the ipiaSaNegotiationParametersTable MUST result in an inconsistentValue error. |
ipiaIkeActThresholdDerivedKeys | 1.3.6.1.2.1.153.4.2.1.6.1.3 | integer32 | read-only |
ipiaIkeActThresholdDerivedKeys 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. |
ipiaIkeActExchangeMode | 1.3.6.1.2.1.153.4.2.1.6.1.4 | integer | read-only |
ipiaIkeActExchangeMode specifies the IKE Phase 1 negotiation mode. Enumeration: 'main': 1, 'agressive': 2. |
ipiaIkeActAgressiveModeGroupId | 1.3.6.1.2.1.153.4.2.1.6.1.5 | ikegroupdescription | read-only |
The values to be used for Diffie-Hellman exchange. |
ipiaIkeActIdentityType | 1.3.6.1.2.1.153.4.2.1.6.1.6 | ipsecdoiidenttype | read-only |
This column along with ipiaIkeActIdentityContext and endpoint information is used to refer an ipiaIkeIdentityEntry in the ipiaIkeIdentityTable. |
ipiaIkeActIdentityContext | 1.3.6.1.2.1.153.4.2.1.6.1.7 | snmpadminstring | read-only |
This column, along with ipiaIkeActIdentityType and endpoint information, is used to refer to an ipiaIkeIdentityEntry in the ipiaIkeIdentityTable. |
ipiaIkeActPeerName | 1.3.6.1.2.1.153.4.2.1.6.1.8 | snmpadminstring | read-only |
This 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 ipiaPeerIdentityTable. |
ipiaIkeActDoActionLogging | 1.3.6.1.2.1.153.4.2.1.6.1.9 | truthvalue | read-only |
ikeDoActionLogging specifies whether or not an audit message SHOULD be logged when this ike SA is created. |
ipiaIkeActDoPacketLogging | 1.3.6.1.2.1.153.4.2.1.6.1.10 | spdippacketlogging | read-only |
ikeDoPacketLogging 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. |
ipiaIkeActVendorId | 1.3.6.1.2.1.153.4.2.1.6.1.11 | octet string | read-only |
Vendor 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). |
ipiaIkeActLastChanged | 1.3.6.1.2.1.153.4.2.1.6.1.12 | timestamp | read-only |
The value of sysUpTime when this row was last modified or created either through SNMP SETs or by some other external means. |
ipiaIkeActStorageType | 1.3.6.1.2.1.153.4.2.1.6.1.13 | storagetype | read-only |
The 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. For a storage type of permanent, none of the columns have to be writable. |
ipiaIkeActRowStatus | 1.3.6.1.2.1.153.4.2.1.6.1.14 | rowstatus | read-only |
This 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 MUST NOT be set to destroy if referred to by other rows in other action tables. An attempt to set it to anything other than active while it is referenced by an active row in another table MUST result in an inconsistentValue error. |
ipiaIpsecActionTable | 1.3.6.1.2.1.153.4.2.1.7 | no-access |
The ipiaIpsecActionTable contains a list of the parameters used for an IKE phase 2 IPsec DOI negotiation. |
|
1.3.6.1.2.1.153.4.2.1.7.1 | no-access |
The ipiaIpsecActionEntry lists the IPsec negotiation attributes. |
||
ipiaIpsecActName | 1.3.6.1.2.1.153.4.2.1.7.1.1 | snmpadminstring | no-access |
ipiaIpsecActName is the name of the ipsecAction entry. |
ipiaIpsecActParametersName | 1.3.6.1.2.1.153.4.2.1.7.1.2 | snmpadminstring | read-only |
This object is used to reference a row in the ipiaSaNegotiationParametersTable where additional parameters affecting this action can be found. An attempt to set this column to a value that does not exist in the ipiaSaNegotiationParametersTable MUST result in an inconsistentValue error. |
ipiaIpsecActProposalsName | 1.3.6.1.2.1.153.4.2.1.7.1.3 | snmpadminstring | read-only |
This object is used to reference one or more rows in the ipiaIpsecProposalsTable where an ordered list of proposals affecting this action can be found. An attempt to set this column to a value that does not exist in the ipiaIpsecProposalsTable MUST result in an inconsistentValue error. |
ipiaIpsecActUsePfs | 1.3.6.1.2.1.153.4.2.1.7.1.4 | truthvalue | read-only |
This MIB object specifies whether or not perfect forward secrecy is used when refreshing keys. A value of true indicates that PFS SHOULD be used. |
ipiaIpsecActVendorId | 1.3.6.1.2.1.153.4.2.1.7.1.5 | octet string | read-only |
The VendorID property is used to identify vendor-defined key exchange GroupIDs. |
ipiaIpsecActGroupId | 1.3.6.1.2.1.153.4.2.1.7.1.6 | ikegroupdescription | read-only |
This object specifies the Diffie-Hellman group to use for phase 2 when the object ipiaIpsecActUsePfs is true and the object ipiaIpsecActUseIkeGroup is false. If the GroupID number is from the vendor-specific range (32768-65535), the VendorID qualifies the group number. |
ipiaIpsecActPeerGatewayIdName | 1.3.6.1.2.1.153.4.2.1.7.1.7 | octet string | read-only |
This 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 ipiaPeerIdentityTable. This object is used when initiating a tunnel SA. This object is not used for transport SAs. If no value is set and ipiaIpsecActMode is tunnel, the peer gateway is determined from the source or destination address of the packet. |
ipiaIpsecActUseIkeGroup | 1.3.6.1.2.1.153.4.2.1.7.1.8 | truthvalue | read-only |
This 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. |
ipiaIpsecActGranularity | 1.3.6.1.2.1.153.4.2.1.7.1.9 | integer | read-only |
This 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. Enumeration: 'subnet': 1, 'protocol': 3, 'port': 4, 'address': 2. |
ipiaIpsecActMode | 1.3.6.1.2.1.153.4.2.1.7.1.10 | integer | read-only |
This object specifies the encapsulation of the IPsec SA to be negotiated. Enumeration: 'tunnel': 1, 'transport': 2. |
ipiaIpsecActDFHandling | 1.3.6.1.2.1.153.4.2.1.7.1.11 | integer | read-only |
This 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. Enumeration: 'clear': 3, 'copy': 1, 'set': 2. |
ipiaIpsecActDoActionLogging | 1.3.6.1.2.1.153.4.2.1.7.1.12 | truthvalue | read-only |
ipiaIpsecActDoActionLogging specifies whether or not an audit message SHOULD be logged when this ipsec SA is created. |
ipiaIpsecActDoPacketLogging | 1.3.6.1.2.1.153.4.2.1.7.1.13 | spdippacketlogging | read-only |
ipiaIpsecActDoPacketLogging 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. |
ipiaIpsecActLastChanged | 1.3.6.1.2.1.153.4.2.1.7.1.14 | timestamp | read-only |
The value of sysUpTime when this row was last modified or created either through SNMP SETs or by some other external means. |
ipiaIpsecActStorageType | 1.3.6.1.2.1.153.4.2.1.7.1.15 | storagetype | read-only |
The 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. For a storage type of permanent, none of the columns have to be writable. |
ipiaIpsecActRowStatus | 1.3.6.1.2.1.153.4.2.1.7.1.16 | rowstatus | read-only |
This 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 an active row in another table. An attempt to set it to anything other than active while it is referenced by an active row in another table MUST result in an inconsistentValue error. |
ipiaSaNegotiationParametersTable | 1.3.6.1.2.1.153.4.2.1.8 | no-access |
This table contains reusable parameters that can be pointed to by the ipiaIkeActionTable and ipiaIpsecActionTable. 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. |
|
1.3.6.1.2.1.153.4.2.1.8.1 | no-access |
Contains the attributes of one row in the ipiaSaNegotiationParametersTable. |
||
ipiaSaNegParamName | 1.3.6.1.2.1.153.4.2.1.8.1.1 | snmpadminstring | no-access |
This object contains the administrative name of this SaNegotiationParametersEntry. This row can be referred to by this name in other policy action tables. |
ipiaSaNegParamMinLifetimeSecs | 1.3.6.1.2.1.153.4.2.1.8.1.2 | unsigned32 | read-only |
ipiaSaNegParamMinLifetimeSecs specifies the minimum seconds lifetime that will be accepted from the peer. |
ipiaSaNegParamMinLifetimeKB | 1.3.6.1.2.1.153.4.2.1.8.1.3 | unsigned32 | read-only |
ipiaSaNegParamMinLifetimeKB specifies the minimum kilobyte lifetime that will be accepted from the peer. |
ipiaSaNegParamRefreshThreshSecs | 1.3.6.1.2.1.153.4.2.1.8.1.4 | unsigned32 | read-only |
ipiaSaNegParamRefreshThreshSecs 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. |
ipiaSaNegParamRefreshThresholdKB | 1.3.6.1.2.1.153.4.2.1.8.1.5 | unsigned32 | read-only |
ipiaSaNegParamRefreshThresholdKB 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. |
ipiaSaNegParamIdleDurationSecs | 1.3.6.1.2.1.153.4.2.1.8.1.6 | unsigned32 | read-only |
ipiaSaNegParamIdleDurationSecs 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 can remain unused. |
ipiaSaNegParamLastChanged | 1.3.6.1.2.1.153.4.2.1.8.1.7 | timestamp | read-only |
The value of sysUpTime when this row was last modified or created either through SNMP SETs or by some other external means. |
ipiaSaNegParamStorageType | 1.3.6.1.2.1.153.4.2.1.8.1.8 | storagetype | read-only |
The 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. For a storage type of permanent, none of the columns have to be writable. |
ipiaSaNegParamRowStatus | 1.3.6.1.2.1.153.4.2.1.8.1.9 | rowstatus | read-only |
This 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 an active row in another table. An attempt to set it to anything other than active while it is referenced by an active row in another table MUST result in an inconsistentValue error. |
ipiaIkeActionProposalsTable | 1.3.6.1.2.1.153.4.2.1.9 | no-access |
This table contains a list of all ike proposal names found within a given IKE Action. |
|
1.3.6.1.2.1.153.4.2.1.9.1 | no-access |
a row containing one ike proposal reference |
||
ipiaIkeActPropPriority | 1.3.6.1.2.1.153.4.2.1.9.1.1 | integer32 | no-access |
The 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 (i.e. 0 first, then 1,2,etc...). |
ipiaIkeActPropName | 1.3.6.1.2.1.153.4.2.1.9.1.2 | snmpadminstring | read-only |
The administratively assigned name that can be used to reference a set of values contained within the ipiaIkeProposalTable. An attempt to set this object to a value that doesn't exist in the ipiaIkeProposalTable MUST result in an inconsistentValue error. |
ipiaIkeActPropLastChanged | 1.3.6.1.2.1.153.4.2.1.9.1.3 | timestamp | read-only |
The value of sysUpTime when this row was last modified or created either through SNMP SETs or by some other external means. |
ipiaIkeActPropStorageType | 1.3.6.1.2.1.153.4.2.1.9.1.4 | storagetype | read-only |
The 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. For a storage type of permanent, none of the columns have to be writable. |
ipiaIkeActPropRowStatus | 1.3.6.1.2.1.153.4.2.1.9.1.5 | rowstatus | read-only |
This 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 unless one of the following two conditions are met. An attempt to set it to anything other than active while the following conditions are not met MUST result in an inconsistentValue error. The two conditions are: I. No active row in the ipiaIkeActionTable exists which has a matching ipiaIkeActName. II. Or at least one other active row in this table has a matching ipiaIkeActName. |
ipiaIkeProposalTable | 1.3.6.1.2.1.153.4.2.1.10 | no-access |
This table contains a list of IKE proposals which are used in an IKE negotiation. |
|
1.3.6.1.2.1.153.4.2.1.10.1 | no-access |
One IKE proposal entry. |
||
ipiaIkePropLifetimeDerivedKeys | 1.3.6.1.2.1.153.4.2.1.10.1.1 | unsigned32 | read-only |
ipiaIkePropLifetimeDerivedKeys 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. |
ipiaIkePropCipherAlgorithm | 1.3.6.1.2.1.153.4.2.1.10.1.2 | ikeencryptionalgorithm | read-only |
ipiaIkePropCipherAlgorithm specifies the proposed phase 1 security association encryption algorithm. |
ipiaIkePropCipherKeyLength | 1.3.6.1.2.1.153.4.2.1.10.1.3 | unsigned32 | read-only |
This object specifies, in bits, the key length for the cipher algorithm used in IKE Phase 1 negotiation. |
ipiaIkePropCipherKeyRounds | 1.3.6.1.2.1.153.4.2.1.10.1.4 | unsigned32 | read-only |
This object specifies the number of key rounds for the cipher algorithm used in IKE Phase 1 negotiation. |
ipiaIkePropHashAlgorithm | 1.3.6.1.2.1.153.4.2.1.10.1.5 | ikehashalgorithm | read-only |
ipiaIkePropHashAlgorithm specifies the proposed phase 1 security assocation hash algorithm. |
ipiaIkePropPrfAlgorithm | 1.3.6.1.2.1.153.4.2.1.10.1.6 | integer | read-only |
ipPRFAlgorithm specifies the proposed phase 1 security association psuedo-random function. Note: currently no prf algorithms are defined. Enumeration: 'reserved': 0. |
ipiaIkePropVendorId | 1.3.6.1.2.1.153.4.2.1.10.1.7 | octet string | read-only |
The VendorID property is used to identify vendor-defined key exchange GroupIDs. |
ipiaIkePropDhGroup | 1.3.6.1.2.1.153.4.2.1.10.1.8 | ikegroupdescription | read-only |
This object specifies the proposed phase 1 security association Diffie-Hellman group |
ipiaIkePropAuthenticationMethod | 1.3.6.1.2.1.153.4.2.1.10.1.9 | ikeauthmethod | read-only |
This object specifies the proposed authentication method for the phase 1 security association. |
ipiaIkePropMaxLifetimeSecs | 1.3.6.1.2.1.153.4.2.1.10.1.10 | unsigned32 | read-only |
ipiaIkePropMaxLifetimeSecs 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. |
ipiaIkePropMaxLifetimeKB | 1.3.6.1.2.1.153.4.2.1.10.1.11 | unsigned32 | read-only |
ipiaIkePropMaxLifetimeKB specifies the maximum kilobyte lifetime to propose a security association remain valid. |
ipiaIkePropLastChanged | 1.3.6.1.2.1.153.4.2.1.10.1.12 | timestamp | read-only |
The value of sysUpTime when this row was last modified or created either through SNMP SETs or by some other external means. |
ipiaIkePropStorageType | 1.3.6.1.2.1.153.4.2.1.10.1.13 | storagetype | read-only |
The 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. For a storage type of permanent, none of the columns have to be writable. |
ipiaIkePropRowStatus | 1.3.6.1.2.1.153.4.2.1.10.1.14 | rowstatus | read-only |
This 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 an active row in another table. An attempt to set it to anything other than active while it is referenced by an active row in another table MUST result in an inconsistentValue error. |
ipiaIpsecProposalsTable | 1.3.6.1.2.1.153.4.2.1.11 | no-access |
This table lists one or more IPsec proposals for IPsec actions. |
|
1.3.6.1.2.1.153.4.2.1.11.1 | no-access |
An entry containing (possibly a portion of) a proposal. |
||
ipiaIpsecPropName | 1.3.6.1.2.1.153.4.2.1.11.1.1 | snmpadminstring | no-access |
The name of this proposal. |
ipiaIpsecPropPriority | 1.3.6.1.2.1.153.4.2.1.11.1.2 | integer32 | no-access |
The priority level (AKA sequence level) of this proposal. A lower number indicates a higher precedence (0 before 1, etc..). |
ipiaIpsecPropProtocolId | 1.3.6.1.2.1.153.4.2.1.11.1.3 | ipsecdoisecprotocolid | no-access |
The protocol Id for the transforms for this proposal. The protoIsakmp(1) value is not valid for this object. This object, along with the ipiaIpsecPropTransformsName, is the index into the ipiaIpsecTransformsTable. |
ipiaIpsecPropTransformsName | 1.3.6.1.2.1.153.4.2.1.11.1.4 | snmpadminstring | read-only |
The name of the transform or group of transforms for this protocol. This object, along with the ipiaIpsecPropProtocolId, is the index into the ipiaIpsecTransformsTable. An attempt to set this object to a value that does not exist in the ipiaIpsecTransformTable MUST result in an inconsistentValue error. |
ipiaIpsecPropLastChanged | 1.3.6.1.2.1.153.4.2.1.11.1.5 | timestamp | read-only |
The value of sysUpTime when this row was last modified or created either through SNMP SETs or by some other external means. |
ipiaIpsecPropStorageType | 1.3.6.1.2.1.153.4.2.1.11.1.6 | storagetype | read-only |
The 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. For a storage type of permanent, none of the columns have to be writable. |
ipiaIpsecPropRowStatus | 1.3.6.1.2.1.153.4.2.1.11.1.7 | rowstatus | read-only |
This 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 MUST NOT be set to active until the corresponding row(s) in the ipiaIpsecTransformsTable exists and is active. If active, this object MUST remain active unless one of the following two conditions are met. An attempt to set it to anything other than active while the following conditions are not met MUST result in an inconsistentValue error. The two conditions are: I. No active row in the ipiaIkeActionProposalTable exists which has a matching ipiaIpsecPropName. II. Or at least one other active row in this table has a matching ipiaIpsecPropName. |
ipiaIpsecTransformsTable | 1.3.6.1.2.1.153.4.2.1.12 | no-access |
This 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. |
|
1.3.6.1.2.1.153.4.2.1.12.1 | no-access |
An entry containing the information on an IPsec transform. |
||
ipiaIpsecTranType | 1.3.6.1.2.1.153.4.2.1.12.1.1 | ipsecdoisecprotocolid | no-access |
The protocol type for this transform. The protoIsakmp(1) value is not valid for this object. |
ipiaIpsecTranName | 1.3.6.1.2.1.153.4.2.1.12.1.2 | snmpadminstring | no-access |
The name for this transform or group of transforms. |
ipiaIpsecTranPriority | 1.3.6.1.2.1.153.4.2.1.12.1.3 | integer32 | no-access |
The priority level (AKA sequence level) of the this transform within the group of transforms (0 before 1, etc...). 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. |
ipiaIpsecTranTransformName | 1.3.6.1.2.1.153.4.2.1.12.1.4 | snmpadminstring | read-only |
The name for the given transform. Depending on the value of ipiaIpsecTranType, this value is used to lookup the transform's specific parameters in the ipiaAhTransformTable, the ipiaEspTransformTable or the ipiaIpcompTransformTable. |
ipiaIpsecTranLastChanged | 1.3.6.1.2.1.153.4.2.1.12.1.5 | timestamp | read-only |
The value of sysUpTime when this row was last modified or created either through SNMP SETs or by some other external means. |
ipiaIpsecTranStorageType | 1.3.6.1.2.1.153.4.2.1.12.1.6 | storagetype | read-only |
The 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. For a storage type of permanent, none of the columns have to be writable. |
ipiaIpsecTranRowStatus | 1.3.6.1.2.1.153.4.2.1.12.1.7 | rowstatus | read-only |
This 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 MUST NOT be set to active until the corresponding row in the ipiaAhTransformTable, ipiaEspTransformTable or the ipiaIpcompTransformTable exists. If active, this object MUST remain active unless one of the following two conditions are met. An attempt to set it to anything other than active while the following conditions are not met MUST result in an inconsistentValue error. The two conditions are: I. No active row in the IpiaIpsecProposalsTable exists which has a matching ipiaIpsecPropTransformsName. II. Or at least one other active row in this table has a matching ipiaIpsecPropTransformsName. |
ipiaIkeIdentityTable | 1.3.6.1.2.1.153.4.2.1.13 | no-access |
IKEIdentity is used to represent the identities that are used for an IPProtocolEndpoint (or collection of IPProtocolEndpoints) to identify itself in IKE phase 1 negotiations. The column ipiaIkeActIdentityType and ipiaIkeIdentityContext in an ipiaIkeActionEntry together with the spdEndGroupInterface in the spdEndpointToGroupTable specifies the unique identity to use in a negotiation exchange. |
|
1.3.6.1.2.1.153.4.2.1.13.1 | no-access |
ikeIdentity lists the attributes of an IKE identity. |
||
ipiaIkeIdCredentialName | 1.3.6.1.2.1.153.4.2.1.13.1.1 | snmpadminstring | read-only |
This value is used as an index into the ipiaCredentialFilterTable 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. |
ipiaIkeIdLastChanged | 1.3.6.1.2.1.153.4.2.1.13.1.2 | timestamp | read-only |
The value of sysUpTime when this row was last modified or created either through SNMP SETs or by some other external means. |
ipiaIkeIdStorageType | 1.3.6.1.2.1.153.4.2.1.13.1.3 | storagetype | read-only |
The 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. For a storage type of permanent, none of the columns have to be writable. |
ipiaIkeIdRowStatus | 1.3.6.1.2.1.153.4.2.1.13.1.4 | rowstatus | read-only |
This 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 an active row in another table. An attempt to set it to anything other than active while it is referenced by an active row in another table MUST result in an inconsistentValue error. |
ipiaAutostartIkeTable | 1.3.6.1.2.1.153.4.2.1.14 | no-access |
The 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 |
|
1.3.6.1.2.1.153.4.2.1.14.1 | no-access |
autostart ike provides the set of parameters to automatically start IKE and IPsec SA's. |
||
ipiaAutoIkePriority | 1.3.6.1.2.1.153.4.2.1.14.1.1 | integer32 | no-access |
ipiaAutoIkePriority is an index into the autostartIkeAction table and can be used to order the autostart IKE actions (0 before 1, etc...). |
ipiaAutoIkeAction | 1.3.6.1.2.1.153.4.2.1.14.1.2 | variablepointer | read-only |
This pointer is used to point to the action or compound action that is initiated by this row. This value can be used to indicate a scalar or a row in a table. When indicating a row in a table, this value MUST point to the first column instance in that row. If this column is set to a VariablePointer value which references a non-existent row in an otherwise supported table or if the table or scalar pointed to by the VariablePointer is not supported at all, the inconsistentValue exception MUST be returned. If during packet processing this column has a value that references a non-existent or non-supported object, the packet MUST be dropped. |
ipiaAutoIkeAddressType | 1.3.6.1.2.1.153.4.2.1.14.1.3 | inetaddresstype | read-only |
The property ipiaAutoIkeAddressType specifies the format of the autoIke source and destination Address values. |
ipiaAutoIkeSourceAddress | 1.3.6.1.2.1.153.4.2.1.14.1.4 | inetaddress | read-only |
The property autoIkeSourecAddress specifies Source IP address for autostarting IKE SA's, formatted according to the appropriate convention as defined in the ipiaAutoIkeAddressType property. |
ipiaAutoIkeSourcePort | 1.3.6.1.2.1.153.4.2.1.14.1.5 | inetportnumber | read-only |
The property ipiaAutoIkeSourcePort specifies the port number for the source port for auotstarting IKE SA's. The value of 0 for this object is illegal. |
ipiaAutoIkeDestAddress | 1.3.6.1.2.1.153.4.2.1.14.1.6 | inetaddress | read-only |
The property ipiaAutoIkeDestAddress specifies the Destination IP address for autostarting IKE SA's, formatted according to the appropriate convention as defined in the ipiaAutoIkeAddressType property. |
ipiaAutoIkeDestPort | 1.3.6.1.2.1.153.4.2.1.14.1.7 | inetportnumber | read-only |
The property ipiaAutoIkeDestPort specifies the port number for the destination port for auotstarting IKE SA's. The value of 0 for this object is illegal. |
ipiaAutoIkeProtocol | 1.3.6.1.2.1.153.4.2.1.14.1.8 | unsigned32 | read-only |
The property Protocol specifies the protocol number used in comparing with policy filter entries and used in any phase 2 negotiations. |
ipiaAutoIkeLastChanged | 1.3.6.1.2.1.153.4.2.1.14.1.9 | timestamp | read-only |
The value of sysUpTime when this row was last modified or created either through SNMP SETs or by some other external means. |
ipiaAutoIkeStorageType | 1.3.6.1.2.1.153.4.2.1.14.1.10 | storagetype | read-only |
The 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. For a storage type of permanent, none of the columns have to be writable. |
ipiaAutoIkeRowStatus | 1.3.6.1.2.1.153.4.2.1.14.1.11 | rowstatus | read-only |
This 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 MUST NOT be set to active until the object to which the ipiaAutoIkeAction points to exists and is active. If active, this object MUST remain active if it is referenced by an active row in another table. An attempt to set it to anything other than active while it is referenced by an active row in another table MUST result in an inconsistentValue error. |
ipiaIpsecCredMngServiceTable | 1.3.6.1.2.1.153.4.2.1.15 | no-access |
A 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). |
|
1.3.6.1.2.1.153.4.2.1.15.1 | no-access |
A row in the ipiaIpsecCredMngServiceTable. |
||
ipiaIcmsName | 1.3.6.1.2.1.153.4.2.1.15.1.1 | snmpadminstring | no-access |
This is an administratively assigned string used to index this table. |
ipiaIcmsDistinguishedName | 1.3.6.1.2.1.153.4.2.1.15.1.2 | octet string | read-only |
This value represents the Distinguished Name of the Credential Management Service. |
ipiaIcmsPolicyStatement | 1.3.6.1.2.1.153.4.2.1.15.1.3 | octet string | read-only |
This 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 blank |
ipiaIcmsMaxChainLength | 1.3.6.1.2.1.153.4.2.1.15.1.4 | integer32 | read-only |
This value is the maximum length of the chain allowble from the Credential Management Service to the credential in question. |
ipiaIcmsCredentialName | 1.3.6.1.2.1.153.4.2.1.15.1.5 | snmpadminstring | read-only |
This value is used as an index into the ipiaCredentialFilterTable to look up the actual credential value. |
ipiaIcmsLastChanged | 1.3.6.1.2.1.153.4.2.1.15.1.6 | timestamp | read-only |
The value of sysUpTime when this row was last modified or created either through SNMP SETs or by some other external means. |
ipiaIcmsStorageType | 1.3.6.1.2.1.153.4.2.1.15.1.7 | storagetype | read-only |
The 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. For a storage type of permanent, none of the columns have to be writable. |
ipiaIcmsRowStatus | 1.3.6.1.2.1.153.4.2.1.15.1.8 | rowstatus | read-only |
This 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 an active row in another table. An attempt to set it to anything other than active while it is referenced by an active row in another table MUST result in an inconsistentValue error. |
ipiaCredMngCRLTable | 1.3.6.1.2.1.153.4.2.1.16 | no-access |
A table of the Credential Revocation Lists (CRL) for credential managment services. |
|
1.3.6.1.2.1.153.4.2.1.16.1 | no-access |
A row in the ipiaCredMngCRLTable. |
||
ipiaCmcCRLName | 1.3.6.1.2.1.153.4.2.1.16.1.1 | snmpadminstring | no-access |
This is an administratively assigned string used to index this table. It represents a CRL for a given CA from a given distribution point. |
ipiaCmcDistributionPoint | 1.3.6.1.2.1.153.4.2.1.16.1.2 | octet string | read-only |
This 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...). |
ipiaCmcThisUpdate | 1.3.6.1.2.1.153.4.2.1.16.1.3 | octet string | read-only |
This value is the issue date of this CRL. This SHOULD be in utctime or generalizedtime. |
ipiaCmcNextUpdate | 1.3.6.1.2.1.153.4.2.1.16.1.4 | octet string | read-only |
This value indicates the date the next version of this CRL will be issued. This SHOULD be in utctime or generalizedtime. |
ipiaCmcLastChanged | 1.3.6.1.2.1.153.4.2.1.16.1.5 | timestamp | read-only |
The value of sysUpTime when this row was last modified or created either through SNMP SETs or by some other external means. |
ipiaCmcStorageType | 1.3.6.1.2.1.153.4.2.1.16.1.6 | storagetype | read-only |
The 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. For a storage type of permanent, none of the columns have to be writable. |
ipiaCmcRowStatus | 1.3.6.1.2.1.153.4.2.1.16.1.7 | rowstatus | read-only |
This 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 an active row in another table. An attempt to set it to anything other than active while it is referenced by an active row in another table MUST result in an inconsistentValue error. |
ipiaRevokedCertificateTable | 1.3.6.1.2.1.153.4.2.1.17 | no-access |
A 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. |
|
1.3.6.1.2.1.153.4.2.1.17.1 | no-access |
A row in the ipiaRevokedCertificateTable. |
||
ipiaRctCertSerialNumber | 1.3.6.1.2.1.153.4.2.1.17.1.1 | unsigned32 | no-access |
This value is the serial number of the revoked certificate. |
ipiaRctRevokedDate | 1.3.6.1.2.1.153.4.2.1.17.1.2 | octet string | read-only |
This value is the revocation date of the certificate. This SHOULD be in utctime or generaltime. |
ipiaRctRevokedReason | 1.3.6.1.2.1.153.4.2.1.17.1.3 | integer | read-only |
This value is the reason this certificate was revoked. Enumeration: 'keyCompromise': 2, 'removeFromCRL': 8, 'superseded': 5, 'unspecified': 1, 'certificateHold': 7, 'cACompromise': 3, 'affiliationChanged': 4, 'cessationOfOperation': 6. |
ipiaRctLastChanged | 1.3.6.1.2.1.153.4.2.1.17.1.4 | timestamp | read-only |
The value of sysUpTime when this row was last modified or created either through SNMP SETs or by some other external means. |
ipiaRctStorageType | 1.3.6.1.2.1.153.4.2.1.17.1.5 | storagetype | read-only |
The 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. For a storage type of permanent, none of the columns have to be writable. |
ipiaRctRowStatus | 1.3.6.1.2.1.153.4.2.1.17.1.6 | rowstatus | read-only |
This 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 an active row in another table. An attempt to set it to anything other than active while it is referenced by an active row in another table MUST result in an inconsistentValue error. |
ipiaNotificationObjects | 1.3.6.1.2.1.153.4.2.2 | |||
ipiaNotifications | 1.3.6.1.2.1.153.4.2.2.0 | |||
ipiaNotificationVariables | 1.3.6.1.2.1.153.4.2.2.1 | |||
ipiaConformanceObjects | 1.3.6.1.2.1.153.4.2.3 | |||
ipiaCompliances | 1.3.6.1.2.1.153.4.2.3.1 | |||
ipiaIKECompliance | 1.3.6.1.2.1.153.4.2.3.1.1 |
The compliance statement for SNMP entities that include an IPsec MIB implementation and supports IKE actions. -- OBJECT ipiaAutoIkeAddressType -- SYNTAX InetAddreessType { ipv4(1), ipv6(2) } -- DESCRIPTION -- Only support for global IPv4 and IPv6 address -- types is required. -- -- OBJECT ipiaAutoIkeSourceAddress -- SYNTAX InetAddress (SIZE(4|16)) -- DESCRIPTION -- Only support for global IPv4 and IPv6 address -- types is required. -- OBJECT ipiaAutoIkeDestAddress -- SYNTAX InetAddress (SIZE(4|16)) -- DESCRIPTION -- Only support for global IPv4 and IPv6 address -- types is required. -- |
||
ipiaRuleFilterCompliance | 1.3.6.1.2.1.153.4.2.3.1.2 |
The compliance statement for SNMP entities that include an IKEACTION MIB implementation with IKE filters support. |
||
ipiaGroups | 1.3.6.1.2.1.153.4.2.3.2 | |||
ipiaStaticFilterGroup | 1.3.6.1.2.1.153.4.2.3.2.1 |
The static filter group. Currently this is just a true filter. |
||
ipiaCredentialFilterGroup | 1.3.6.1.2.1.153.4.2.3.2.2 |
This group is made up of objects from the IPsec Policy Credential Filter Table. |
||
ipiaPeerIdFilterGroup | 1.3.6.1.2.1.153.4.2.3.2.3 |
This group is made up of objects from the IPsec Policy Peer Identity Filter Table. |
||
ipiaStaticActionGroup | 1.3.6.1.2.1.153.4.2.3.2.4 |
This group is made up of IPsec Policy Static Actions objects. |
||
ipiaIkeGroup | 1.3.6.1.2.1.153.4.2.3.2.5 |
This group is the set of objects that support IKE actions. These objects are from The IPsec Policy IKE Action Table, The IKE Action Proposals Table, The IKE Proposal Table, The autostart IKE Table and The IKE Identity Table, The Peer Identity Table, The Credential Management Service Table, and the shared table Negotiation Parameters Table (from the IPSEC-IPSECACTION-MIB. |
||
ipiaIpsecGroup | 1.3.6.1.2.1.153.4.2.3.2.6 |
This group is the set of objects that support IPsec actions. These objects are from The IPsec Policy IPsec Actions Table, The IPsec Proposal Table, and The IPsec Transform Table. This group also includes objects from the shared tables: Peer Identity Table, Credential Table, Negotiation Parameters Table, Credential Management Service Table and the AH, ESP, and IPComp Transform Table. |