Juniper-IKE-MIB

File: Juniper-IKE-MIB.mib (31424 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
Juniper-MIBs

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Unsigned32 Integer32 TEXTUAL-CONVENTION
RowStatus DisplayString MODULE-COMPLIANCE
OBJECT-GROUP juniMibs

Defined Types

JuniIkeAuthenticationMethod  
The authentication method for the IKE policy rule.
TEXTUAL-CONVENTION    
  INTEGER rsaSignature(0), preSharedKeys(3)  

JuniIkeEncryptionMethod  
The encryption method for the IKE policy rule.
TEXTUAL-CONVENTION    
  INTEGER des(0), tripleDes(1)  

JuniIkeGroup  
The PFS group for the IKE policy rule.
TEXTUAL-CONVENTION    
  INTEGER group1(0), group2(1), group5(4)  

JuniIkeHashMethod  
The hash method for the IKE policy rule.
TEXTUAL-CONVENTION    
  INTEGER md5(0), sha(1)  

JuniIkeNegotiationMode  
The mode that IKE uses to negotiate its SA.
TEXTUAL-CONVENTION    
  INTEGER aggressive(0), main(1)  

JuniIkeNegotiationV2Mode  
The aggressive mode that IKE uses to negotiate its SA.
TEXTUAL-CONVENTION    
  INTEGER aggressiveAccepted(0), aggressiveRequested(1), aggressiveRequired(2), aggressiveNotAllowed(3)  

JuniIpsecPhase1SaState  
The state for the IKE security association.
TEXTUAL-CONVENTION    
  INTEGER reserved(0), startSaNegotiationI(1), startSaNegotiationR(2), mmSaI(3), mmSaR(4), mmKeI(5), mmKeR(6), mmFinalI(7), mmFinalR(8), mmDoneI(9), amSaI(10), amSaR(11), amFinalI(12), amDoneR(13), startQmI(14), startQmR(15), qmHashSaI(16), qmHashSaR(17), qmHashI(18), qmDoneR(19), startNgmI(20), startNgmR(21), ngmHashSaI(22), ngmHashSaR(23), ngmDoneI(24), done(25), deleted(26)  

JuniIpsecPhase1SaDirection  
The direction for the IPsec phase 1 security association.
TEXTUAL-CONVENTION    
  INTEGER initiator(0), responder(1)  

JuniIkePolicyRuleEntry  
SEQUENCE    
  juniIkePolicyRulePriority Integer32
  juniIkePolicyRuleAuthMethod JuniIkeAuthenticationMethod
  juniIkePolicyRuleEncryptMethod JuniIkeEncryptionMethod
  juniIkePolicyRulePfsGroup JuniIkeGroup
  juniIkePolicyRuleHashMethod JuniIkeHashMethod
  juniIkePolicyRuleLifetime Integer32
  juniIkePolicyRuleNegotiationMode JuniIkeNegotiationMode
  juniIkePolicyRuleRowStatus RowStatus

JuniIkePolicyRuleV2Entry  
SEQUENCE    
  juniIkePolicyRuleV2Priority Integer32
  juniIkePolicyRuleV2AuthMethod JuniIkeAuthenticationMethod
  juniIkePolicyRuleV2EncryptMethod JuniIkeEncryptionMethod
  juniIkePolicyRuleV2PfsGroup JuniIkeGroup
  juniIkePolicyRuleV2HashMethod JuniIkeHashMethod
  juniIkePolicyRuleV2Lifetime Integer32
  juniIkePolicyRuleV2NegotiationMode JuniIkeNegotiationV2Mode
  juniIkePolicyRuleV2IpAddress IpAddress
  juniIkePolicyRuleV2RouterIndex Unsigned32
  juniIkePolicyRuleV2RowStatus RowStatus

JuniIkeIpv4PresharedKeyEntry  
SEQUENCE    
  juniIkeIpv4PresharedRemoteIpAddr IpAddress
  juniIkeIpv4PresharedRouterIdx Unsigned32
  juniIkeIpv4PresharedKeyStr DisplayString
  juniIkeIpv4PresharedMaskedKeyStr OCTET STRING
  juniIkeIpv4PresharedKeyRowStatus RowStatus

JuniIkeFqdnPresharedKeyEntry  
SEQUENCE    
  juniIkeFqdnPresharedRemote DisplayString
  juniIkeFqdnPresharedRouterIndex Unsigned32
  juniIkeFqdnPresharedKeyStr DisplayString
  juniIkeFqdnPresharedMaskedKeyStr OCTET STRING
  juniIkeFqdnPresharedKeyRowStatus RowStatus

JuniIkeSaEntry  
SEQUENCE    
  juniIkeSaRemoteIpAddr IpAddress
  juniIkeSaLocalIpAddr IpAddress
  juniIkeSaRouterIndex Unsigned32
  juniIkeSaDirection JuniIpsecPhase1SaDirection
  juniIkeSaState JuniIpsecPhase1SaState
  juniIkeSaRemaining Unsigned32

JuniIkeSa2Entry  
SEQUENCE    
  juniIkeSa2RemoteIpAddr IpAddress
  juniIkeSaRemotePort Unsigned32
  juniIkeSa2LocalIpAddr IpAddress
  juniIkeSaLocalPort Unsigned32
  juniIkeSa2RouterIndex Unsigned32
  juniIkeSa2Direction INTEGER
  juniIkeSaNegotiationDone INTEGER
  juniIkeSa2State JuniIpsecPhase1SaState
  juniIkeSa2Remaining Unsigned32
  juniLocalCookie OCTET STRING
  juniRemoteCookie OCTET STRING

Defined Values

juniIkeMIB 1.3.6.1.4.1.4874.2.2.71
The Internet Key Exchange (IKE) MIB for the Juniper Networks enterprise.
MODULE-IDENTITY    

juniIkeObjects 1.3.6.1.4.1.4874.2.2.71.1
OBJECT IDENTIFIER    

juniIke 1.3.6.1.4.1.4874.2.2.71.1.1
OBJECT IDENTIFIER    

juniIkePolicyRuleTable 1.3.6.1.4.1.4874.2.2.71.1.1.1
Obsolete IKE policy rule table that stores the IKE policy rule. This table has been replaced by the juniIkePolicyRuleV2Table
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniIkePolicyRuleEntry

juniIkePolicyRuleEntry 1.3.6.1.4.1.4874.2.2.71.1.1.1.1
Describes the IKE policy rule.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  JuniIkePolicyRuleEntry  

juniIkePolicyRulePriority 1.3.6.1.4.1.4874.2.2.71.1.1.1.1.1
The priority of the IKE policy rule.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Integer32 1..10000  

juniIkePolicyRuleAuthMethod 1.3.6.1.4.1.4874.2.2.71.1.1.1.1.2
The authentication method for the IKE policy rule.
Status: obsolete Access: read-create
OBJECT-TYPE    
  JuniIkeAuthenticationMethod  

juniIkePolicyRuleEncryptMethod 1.3.6.1.4.1.4874.2.2.71.1.1.1.1.3
The encryption method for the IKE policy rule.
Status: obsolete Access: read-create
OBJECT-TYPE    
  JuniIkeEncryptionMethod  

juniIkePolicyRulePfsGroup 1.3.6.1.4.1.4874.2.2.71.1.1.1.1.4
The PFS group for the IKE policy rule.
Status: obsolete Access: read-create
OBJECT-TYPE    
  JuniIkeGroup  

juniIkePolicyRuleHashMethod 1.3.6.1.4.1.4874.2.2.71.1.1.1.1.5
The hash method for the IKE policy rule.
Status: obsolete Access: read-create
OBJECT-TYPE    
  JuniIkeHashMethod  

juniIkePolicyRuleLifetime 1.3.6.1.4.1.4874.2.2.71.1.1.1.1.6
The lifetime in seconds for the IKE policy rule.
Status: obsolete Access: read-create
OBJECT-TYPE    
  Integer32 60..86400  

juniIkePolicyRuleNegotiationMode 1.3.6.1.4.1.4874.2.2.71.1.1.1.1.7
The negotiation mode for the IKE policy rule.
Status: obsolete Access: read-create
OBJECT-TYPE    
  JuniIkeNegotiationMode  

juniIkePolicyRuleRowStatus 1.3.6.1.4.1.4874.2.2.71.1.1.1.1.8
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: juniIkePolicyRulePriority
Status: obsolete Access: read-create
OBJECT-TYPE    
  RowStatus  

juniIkePolicyRuleV2Table 1.3.6.1.4.1.4874.2.2.71.1.1.6
The IKE policy rule table that stores the IKE policy rule.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniIkePolicyRuleV2Entry

juniIkePolicyRuleV2Entry 1.3.6.1.4.1.4874.2.2.71.1.1.6.1
Describes the IKE policy rule.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniIkePolicyRuleV2Entry  

juniIkePolicyRuleV2Priority 1.3.6.1.4.1.4874.2.2.71.1.1.6.1.1
The priority of the IKE policy rule.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..10000  

juniIkePolicyRuleV2AuthMethod 1.3.6.1.4.1.4874.2.2.71.1.1.6.1.2
The authentication method for the IKE policy rule.
Status: current Access: read-create
OBJECT-TYPE    
  JuniIkeAuthenticationMethod  

juniIkePolicyRuleV2EncryptMethod 1.3.6.1.4.1.4874.2.2.71.1.1.6.1.3
The encryption method for the IKE policy rule.
Status: current Access: read-create
OBJECT-TYPE    
  JuniIkeEncryptionMethod  

juniIkePolicyRuleV2PfsGroup 1.3.6.1.4.1.4874.2.2.71.1.1.6.1.4
The PFS group for the IKE policy rule.
Status: current Access: read-create
OBJECT-TYPE    
  JuniIkeGroup  

juniIkePolicyRuleV2HashMethod 1.3.6.1.4.1.4874.2.2.71.1.1.6.1.5
The hash method for the IKE policy rule.
Status: current Access: read-create
OBJECT-TYPE    
  JuniIkeHashMethod  

juniIkePolicyRuleV2Lifetime 1.3.6.1.4.1.4874.2.2.71.1.1.6.1.6
The lifetime in seconds for the IKE policy rule.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 60..86400  

juniIkePolicyRuleV2NegotiationMode 1.3.6.1.4.1.4874.2.2.71.1.1.6.1.7
The negotiation mode for the IKE policy rule.
Status: current Access: read-create
OBJECT-TYPE    
  JuniIkeNegotiationV2Mode  

juniIkePolicyRuleV2IpAddress 1.3.6.1.4.1.4874.2.2.71.1.1.6.1.8
The ip address for the IKE policy rule.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

juniIkePolicyRuleV2RouterIndex 1.3.6.1.4.1.4874.2.2.71.1.1.6.1.9
The virtual router for the IKE policy rule.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

juniIkePolicyRuleV2RowStatus 1.3.6.1.4.1.4874.2.2.71.1.1.6.1.10
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: juniIkePolicyRuleV2Priority
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

juniIkeIpv4PresharedKeyTable 1.3.6.1.4.1.4874.2.2.71.1.1.2
The IKE preshared key table that stores the IKE pre-share keys indexed by the IP address.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniIkeIpv4PresharedKeyEntry

juniIkeIpv4PresharedKeyEntry 1.3.6.1.4.1.4874.2.2.71.1.1.2.1
Describes the IKE preshared key.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniIkeIpv4PresharedKeyEntry  

juniIkeIpv4PresharedRemoteIpAddr 1.3.6.1.4.1.4874.2.2.71.1.1.2.1.1
The IP address of the remote endpoint for the preshared key.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

juniIkeIpv4PresharedRouterIdx 1.3.6.1.4.1.4874.2.2.71.1.1.2.1.2
The router index of the virtual router. The value of this object can be used to retrieve additional information in the router MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

juniIkeIpv4PresharedKeyStr 1.3.6.1.4.1.4874.2.2.71.1.1.2.1.3
The IKE preshared key string.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..200)  

