STN-PROXYTUNNEL-MIB

File: STN-PROXYTUNNEL-MIB.mib (11273 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB STN-POLICY-MIB SPRING-TIDE-NETWORKS-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Counter64 Integer32 DisplayString
MODULE-COMPLIANCE InterfaceIndex stnPMProxyTunnel
stnNotification

Defined Types

StnProxyTunnelEntry  
SEQUENCE    
  stnProxyTunnelSerialNumber Integer32
  stnProxyTunnelRouterInstance Integer32
  stnProxyTunnelConnIdleTimeOut Integer32
  stnProxyTunnelPolicyInstance Integer32
  stnProxyTunnelPolicyName DisplayString
  stnProxyTunnelEncapsType INTEGER
  stnProxyTunnelState INTEGER
  stnProxyTunnelL3IfaceTx InterfaceIndex
  stnProxyTunnelLocalTunnelAddr IpAddress
  stnProxyTunnelRemoteTunnelAddr IpAddress
  stnProxyTunnelInESPSPIs OCTET STRING Size(0..128)
  stnProxyTunnelOutESPSPIs OCTET STRING Size(0..128)
  stnProxyTunnelInAHSPIs OCTET STRING Size(0..128)
  stnProxyTunnelOutAHSPIs OCTET STRING Size(0..128)
  stnProxyTunnelEncapsIndex Integer32
  stnProxyTunnelInPkts Counter64
  stnProxyTunnelInErrPkts Counter64
  stnProxyTunnelOutPkts Counter64
  stnProxyTunnelOutErrPkts Counter64

Defined Values

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.
MODULE-IDENTITY    

stnProxyTunnelObjects 1.3.6.1.4.1.3551.2.11.1.16.1.1
OBJECT IDENTIFIER    

stnProxyTunnelTable 1.3.6.1.4.1.3551.2.11.1.16.1.1.1
A list of Proxy Tunnel entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnProxyTunnelEntry

stnProxyTunnelEntry 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1
Entry contains information about a particular Proxy Tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnProxyTunnelEntry  

stnProxyTunnelSerialNumber 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.1
The serial number of the Proxy Tunnel Interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnProxyTunnelRouterInstance 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.2
The instance of the router corresponding to this proxy tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnProxyTunnelConnIdleTimeOut 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.3
The timeout in seconds that the tunnel will stay connected even if no activity takes place.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnProxyTunnelPolicyInstance 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.4
The instance of the policy from which the proxy tunnel was created.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnProxyTunnelPolicyName 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.5
The name of the policy associated with this proxy tunnel interface.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

stnProxyTunnelEncapsType 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER stnProxyTunEncapsIpIp(1), stnProxyTunEncapsIpGre(2), stnProxyTunEncapsIpsec(3)  

stnProxyTunnelState 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.7
The state of the proxy tunnel. A value of up indicates that the proxy tunnel is ready to send and receive data.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

stnProxyTunnelL3IfaceTx 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

stnProxyTunnelLocalTunnelAddr 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.9
The IP address of the local tunnel end-point.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnProxyTunnelRemoteTunnelAddr 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.10
The IP address of the remote tunnel end-point.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnProxyTunnelInESPSPIs 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.11
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.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

stnProxyTunnelOutESPSPIs 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.12
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.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

stnProxyTunnelInAHSPIs 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.13
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.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

stnProxyTunnelOutAHSPIs 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.14
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.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

stnProxyTunnelEncapsIndex 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.15
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnProxyTunnelInPkts 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.16
The total number of packets received across the proxy tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

stnProxyTunnelInErrPkts 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.17
The number of packets received across the proxy tunnel that were determined to be erroneous.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

stnProxyTunnelOutPkts 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.18
The total number of packets sent out the proxy tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

stnProxyTunnelOutErrPkts 1.3.6.1.4.1.3551.2.11.1.16.1.1.1.1.19
The number of packets determined to be in error and discarded before sending over the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64