STN-PROXYTUNNEL-MIB: View SNMP OID List / Download MIB

VENDOR: SPRING TIDE NETWORKS


 Home MIB: STN-PROXYTUNNEL-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
 stnProxyTunnel 1.3.6.1.4.1.3551.2.11.1.16.1
This MIB module describes managed objects of Spring Tide Networks Proxy Tunnel.
     stnProxyTunnelObjects 1.3.6.1.4.1.3551.2.11.1.16.1.1
         stnProxyTunnelTable 1.3.6.1.4.1.3551.2.11.1.16.1.1.1 no-access
A list of Proxy Tunnel entries.
             stnProxyTunnelEntry 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1 no-access
Entry contains information about a particular Proxy Tunnel.
                 stnProxyTunnelSerialNumber 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.1 integer32 read-only
The serial number of the Proxy Tunnel Interface.
                 stnProxyTunnelRouterInstance 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.2 integer32 read-only
The instance of the router corresponding to this proxy tunnel.
                 stnProxyTunnelConnIdleTimeOut 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.3 integer32 read-only
The timeout in seconds that the tunnel will stay connected even if no activity takes place.
                 stnProxyTunnelPolicyInstance 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.4 integer32 read-only
The instance of the policy from which the proxy tunnel was created.
                 stnProxyTunnelPolicyName 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.5 displaystring read-only
The name of the policy associated with this proxy tunnel interface.
                 stnProxyTunnelEncapsType 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.6 integer read-only
The type of encapsulation used on the proxy tunnel. A value of stnProxyTunEncapsIpIp indicates an IP-IP encapsulation on the tunnel. A value of stnProxyTunEncapsIpGre indicates an IP/GRE encapsulation and a value of stnProxyTunEncapsIpsec indicates IPSEC encapsulation on the tunnel. Enumeration: 'stnProxyTunEncapsIpGre': 2, 'stnProxyTunEncapsIpsec': 3, 'stnProxyTunEncapsIpIp': 1.
                 stnProxyTunnelState 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.7 integer read-only
The state of the proxy tunnel. A value of up indicates that the proxy tunnel is ready to send and receive data. Enumeration: 'down': 2, 'up': 1.
                 stnProxyTunnelL3IfaceTx 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.8 interfaceindex read-only
Interface index of the L3 interface over which the proxy tunnel is established. The interface corresponding to this index is used by the proxy i tunnel to send out packets.
                 stnProxyTunnelLocalTunnelAddr 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.9 ipaddress read-only
The IP address of the local tunnel end-point.
                 stnProxyTunnelRemoteTunnelAddr 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.10 ipaddress read-only
The IP address of the remote tunnel end-point.
                 stnProxyTunnelInESPSPIs 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.11 octet string read-only
Packet array of Security Protocol Indices corresponding to incoming ESP security assocations used to encapsulate traffic on the proxy tunnel when the encapsulation type is set to IPSEC.
                 stnProxyTunnelOutESPSPIs 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.12 octet string read-only
Packet array of Security Protocol Indices corresponding to outgoing ESP security assocations used to encapsulate traffic on the proxy tunnel when the encapsulation type is set to IPSEC.
                 stnProxyTunnelInAHSPIs 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.13 octet string read-only
Packet array of Security Protocol Indices corresponding to incoming AH security assocations used to encapsulate traffic on the proxy tunnel when the encapsulation type is set to IPSEC.
                 stnProxyTunnelOutAHSPIs 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.14 octet string read-only
Packet array of Security Protocol Indices corresponding to outgoing AH security assocations used to encapsulate traffic on the proxy tunnel when the encapsulation type is set to IPSEC.
                 stnProxyTunnelEncapsIndex 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.15 integer32 read-only
Index of the Encapsulation entry in the stnPmEncapsTable used to encapsulate traffic on the proxy tunnel when the encapsulation type is set IP-IP or IP-GRE.
                 stnProxyTunnelInPkts 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.16 counter64 read-only
The total number of packets received across the proxy tunnel.
                 stnProxyTunnelInErrPkts 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.17 counter64 read-only
The number of packets received across the proxy tunnel that were determined to be erroneous.
                 stnProxyTunnelOutPkts 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.18 counter64 read-only
The total number of packets sent out the proxy tunnel.
                 stnProxyTunnelOutErrPkts 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.19 counter64 read-only
The number of packets determined to be in error and discarded before sending over the tunnel.