juniIkeIpv4PresharedMaskedKeyStr 1.3.6.1.4.1.4874.2.2.71.1.1.2.1.4
The IKE masked preshared key string.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..300)  

juniIkeIpv4PresharedKeyRowStatus 1.3.6.1.4.1.4874.2.2.71.1.1.2.1.5
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: juniIkeIpv4PresharedKeyRowStatus juniIkeIpv4PresharedRemoteIpAddr juniIkeIpv4PresharedKeyStr Once created, the following objects may not be modified: juniIkeIpv4PresharedRemoteIpAddr juniIkeIpv4PresharedMaskedKeyStr
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

juniIkeFqdnPresharedKeyTable 1.3.6.1.4.1.4874.2.2.71.1.1.3
The IPSEC preshared key table that stores the IKE pre-share keys indexed by FQDN or userFQDN string.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniIkeFqdnPresharedKeyEntry

juniIkeFqdnPresharedKeyEntry 1.3.6.1.4.1.4874.2.2.71.1.1.3.1
Describes the IKE phase preshared key.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniIkeFqdnPresharedKeyEntry  

juniIkeFqdnPresharedRemote 1.3.6.1.4.1.4874.2.2.71.1.1.3.1.1
The remote FQDN endpoint of the IKE preshared key.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..80)  

