RC-IKE-MIB
99 objects
Enterprise MIB for the IKE mibs.
Imported Objects
| IF-MIB | InterfaceIndex InterfaceIndexOrZero |
| INET-ADDRESS-MIB | InetAddress InetAddressType |
| RAPID-CITY | EnableValue rcIke |
| SNMPv2-SMI | Integer32 MODULE-IDENTITY OBJECT-TYPE Unsigned32 |
| SNMPv2-TC | DisplayString RowStatus TruthValue |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.2272.1.86.0 | IdentityrcIkeMib | of | Enterprise MIB for the IKE mibs. | |
| 1.3.6.1.4.1.2272.1.86.1 | TablercIkeProfileTable | not-accessible | current | This table contains a list of profiles consisting of algorithms and other configuration that can be used during an IKE Phase 1 connection. |
| 1.3.6.1.4.1.2272.1.86.1.1 | RowrcIkeProfileEntry | not-accessible | current | An entry containing configuration information for authentication algorithms, encryption algorithms, Diffie-Helman group, exchange-mode and lifetime-seconds to … |
| 1.3.6.1.4.1.2272.1.86.1.1.1 | ColumnrcIkeProfileName | not-accessible | current | This object contains the name of this Profile. |
| 1.3.6.1.4.1.2272.1.86.1.1.2 | ColumnrcIkeProfileHashAlgorithm | read-create | current | This object specifies the hash algorithms that can be used during IKE Phase 1 SA negotiation. |
| 1.3.6.1.4.1.2272.1.86.1.1.3 | ColumnrcIkeProfileEncryptionAlgorithm | read-create | current | This object specifies the encryption algorithms that can be used during IKE Phase 1 SA negotiation. |
| 1.3.6.1.4.1.2272.1.86.1.1.4 | ColumnrcIkeProfileEncryptKeyLen | read-create | current | This object specifies the key length that should be be used during IKE Phase 1 SA negotiation. |
| 1.3.6.1.4.1.2272.1.86.1.1.5 | ColumnrcIkeProfileDHGroup | read-create | current | This object specifies the Diffie-Hellman groups that can be used during IKE Phase 1 SA negotiation. |
| 1.3.6.1.4.1.2272.1.86.1.1.6 | ColumnrcIkeProfileExchangeMode | read-create | current | This object specifies the IKE Phase 1 negotiation mode. Only main mode is supported for this release. |
| 1.3.6.1.4.1.2272.1.86.1.1.7 | ColumnrcIkeProfileLifetimeSeconds | read-create | current | This object specifies the amount of time to propose an IKE Phase 1 SA remain valid during IKE Phase 1 negotiation. A value of 0 means no expiration. |
| 1.3.6.1.4.1.2272.1.86.1.1.8 | ColumnrcIkeProfileRowStatus | read-create | current | This object is used to create or delete entries in this table. |
| 1.3.6.1.4.1.2272.1.86.2 | TablercIkePolicyTable | not-accessible | current | This table contains a list of IKE Phase 1 policy entries. |
| 1.3.6.1.4.1.2272.1.86.2.1 | RowrcIkePolicyEntry | not-accessible | current | . |
| 1.3.6.1.4.1.2272.1.86.2.1.1 | ColumnrcIkePolicyLocalIfIndex | not-accessible | current | This object specifies the Interface Index of the local address. Only port and vlan if-index are supported for this release. When the value zero is specified on… |
| 1.3.6.1.4.1.2272.1.86.2.1.2 | ColumnrcIkePolicyLocalAddrType | not-accessible | current | This object specifies the type of address field in the rcIkePolicyLocalAddr. Only IPv6 address types are supported for this release. |
| 1.3.6.1.4.1.2272.1.86.2.1.3 | ColumnrcIkePolicyLocalAddr | not-accessible | current | This object specifies the string representation of the local peer ID. The type of value configured for this object is specified by the rcIkePolicyLocalAddrType. |
| 1.3.6.1.4.1.2272.1.86.2.1.4 | ColumnrcIkePolicyRemoteAddrType | not-accessible | current | This object specifies the type of address field in the rcIkePolicyRemoteAddr. Only IPv6 address types are supported for this release. |
| 1.3.6.1.4.1.2272.1.86.2.1.5 | ColumnrcIkePolicyRemoteAddr | not-accessible | current | This object specifies the string representation of the remote peer ID. The type of value configured for this object is specified by the rcIkePolicyRemoteAddrTy… |
| 1.3.6.1.4.1.2272.1.86.2.1.6 | ColumnrcIkePolicyName | read-create | current | This object specifies the name given to the policy. The name should be assigned during creation of the policy. Changing the name after the policy is created is… |
| 1.3.6.1.4.1.2272.1.86.2.1.7 | ColumnrcIkePolicyProfileName | read-create | current | This object specifies the name of the profile (rcIkeProfileName) that should be used for this policy. |
| 1.3.6.1.4.1.2272.1.86.2.1.8 | ColumnrcIkePolicyAuthenticationMethod | read-create | current | This object specifies the proposed authentication method for the phase 1 security association. |
| 1.3.6.1.4.1.2272.1.86.2.1.9 | ColumnrcIkePolicyPSKValue | read-create | current | This object specifies the value of the Pre-Shared Key if the authentication method is set to PSK. |
| 1.3.6.1.4.1.2272.1.86.2.1.10 | ColumnrcIkePolicyDPDTimeout | read-create | current | This object specifies the Dead Peer Detection timeout in seconds. |
| 1.3.6.1.4.1.2272.1.86.2.1.11 | ColumnrcIkePolicyP2PFS | read-create | current | This object specifies whether or not perfect forward secrecy is used when refreshing keys. Enable indicates that PFS SHOULD be used. |
| 1.3.6.1.4.1.2272.1.86.2.1.12 | ColumnrcIkePolicyP2PfsUseIkeGroup | read-create | current | This object specifies whether or not to use the same GroupId (Diffie-Hellman Group) for phase 2 as was used in phase 1. If P2PFS is disabled, this entry SHOULD… |
| 1.3.6.1.4.1.2272.1.86.2.1.13 | ColumnrcIkePolicyP2PfsDHGroup | read-create | current | This object specifies the Diffie-Hellman group to use for phase 2 when the object rcIkePolicyP2PFS is enabled and the object rcIkePolicyP2PfsUseIkeGroup is dis… |
| 1.3.6.1.4.1.2272.1.86.2.1.14 | ColumnrcIkePolicyAdminState | read-create | current | This object specifies whether the policy is administratively enabled or disabled. |
| 1.3.6.1.4.1.2272.1.86.2.1.15 | ColumnrcIkePolicyOperStatus | read-only | current | This object specifies whether the policy is operationally up or down. |
| 1.3.6.1.4.1.2272.1.86.2.1.16 | ColumnrcIkePolicyRowStatus | read-create | current | This object is used to create or delete entries in this table. |
| 1.3.6.1.4.1.2272.1.86.2.1.17 | ColumnrcIkePolicyRevocationCheckMethod | read-create | current | This object specifies the proposed revocation-check method for digital-certificate type authentication-method. |
| 1.3.6.1.4.1.2272.1.86.2.1.18 | ColumnrcIkePolicyProfileVersion | read-create | current | This object maps to the version of ike profile selected. Default value of this object is version 1 (v1) |
| 1.3.6.1.4.1.2272.1.86.2.1.19 | ColumnrcIkePolicyPeerName | read-create | current | This object specifies the value of the Peer name if the authentication method is set to digital certificate. |
| 1.3.6.1.4.1.2272.1.86.3 | TablercIkeSATable | not-accessible | current | This table contains a list of IKE Phase 1 Security Association entries. |
| 1.3.6.1.4.1.2272.1.86.3.1 | RowrcIkeSAEntry | not-accessible | current | . |
| 1.3.6.1.4.1.2272.1.86.3.1.1 | ColumnrcIkeSALocalIfIndex | not-accessible | current | This object specifies the interface index of the local address. Only port and vlan if-index are supported for this release. |
| 1.3.6.1.4.1.2272.1.86.3.1.2 | ColumnrcIkeSALocalAddrType | not-accessible | current | This object specifies the type of address field in the rcIkeSALocalAddr. Only IPv6 address types are supported for this release. |
| 1.3.6.1.4.1.2272.1.86.3.1.3 | ColumnrcIkeSALocalAddr | not-accessible | current | This object specifies the string representation of the local peer ID. The type of value configured for this object is specified by the rcIkeSALocalAddrType. |
| 1.3.6.1.4.1.2272.1.86.3.1.4 | ColumnrcIkeSARemoteAddrType | not-accessible | current | This object specifies the type of address field in the rcIkeSARemoteAddr. Only IPv6 address types are supported for this release. |
| 1.3.6.1.4.1.2272.1.86.3.1.5 | ColumnrcIkeSARemoteAddr | not-accessible | current | This object specifies the string representation of the remote peer ID. The type of value configured for this object is specified by the rcIkeSARemoteAddrType. |
| 1.3.6.1.4.1.2272.1.86.3.1.6 | ColumnrcIkeSAName | read-only | current | This object specifies the name for the SA. |
| 1.3.6.1.4.1.2272.1.86.3.1.7 | ColumnrcIkeSAAuthenticationMethod | read-only | current | This object specifies the proposed authentication method for the phase 1 security association. Only the Pre-Shared Key authentication method is supported in th… |
| 1.3.6.1.4.1.2272.1.86.3.1.8 | ColumnrcIkeSADPDTimeout | read-only | current | This object specifies the Dead Peer Detection timeout in seconds. |
| 1.3.6.1.4.1.2272.1.86.3.1.9 | ColumnrcIkeSAHashAlgorithm | read-only | current | This object specifies the hash algorithm negotiated for this IKE Phase 1 SA. |
| 1.3.6.1.4.1.2272.1.86.3.1.10 | ColumnrcIkeSAEncryptionAlgorithm | read-only | current | This object specifies the encryption algorithm negotiated for this IKE Phase 1 SA. |
| 1.3.6.1.4.1.2272.1.86.3.1.11 | ColumnrcIkeSAEncryptKeyLen | read-only | current | This object specifies the encryption key length negotiated for this IKE Phase 1 SA. |
| 1.3.6.1.4.1.2272.1.86.3.1.12 | ColumnrcIkeSADHGroup | read-only | current | This object specifies the Diffie-Hellman group negotiated for this IKE Phase 1 SA. |
| 1.3.6.1.4.1.2272.1.86.3.1.13 | ColumnrcIkeSAExchangeMode | read-only | current | This object specifies the IKE Phase 1 SA mode. |
| 1.3.6.1.4.1.2272.1.86.3.1.14 | ColumnrcIkeSALifetimeSeconds | read-only | current | This object specifies the amount of time to propose an IKE Phase 1 SA remain valid during IKE Phase 1 negotiation. A value of 0 means no expiration. |
| 1.3.6.1.4.1.2272.1.86.3.1.15 | ColumnrcIkeSAStatus | read-only | current | This object specifies the amount of time to propose an IKE Phase 1 SA remain valid during IKE Phase 1 negotiation. A value of 0 means no expiration. |
| 1.3.6.1.4.1.2272.1.86.4 | TablercIkeActiveSATable | not-accessible | current | This table contains a list of IKE Phase 1 Security Association entries. This table obsoletes rcIkeSATable |
| 1.3.6.1.4.1.2272.1.86.4.1 | RowrcIkeActiveSAEntry | not-accessible | current | . |
| 1.3.6.1.4.1.2272.1.86.4.1.1 | ColumnrcIkeActiveSAId | not-accessible | current | This object specifies the unique ID of a SA |
| 1.3.6.1.4.1.2272.1.86.4.1.2 | ColumnrcIkeActiveSALocalIfIndex | not-accessible | current | This object specifies the interface index of the local address. Only port and vlan if-index are supported for this release. |
| 1.3.6.1.4.1.2272.1.86.4.1.3 | ColumnrcIkeActiveSALocalAddrType | not-accessible | current | This object specifies the type of address field in the rcIkeActiveSALocalAddr. Only IPv6 address types are supported for this release. |
| 1.3.6.1.4.1.2272.1.86.4.1.4 | ColumnrcIkeActiveSALocalAddr | not-accessible | current | This object specifies the string representation of the local peer ID. The type of value configured for this object is specified by the rcIkeActiveSALocalAddrTy… |
| 1.3.6.1.4.1.2272.1.86.4.1.5 | ColumnrcIkeActiveSARemoteAddrType | not-accessible | current | This object specifies the type of address field in the rcIkeActiveSARemoteAddr. Only IPv6 address types are supported for this release. |
| 1.3.6.1.4.1.2272.1.86.4.1.6 | ColumnrcIkeActiveSARemoteAddr | not-accessible | current | This object specifies the string representation of the remote peer ID. The type of value configured for this object is specified by the rcIkeActiveSARemoteAddr… |
| 1.3.6.1.4.1.2272.1.86.4.1.7 | ColumnrcIkeActiveSAName | read-only | current | This object specifies the name for the SA. |
| 1.3.6.1.4.1.2272.1.86.4.1.8 | ColumnrcIkeActiveSAAuthenticationMethod | read-only | current | This object specifies the proposed authentication method for the phase 1 security association. |
| 1.3.6.1.4.1.2272.1.86.4.1.9 | ColumnrcIkeActiveSADPDTimeout | read-only | current | This object specifies the Dead Peer Detection timeout in seconds. |
| 1.3.6.1.4.1.2272.1.86.4.1.10 | ColumnrcIkeActiveSAHashAlgorithm | read-only | current | This object specifies the hash algorithm negotiated for this IKE Phase 1 SA. |
| 1.3.6.1.4.1.2272.1.86.4.1.11 | ColumnrcIkeActiveSAEncryptionAlgorithm | read-only | current | This object specifies the encryption algorithm negotiated for this IKE Phase 1 SA. |
| 1.3.6.1.4.1.2272.1.86.4.1.12 | ColumnrcIkeActiveSAEncryptKeyLen | read-only | current | This object specifies the encryption key length negotiated for this IKE Phase 1 SA. |
| 1.3.6.1.4.1.2272.1.86.4.1.13 | ColumnrcIkeActiveSADHGroup | read-only | current | This object specifies the Diffie-Hellman group negotiated for this IKE Phase 1 SA. |
| 1.3.6.1.4.1.2272.1.86.4.1.14 | ColumnrcIkeActiveSAExchangeMode | read-only | current | This object specifies the IKE Phase 1 SA mode. |
| 1.3.6.1.4.1.2272.1.86.4.1.15 | ColumnrcIkeActiveSALifetimeSeconds | read-only | current | This object specifies the amount of time to propose an IKE Phase 1 SA remain valid during IKE Phase 1 negotiation. A value of 0 means no expiration. |
| 1.3.6.1.4.1.2272.1.86.4.1.16 | ColumnrcIkeActiveSAStatus | read-only | current | This object specifies the amount of time to propose an IKE Phase 1 SA remain valid during IKE Phase 1 negotiation. A value of 0 means no expiration. |
| 1.3.6.1.4.1.2272.1.86.4.1.17 | ColumnrcIkeActiveSAInitiator | read-only | current | This object specifies the whether the SA was created by an Initiator or a Responder |
| 1.3.6.1.4.1.2272.1.86.5 | TablercIkeV2ProfileTable | not-accessible | current | This table contains a list of Ike v2 profiles consisting of algorithms and other configuration that can be used during an IKE connection. |
| 1.3.6.1.4.1.2272.1.86.5.1 | RowrcIkeV2ProfileEntry | not-accessible | current | An entry containing configuration information for authentication algorithms, encryption algorithms, Diffie-Helman group, exchange-mode and lifetime-seconds to … |
| 1.3.6.1.4.1.2272.1.86.5.1.1 | ColumnrcIkeV2ProfileName | not-accessible | current | This object contains the name of this Profile. |
| 1.3.6.1.4.1.2272.1.86.5.1.2 | ColumnrcIkeV2ProfileHashAlgorithm | read-create | current | This object specifies the hash algorithms that can be used during IKE SA negotiation. It is represented in form of bits as follows- bit 0 - md5 bit 1 - sha bit… |
| 1.3.6.1.4.1.2272.1.86.5.1.3 | ColumnrcIkeV2ProfileEncryptionAlgorithm | read-create | current | This object specifies the encryption algorithms that can be used during IKE SA negotiation. It is represented in form of bits as follows- bit 0 - desCbc bit 1 … |
| 1.3.6.1.4.1.2272.1.86.5.1.4 | ColumnrcIkeV2ProfileEncryptKeyLen | read-create | current | This object specifies the key length that should be be used during IKE SA negotiation. It is represented in form of bits as follows- bit 0 - keylen-128 bit 1 -… |
| 1.3.6.1.4.1.2272.1.86.5.1.5 | ColumnrcIkeV2ProfileDHGroup | read-create | current | This object specifies the Diffie-Hellman groups that can be used during IKE SA negotiation. It is represented in form of bits as follows - bit 0 - modp768 bit … |
| 1.3.6.1.4.1.2272.1.86.5.1.6 | ColumnrcIkeV2ProfileExchangeMode | read-create | current | This object specifies the IKE negotiation mode. Only main mode is supported for this release. |
| 1.3.6.1.4.1.2272.1.86.5.1.7 | ColumnrcIkeV2ProfileLifetimeSeconds | read-create | current | This object specifies the amount of time to propose an IKE SA remain valid during IKE negotiation. A value of 0 means no expiration. |
| 1.3.6.1.4.1.2272.1.86.5.1.8 | ColumnrcIkeV2ProfileIntegrityAlgorithm | read-create | current | This object specifies the integrity algorithms that can be used during IKE SA negotiation. It is represented in form of bits as follows - bit 0 - md5 bit 1 - s… |
| 1.3.6.1.4.1.2272.1.86.5.1.9 | ColumnrcIkeV2ProfileRowStatus | read-create | current | This object is used to create or delete entries in this table. |
| 1.3.6.1.4.1.2272.1.86.6 | TablercIkeV2SATable | not-accessible | current | This table contains a list of IKE V2 Security Association entries. |
| 1.3.6.1.4.1.2272.1.86.6.1 | RowrcIkeV2SAEntry | not-accessible | current | . |
| 1.3.6.1.4.1.2272.1.86.6.1.1 | ColumnrcIkeV2SAId | not-accessible | current | This object specifies the unique ID of a SA |
| 1.3.6.1.4.1.2272.1.86.6.1.2 | ColumnrcIkeV2SALocalIfIndex | not-accessible | current | This object specifies the interface index of the local address. Only port and vlan if-index are supported for this release. |
| 1.3.6.1.4.1.2272.1.86.6.1.3 | ColumnrcIkeV2SALocalAddrType | not-accessible | current | This object specifies the type of address field in the rcIkeActiveSALocalAddr. Only IPv6 address types are supported for this release. |
| 1.3.6.1.4.1.2272.1.86.6.1.4 | ColumnrcIkeV2SALocalAddr | not-accessible | current | This object specifies the string representation of the local peer ID. The type of value configured for this object is specified by the rcIkeV2SALocalAddrType. |
| 1.3.6.1.4.1.2272.1.86.6.1.5 | ColumnrcIkeV2SARemoteAddrType | not-accessible | current | This object specifies the type of address field in the rcIkeV2SARemoteAddr. Only IPv6 address types are supported for this release. |
| 1.3.6.1.4.1.2272.1.86.6.1.6 | ColumnrcIkeV2SARemoteAddr | not-accessible | current | This object specifies the string representation of the remote peer ID. The type of value configured for this object is specified by the rcIkeV2SARemoteAddrType. |
| 1.3.6.1.4.1.2272.1.86.6.1.7 | ColumnrcIkeV2SAName | read-only | current | This object specifies the name for the SA. |
| 1.3.6.1.4.1.2272.1.86.6.1.8 | ColumnrcIkeV2SAAuthenticationMethod | read-only | current | This object specifies the proposed authentication method for the phase 1 security association. Only the Pre-Shared Key authentication method is supported in th… |
| 1.3.6.1.4.1.2272.1.86.6.1.9 | ColumnrcIkeV2SADPDTimeout | read-only | current | This object specifies the Dead Peer Detection timeout in seconds. |
| 1.3.6.1.4.1.2272.1.86.6.1.10 | ColumnrcIkeV2SAHashAlgorithm | read-only | current | This object specifies the hash algorithm negotiated for this IKEv2 SA. |
| 1.3.6.1.4.1.2272.1.86.6.1.11 | ColumnrcIkeV2SAEncryptionAlgorithm | read-only | current | This object specifies the encryption algorithm negotiated for this IKEv2 SA. |
| 1.3.6.1.4.1.2272.1.86.6.1.12 | ColumnrcIkeV2SAEncryptKeyLen | read-only | current | This object specifies the encryption key length negotiated for this IKE V2 SA. |
| 1.3.6.1.4.1.2272.1.86.6.1.13 | ColumnrcIkeV2SADHGroup | read-only | current | This object specifies the Diffie-Hellman group negotiated for this IKE V2 SA. |
| 1.3.6.1.4.1.2272.1.86.6.1.14 | ColumnrcIkeV2SAExchangeMode | read-only | current | This object specifies the IKE V2 SA mode. |
| 1.3.6.1.4.1.2272.1.86.6.1.15 | ColumnrcIkeV2SALifetimeSeconds | read-only | current | This object specifies the amount of time to propose an IKE V2 SA remain valid during IKE negotiation. A value of 0 means no expiration. |
| 1.3.6.1.4.1.2272.1.86.6.1.16 | ColumnrcIkeV2SAStatus | read-only | current | This object specifies the amount of time to propose an IKE V2 SA remain valid during IKE V2 negotiation. A value of 0 means no expiration. |
| 1.3.6.1.4.1.2272.1.86.6.1.17 | ColumnrcIkeV2SAInitiator | read-only | current | This object specifies the whether the SA was created by an Initiator or a Responder |
| 1.3.6.1.4.1.2272.1.86.6.1.18 | ColumnrcIkeV2SAIntegrityAlgorithm | read-only | current | This object specifies the integrity algorithms that can be used during IKEv2 SA negotiation. |