NOKIAVPN-VPN-MIB

File: NOKIAVPN-VPN-MIB.mib (10342 bytes)

Imported modules

NOKIAVPN-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

nokiaVPNModules vpn MODULE-IDENTITY
OBJECT-TYPE Integer32 IpAddress
DisplayString

Defined Types

VpnTunnelEntry  
SEQUENCE    
  vpnTunnelLocalID Integer32
  vpnTunnelIPAddress IpAddress
  vpnTunnelRemoteID Integer32
  vpnTunnelType INTEGER
  vpnTunnelActive INTEGER
  vpnTunnelState INTEGER

VpnSessionEntry  
SEQUENCE    
  vpnSessionLocalID Integer32
  vpnSessionIPAddress IpAddress
  vpnSessionRemoteID Integer32
  vpnSessionPacketsIn Integer32
  vpnSessionPacketsOut Integer32
  vpnSessionActive INTEGER
  vpnSessionState INTEGER
  vpnSessionAuthType INTEGER
  vpnSessionSendFlags Integer32
  vpnSessionRecvFlags Integer32
  vpnSessionUsername DisplayString
  vpnSessionLifetimeSeconds Integer32

Defined Values

nokiaVPNMIB 1.3.6.1.4.1.94.1.41.5.5
Virtual Private Network (L2TP and PPTP) MIB module.
MODULE-IDENTITY    

vpnL2TPTunnels 1.3.6.1.4.1.94.1.41.2.2.1
The number of L2TP tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

vpnActiveL2TPTunnels 1.3.6.1.4.1.94.1.41.2.2.2
The number of active L2TP tunnels.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

vpnL2TPSessions 1.3.6.1.4.1.94.1.41.2.2.3
The number of L2TP sessions.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

vpnActiveL2TPSessions 1.3.6.1.4.1.94.1.41.2.2.4
The number of active L2TP sessions.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

vpnPPTPTS 1.3.6.1.4.1.94.1.41.2.2.5
The number of PPTP tunnel and sessions. The number of PPTP tunnels are equal to the number of PPTP Sessions.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

vpnActivePPTPTS 1.3.6.1.4.1.94.1.41.2.2.6
The number of active PPTP tunnels and sessions.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

vpnTunnelTable 1.3.6.1.4.1.94.1.41.2.2.7
A list of tunnels.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VpnTunnelEntry

vpnTunnelEntry 1.3.6.1.4.1.94.1.41.2.2.7.1
A table entry containing information about a tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  VpnTunnelEntry  

vpnTunnelLocalID 1.3.6.1.4.1.94.1.41.2.2.7.1.1
Tunnel local ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

vpnTunnelIPAddress 1.3.6.1.4.1.94.1.41.2.2.7.1.2
Tunnel IP Address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

vpnTunnelRemoteID 1.3.6.1.4.1.94.1.41.2.2.7.1.3
Tunnel remote ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

vpnTunnelType 1.3.6.1.4.1.94.1.41.2.2.7.1.4
Tunnel type: ANY=0 L2TP=1 PPTP=2
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER any(0), l2tp(1), pptp(2)  

vpnTunnelActive 1.3.6.1.4.1.94.1.41.2.2.7.1.5
Inactive=0, active=1
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER inactive(0), active(1)  

vpnTunnelState 1.3.6.1.4.1.94.1.41.2.2.7.1.6
Tunnel states For PPTP tunnel type: PPP_STATE_INACTIVE 0 PPP_STATE_SUSPENDED 1 PPP_STATE_ACTIVE 2 For L2TP tunnel type: L2TP_IDLE 0 L2TP_WAIT_REPLY 1 L2TP_WAIT_CONN 2 L2TP_ESTABLISHED 3 L2TP_WAIT_FINAL_ACK 4
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..4  

vpnSessionTable 1.3.6.1.4.1.94.1.41.2.2.8
A list of sessions for the given tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VpnSessionEntry

vpnSessionEntry 1.3.6.1.4.1.94.1.41.2.2.8.1
A table entry containing information about a session on the given tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  VpnSessionEntry  

vpnSessionLocalID 1.3.6.1.4.1.94.1.41.2.2.8.1.1
Session local ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

vpnSessionIPAddress 1.3.6.1.4.1.94.1.41.2.2.8.1.2
Session IP Address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

vpnSessionRemoteID 1.3.6.1.4.1.94.1.41.2.2.8.1.3
Session remote ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

vpnSessionPacketsIn 1.3.6.1.4.1.94.1.41.2.2.8.1.4
The number of input packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

vpnSessionPacketsOut 1.3.6.1.4.1.94.1.41.2.2.8.1.5
The number of output packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

vpnSessionActive 1.3.6.1.4.1.94.1.41.2.2.8.1.6
Inactive=0, active=1
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER inactive(0), active(1)  

vpnSessionState 1.3.6.1.4.1.94.1.41.2.2.8.1.7
Session States: PPP_STATE_INACTIVE 0 PPP_STATE_SUSPENDED 1 PPP_STATE_ACTIVE 2
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER inactive(0), suspended(1), active(2)  

vpnSessionAuthType 1.3.6.1.4.1.94.1.41.2.2.8.1.8
Authenication type: VPN_AUTHENTICATION_NONE 0 VPN_AUTHENTICATION_CHAP 1 VPN_AUTHENTICATION_MSCHAP 2 VPN_AUTHENTICATION_PAP 3
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), chap(1), mschap(2), pap(3)  

vpnSessionSendFlags 1.3.6.1.4.1.94.1.41.2.2.8.1.9
Send flags: MS_MPPC 0x00000001 MS_MPPE_LM_40 0x00000020 MS_MPPE_128 0x00000040 MS_MPPX_STATELESS 0x01000000 MSCCP_ENCRYPTION (MS_MPPE_LM_40 | MS_MPPE_128) MSCCP_COMPRESSION (MS_MPPC) MSCCP_STATELESS (MS_MPPX_STATELESS) MSCCP_ALL (MSCCP_COMPRESSION | MSCCP_ENCRYPTION | MSCCP_STATELESS)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

vpnSessionRecvFlags 1.3.6.1.4.1.94.1.41.2.2.8.1.10
Received flags. MS_MPPC 0x00000001 MS_MPPE_LM_40 0x00000020 MS_MPPE_128 0x00000040 MS_MPPX_STATELESS 0x01000000 MSCCP_ENCRYPTION (MS_MPPE_LM_40 | MS_MPPE_128) MSCCP_COMPRESSION (MS_MPPC) MSCCP_STATELESS (MS_MPPX_STATELESS) MSCCP_ALL (MSCCP_COMPRESSION | MSCCP_ENCRYPTION | MSCCP_STATELESS)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

vpnSessionUsername 1.3.6.1.4.1.94.1.41.2.2.8.1.11
Session Username.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

vpnSessionLifetimeSeconds 1.3.6.1.4.1.94.1.41.2.2.8.1.12
Number of seconds the session has been active.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32