juniIkeFqdnPresharedRouterIndex 1.3.6.1.4.1.4874.2.2.71.1.1.3.1.2
The router index of the virtual router. The value of this object can be used to retrieve additional information in the router MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

juniIkeFqdnPresharedKeyStr 1.3.6.1.4.1.4874.2.2.71.1.1.3.1.3
The IKE preshared key string.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..200)  

juniIkeFqdnPresharedMaskedKeyStr 1.3.6.1.4.1.4874.2.2.71.1.1.3.1.4
The IKE masked preshared key string.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..300)  

juniIkeFqdnPresharedKeyRowStatus 1.3.6.1.4.1.4874.2.2.71.1.1.3.1.5
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: juniIpsecIkePresharedKeyRowStatus juniIkeFqdnPresharedRemote juniIkeFqdnPresharedVirtualRouter juniIkeFqdnPresharedKeyStr Once created, the following objects may not be modified: juniIkeFqdnPresharedRemote juniIkeFqdnPresharedVirtualRouter juniIkeFqdnPresharedMaskedKeyStr
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

juniIkeSaTable 1.3.6.1.4.1.4874.2.2.71.1.1.4
Obsolete IKE security assoication table. This table has been replaced by the version 2 IKE SA table (juniIkeSa2Table).
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniIkeSaEntry

