JUNIPER-JS-IPSEC-VPN-MIB: View SNMP OID List / Download MIB

VENDOR: JUNIPER


 Home MIB: JUNIPER-JS-IPSEC-VPN-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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
     jnxJsIpSecVpnNotifications 1.3.6.1.4.1.2636.3.39.1.5.1.0
     jnxJsIpSecVpnPhaseOne 1.3.6.1.4.1.2636.3.39.1.5.1.1
     jnxJsIpSecVpnPhaseTwo 1.3.6.1.4.1.2636.3.39.1.5.1.2
         jnxJsIpSecTunnelTable 1.3.6.1.4.1.2636.3.39.1.5.1.2.1 no-access
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.
             jnxJsIpSecTunnelEntry 1.3.6.1.4.1.2636.3.39.1.5.1.2.1.1 no-access
Each entry contains the attributes associated with an active IPsec Phase-2 Tunnel.
                 jnxJsIpSecTunPolicyName 1.3.6.1.4.1.2636.3.39.1.5.1.2.1.1.1 displaystring read-only
The policy name assoicated with this tunnel if the this IPSEC VPN is policy based. Otherwise, this attribute is not applicable.
                 jnxJsIpSecVpnTunType 1.3.6.1.4.1.2636.3.39.1.5.1.2.1.1.2 jnxjsipsecvpntype read-only
This attribute indicates the IPSEC VPN tunnel is policy based or route based.
                 jnxJsIpSecTunCfgMonState 1.3.6.1.4.1.2636.3.39.1.5.1.2.1.1.3 integer read-only
The user configuration states whether to monitor the IPSec tunnel to be alive or not. Enumeration: 'enable': 2, 'disable': 1.
                 jnxJsIpSecTunState 1.3.6.1.4.1.2636.3.39.1.5.1.2.1.1.4 integer read-only
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. Enumeration: 'down': 2, 'vpnMonitoringDisabled': 3, 'up': 1.