JUNIPER-JS-IPSEC-VPN-MIB

File: JUNIPER-JS-IPSEC-VPN-MIB.mib (7037 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC JUNIPER-JS-SMI
JUNIPER-IPSEC-FLOW-MON-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE TEXTUAL-CONVENTION
DisplayString jnxJsIPSecVpn jnxIpSecTunnelMonEntry

Defined Types

JnxJsIpSecVpnType  
The type of the remote peer gateway (endpoint). It can be one of the following two types: - policyBased : tunnels requires a policy with action 'tunnel' to trigger IPSEC VPN. The device receives traffic and matches it with policy that has action 'tunnel', it performs the encryption/decryption and authentication options negotiated for this VPN phase 2 negotiation. - routeBased : requires a tunnel interface a route directing traffic to protected networks to exit the system using that tunnel interface. The tunnel interface is bound to a Phase 2 VPN configuration that specifies all the tunnel parameters.
TEXTUAL-CONVENTION    
  INTEGER policyBased(1), routeBased(2)  

JnxJsIpSecTunnelEntry  
SEQUENCE    
  jnxJsIpSecTunPolicyName DisplayString
  jnxJsIpSecVpnTunType JnxJsIpSecVpnType
  jnxJsIpSecTunCfgMonState INTEGER
  jnxJsIpSecTunState INTEGER

Defined Values

jnxJsIpSecVpnMib 1.3.6.1.4.1.2636.3.39.1.5.1
This module defines the object used to monitor the entries pertaining to IPSec objects and the management of the IPSEC VPN functionalities for Juniper security product lines. This mib module extend Juniper's common IPSEC flow monitoring MIB, building on the existing common infrastruature, the security implementation integrates the value-added features for the security products
MODULE-IDENTITY    

jnxJsIpSecVpnNotifications 1.3.6.1.4.1.2636.3.39.1.5.1.0
OBJECT IDENTIFIER    

jnxJsIpSecVpnPhaseOne 1.3.6.1.4.1.2636.3.39.1.5.1.1
OBJECT IDENTIFIER    

jnxJsIpSecVpnPhaseTwo 1.3.6.1.4.1.2636.3.39.1.5.1.2
OBJECT IDENTIFIER    

jnxJsIpSecTunnelTable 1.3.6.1.4.1.2636.3.39.1.5.1.2.1
The IPsec Phase-2 Tunnel Table. There is one entry in this table for each active IPsec Phase-2 Tunnel. If the tunnel is terminated, then the entry is no longer available after the table has been refreshed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxJsIpSecTunnelEntry

jnxJsIpSecTunnelEntry 1.3.6.1.4.1.2636.3.39.1.5.1.2.1.1
Each entry contains the attributes associated with an active IPsec Phase-2 Tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxJsIpSecTunnelEntry  

jnxJsIpSecTunPolicyName 1.3.6.1.4.1.2636.3.39.1.5.1.2.1.1.1
The policy name assoicated with this tunnel if the this IPSEC VPN is policy based. Otherwise, this attribute is not applicable.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..80)  

jnxJsIpSecVpnTunType 1.3.6.1.4.1.2636.3.39.1.5.1.2.1.1.2
This attribute indicates the IPSEC VPN tunnel is policy based or route based.
Status: current Access: read-only
OBJECT-TYPE    
  JnxJsIpSecVpnType  

jnxJsIpSecTunCfgMonState 1.3.6.1.4.1.2636.3.39.1.5.1.2.1.1.3
The user configuration states whether to monitor the IPSec tunnel to be alive or not.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

jnxJsIpSecTunState 1.3.6.1.4.1.2636.3.39.1.5.1.2.1.1.4
This attribute indicates whether the IPSec Tunnel is up or down, determined by icmp ping if the jnxJsIpSecTunCfgMonState is enable. Down: VPN monitor detects the tunnel is down Up: VPN monitor detects the tunnel is up. vpnMonitoringDisabled: user has disabled VPN tunnel monitoring.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), vpnMonitoringDisabled(3)