juniIkeSaEntry 1.3.6.1.4.1.4874.2.2.71.1.1.4.1
Describes the IPsec IKE SA.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  JuniIkeSaEntry  

juniIkeSaRemoteIpAddr 1.3.6.1.4.1.4874.2.2.71.1.1.4.1.1
The remote IP address of the IKE security association.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  IpAddress  

juniIkeSaLocalIpAddr 1.3.6.1.4.1.4874.2.2.71.1.1.4.1.2
The local IP address of the IKE security association.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  IpAddress  

juniIkeSaRouterIndex 1.3.6.1.4.1.4874.2.2.71.1.1.4.1.3
The router index of the virtual router. The value of this object can be used to retrieve additional information in the router MIB.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

juniIkeSaDirection 1.3.6.1.4.1.4874.2.2.71.1.1.4.1.4
The value represents if the IKE SA is for initiator or responder. Initiator donates the value of 0, and responder denotes the value of 1.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  JuniIpsecPhase1SaDirection  

juniIkeSaState 1.3.6.1.4.1.4874.2.2.71.1.1.4.1.5
The state of the IKE secruity association.
Status: obsolete Access: read-only
OBJECT-TYPE    
  JuniIpsecPhase1SaState  

juniIkeSaRemaining 1.3.6.1.4.1.4874.2.2.71.1.1.4.1.6
The remaining time of the IKE security association.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32 0..86400  

juniIkeSa2Table 1.3.6.1.4.1.4874.2.2.71.1.1.5
The IKE security assoication table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniIkeSa2Entry

juniIkeSa2Entry 1.3.6.1.4.1.4874.2.2.71.1.1.5.1
Describes the IPsec IKE SA.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniIkeSa2Entry  

juniIkeSa2RemoteIpAddr 1.3.6.1.4.1.4874.2.2.71.1.1.5.1.1
The remote IP address of the IKE security association.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

juniIkeSaRemotePort 1.3.6.1.4.1.4874.2.2.71.1.1.5.1.2
The remote UDP port the IKE security association.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

juniIkeSa2LocalIpAddr 1.3.6.1.4.1.4874.2.2.71.1.1.5.1.3
The local IP address of the IKE security association.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

juniIkeSaLocalPort 1.3.6.1.4.1.4874.2.2.71.1.1.5.1.4
The local UDP port the IKE security association.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

juniIkeSa2RouterIndex 1.3.6.1.4.1.4874.2.2.71.1.1.5.1.5
The router index of the virtual router. The value of this object can be used to retrieve additional information in the router MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

juniIkeSa2Direction 1.3.6.1.4.1.4874.2.2.71.1.1.5.1.6
This IKE SA is for an initiator or a responder.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER responder(0), initiator(1)  

juniIkeSaNegotiationDone 1.3.6.1.4.1.4874.2.2.71.1.1.5.1.7
The phase 1 negotiation is done or not.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER negotiationNotDone(0), negotiationDone(1)  

juniIkeSa2State 1.3.6.1.4.1.4874.2.2.71.1.1.5.1.8
The state of the IKE secruity association.
Status: current Access: read-only
OBJECT-TYPE    
  JuniIpsecPhase1SaState  

juniIkeSa2Remaining 1.3.6.1.4.1.4874.2.2.71.1.1.5.1.9
The remaining time of the IKE security association.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..86400  

juniRemoteCookie 1.3.6.1.4.1.4874.2.2.71.1.1.5.1.10
The remote IKE cookie.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..8)  

juniLocalCookie 1.3.6.1.4.1.4874.2.2.71.1.1.5.1.11
The local IKE cookie.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..8)  

juniIkeMIBConformance 1.3.6.1.4.1.4874.2.2.71.2
OBJECT IDENTIFIER    

juniIkeMIBCompliances 1.3.6.1.4.1.4874.2.2.71.2.1
OBJECT IDENTIFIER    

juniIkeMIBGroups 1.3.6.1.4.1.4874.2.2.71.2.2
OBJECT IDENTIFIER    

juniIkeCompliance 1.3.6.1.4.1.4874.2.2.71.2.1.1
Obsolete compliance statement for SNMPv2 entities which implement the IKE MIB. This statement became obsolete when the juniIkeSaTable was replaced with the juniIkeSa2Table.
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

juniIkeCompliance2 1.3.6.1.4.1.4874.2.2.71.2.1.2
Obsolete compliance statement for SNMPv2 entities which implement the IKE MIB. This statement became obsolete when the juniIkePolicyRuleGroup was replaced with the juniIkePolicyRuleV2Group
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

juniIkeCompliance3 1.3.6.1.4.1.4874.2.2.71.2.1.3
The compliance statement for SNMPv2 entities which implement the IKE MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

juniIkePolicyRuleGroup 1.3.6.1.4.1.4874.2.2.71.2.2.1
Obsolete collection of objects providing configuration information of the IKE policy rule. This group became obsolete when the juniIkePolicyRuleGroup was replaced with the juniIkePolicyRuleV2Group
Status: obsolete Access: read-only
OBJECT-GROUP    

juniIkeIpv4PreSharedKeyGroup 1.3.6.1.4.1.4874.2.2.71.2.2.2
A collection of objects providing configuration information of the IKE preshared key in IPv4 format.
Status: current Access: read-only
OBJECT-GROUP    

juniIkeFqdnPreSharedKeyGroup 1.3.6.1.4.1.4874.2.2.71.2.2.3
A collection of objects providing configuration information of the IKE preshared key in FQDN format.
Status: current Access: read-only
OBJECT-GROUP    

juniIkeSaGroup 1.3.6.1.4.1.4874.2.2.71.2.2.4
Obsolete collection of objects providing IKE SA state information. This group became obsolete when the juniIkeSaTable was replaced with the juniIkeSa2Table.
Status: obsolete Access: read-only
OBJECT-GROUP    

juniIkeSa2Group 1.3.6.1.4.1.4874.2.2.71.2.2.5
A collection of objects providing IKE SA state information.
Status: current Access: read-only
OBJECT-GROUP    

juniIkePolicyRuleV2Group 1.3.6.1.4.1.4874.2.2.71.2.2.6
A collection of objects providing configuration information of the IKE policy rule.
Status: current Access: read-only
OBJECT-GROUP