USR-L2TP-MIB

File: USR-L2TP-MIB.mib (20457 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC USR-DEFINITIONS-MIB

Imported symbols

OBJECT-IDENTITY OBJECT-TYPE MODULE-IDENTITY
Integer32 IpAddress Counter32
Unsigned32 TruthValue RowStatus
common DisplayString UsrConfigStatus

Defined Types

UsrL2TPConfigEntry  
SEQUENCE    
  usrL2tpConfigIndex Integer32
  usrL2tpLoadBalancing TruthValue
  usrL2tpDialOut OCTET STRING
  usrL2tpLnsFlag INTEGER
  usrL2tpPasswordEncryptStyle INTEGER
  usrL2TPLcpRenegotiateAtLNS INTEGER
  usrL2tpAuthenticationRequiredOnOutgoingTunnels TruthValue
  usrL2tpNumberOfEchoRetransmissions Integer32 0..65535
  usrL2tpEchoRetransmissionInterval Integer32 0..65535

UsrL2tpTunnelQueryEntry  
SEQUENCE    
  usrL2tpTunnelLogicalStackIndex Integer32
  usrL2tpTunnelLocalControlTunnelId Integer32
  usrL2tpTunnelSecurityLevel INTEGER
  usrL2tpTunnelDisconnect Integer32

UsrL2tpSessionEntry  
SEQUENCE    
  usrL2tpSessionLogicalStackIndex Integer32
  usrL2tpSessionTunnelID Integer32
  usrL2tpSessionLocalCallID Integer32
  usrL2tpSessionDisconnect Integer32

UsrL2tpHostEntry  
SEQUENCE    
  usrL2tpHostIndex Integer32
  usrL2tpHostAddress IpAddress
  usrL2tpHostStatus RowStatus
  usrL2tpSharedSecret OCTET STRING
  usrL2tpSharedSecretStatus TruthValue
  usrL2tpSecurityLevel INTEGER

UsrL2tpStatsEntry  
SEQUENCE    
  usrL2tpStatsIndex Integer32
  usrL2tpStatsTunnelSetupAttempts Counter32
  usrL2tpStatsTunnelSetupCompleteds Counter32
  usrL2tpStatsTunnelSetupFaileds Counter32
  usrL2tpStatsCountersResetTime Unsigned32

Defined Values

usrL2TP 1.3.6.1.4.1.429.4.55
The commWorks enterprise defined MIB objects for L2TP
MODULE-IDENTITY    

usrL2TPGlobal 1.3.6.1.4.1.429.4.55.1
The root of the L2TP global Object-Identifiers.
Status: current Access: read-write
OBJECT-IDENTITY    

usrL2TPConfigTable 1.3.6.1.4.1.429.4.55.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrL2TPConfigEntry

usrL2tpConfigEntry 1.3.6.1.4.1.429.4.55.1.1.1
.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrL2TPConfigEntry  

usrL2tpConfigIndex 1.3.6.1.4.1.429.4.55.1.1.1.1
A unique value for each l2tp protocol stack.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrL2tpLoadBalancing 1.3.6.1.4.1.429.4.55.1.1.1.2
Defines If Load Balancing is enabled or not.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

usrL2tpDialOut 1.3.6.1.4.1.429.4.55.1.1.1.3
This variable is set through the CLI when the user manually issues a L2TP dial-out.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

usrL2tpLnsFlag 1.3.6.1.4.1.429.4.55.1.1.1.4
Setting this object to a value of enabled(1) will enable the L2TP lns enable feature. Setting this object to disabled(2) will disable the L2TP LNS feature.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

usrL2tpPasswordEncryptStyle 1.3.6.1.4.1.429.4.55.1.1.1.5
Original labels were Draft-3 and Draft-6. This value defines the encryption style for tunnel password as retrieved from RADIUS. It indicates whether or not a salt or secret key value will be used to encrypt the password.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noSalt(1), withSalt(2)  

usrL2TPLcpRenegotiateAtLNS 1.3.6.1.4.1.429.4.55.1.1.1.6
This flag is used to enable/disable LCP renegotiation for calls when doing proxy LCP on LNS
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

usrL2tpAuthenticationRequiredOnOutgoingTunnels 1.3.6.1.4.1.429.4.55.1.1.1.7
When set to a value of true(1) requires that all outgoing tunnels request tunnel authentication.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

usrL2tpNumberOfEchoRetransmissions 1.3.6.1.4.1.429.4.55.1.1.1.8
This object defines the number of Hello retransmission's which the L2TP stack will attempt before assuming that the peer is no longer reachable. The default value for this object is five (5).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

usrL2tpEchoRetransmissionInterval 1.3.6.1.4.1.429.4.55.1.1.1.9
This object defines the number of seconds between each retransmission.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

usrL2tpTunnel 1.3.6.1.4.1.429.4.55.2
OBJECT IDENTIFIER    

usrL2tpTunnelQueryTable 1.3.6.1.4.1.429.4.55.2.1
A table containing the READ ONLY propietary extension parameters for L2TP Tunnel MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrL2tpTunnelQueryEntry

usrL2tpTunnelQueryEntry 1.3.6.1.4.1.429.4.55.2.1.1
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrL2tpTunnelQueryEntry  

usrL2tpTunnelLogicalStackIndex 1.3.6.1.4.1.429.4.55.2.1.1.1
This object contains a reference to the logical l2tp protocol stack and must be the same as the l2tpConfigIndex.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrL2tpTunnelLocalControlTunnelId 1.3.6.1.4.1.429.4.55.2.1.1.2
This object contains the local tunnel Identifier.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrL2tpTunnelSecurityLevel 1.3.6.1.4.1.429.4.55.2.1.1.3
This field contains the security level of the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), control-Only(1), data-Only(2), both-Data-And-Control(3)  

usrL2tpTunnelDisconnect 1.3.6.1.4.1.429.4.55.2.1.1.4
This object is used to disconnect a specific tunnel.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrL2tpSession 1.3.6.1.4.1.429.4.55.3
The root of L2TP Session Module Object-identifiers.
Status: current Access: read-write
OBJECT-IDENTITY    

usrL2tpSessionTable 1.3.6.1.4.1.429.4.55.3.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrL2tpSessionEntry

usrL2tpSessionEntry 1.3.6.1.4.1.429.4.55.3.1.1
.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrL2tpSessionEntry  

usrL2tpSessionLogicalStackIndex 1.3.6.1.4.1.429.4.55.3.1.1.1
This object contains a reference to the logical l2tp protocol stack and must be the same as the l2tpConfigIndex and l2tpTunelLogicalStackIndex.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrL2tpSessionTunnelID 1.3.6.1.4.1.429.4.55.3.1.1.2
This object contains the control Channel Tunnel identifier for this session
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrL2tpSessionLocalCallID 1.3.6.1.4.1.429.4.55.3.1.1.3
This object contains the local call identifier for the session.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrL2tpSessionDisconnect 1.3.6.1.4.1.429.4.55.3.1.1.4
This object is used to disconnect a specific tunnel.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrL2tpHostTable 1.3.6.1.4.1.429.4.55.4
The table of L2TP LNSs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrL2tpHostEntry

usrL2tpHostEntry 1.3.6.1.4.1.429.4.55.4.1
A (conceptual) entry for one pptp Host.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrL2tpHostEntry  

usrL2tpHostIndex 1.3.6.1.4.1.429.4.55.4.1.1
The logical identifier of the Host Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

usrL2tpHostAddress 1.3.6.1.4.1.429.4.55.4.1.2
The specified or resolved ip address of the named Host.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrL2tpHostStatus 1.3.6.1.4.1.429.4.55.4.1.3
The status of this row of the Host Table.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

usrL2tpSharedSecret 1.3.6.1.4.1.429.4.55.4.1.4
The Shared Secret For This Host.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

usrL2tpSharedSecretStatus 1.3.6.1.4.1.429.4.55.4.1.5
The Shared Secret Status For This Host.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

usrL2tpSecurityLevel 1.3.6.1.4.1.429.4.55.4.1.6
The Security Level For This Host.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), control-Only(1), data-Only(2), both-Data-And-Control(3)  

usrL2TPConfigFileName 1.3.6.1.4.1.429.4.55.5
The name of a ConfigFile to read/write permanent database records. If the value of this object is an empty string, then the L2TP process uses the default name `@file://L2tpProcess.cfg'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usrL2TPCFMStatusFlag 1.3.6.1.4.1.429.4.55.6
CFM Config Flag
Status: current Access: read-write
OBJECT-TYPE    
  UsrConfigStatus  

usrL2tpStatsTable 1.3.6.1.4.1.429.4.55.7
A table containing a single row containing new L2TP counters
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrL2tpStatsEntry

usrL2tpStatsEntry 1.3.6.1.4.1.429.4.55.7.1
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrL2tpStatsEntry  

usrL2tpStatsIndex 1.3.6.1.4.1.429.4.55.7.1.1
Should be the same value as l2tpConfigIndex and l2tpStatsIndex to reference the same logical l2tp protocol stack. On HiPer ARC, this index is always 1
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrL2tpStatsTunnelSetupAttempts 1.3.6.1.4.1.429.4.55.7.1.2
Count of L2TP tunnel setup attempts. Discontinuity is indicated by usrL2tpStatsCountersResetTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrL2tpStatsTunnelSetupCompleteds 1.3.6.1.4.1.429.4.55.7.1.3
Count of L2TP tunnel setups completed (L2TP tunnel setup attempts that reached the established state). Discontinuity is indicated by usrL2tpStatsCountersResetTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrL2tpStatsTunnelSetupFaileds 1.3.6.1.4.1.429.4.55.7.1.4
Count of L2TP tunnel setups that failed (L2TP tunnel setup attempts that terminated without reaching the established state). Discontinuity is indicated by usrL2tpStatsCountersResetTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrL2tpStatsCountersResetTime 1.3.6.1.4.1.429.4.55.7.1.5
Reading: Time the L2TP statistics counters were last reset. Resetting counters causes a discontinuity in the monotonically increasing value of the counters. Management stations that sample these counters need also to sample this object so that they can know that a discontinuity occured with respect to the previous sample. Its value is number of seconds since EPOCH. EPOCH is seconds since 00:00:00 UTC, Jan 1, 1970. Writing: Writing 0 causes the following global L2TP stats to be reset to 0: l2tpStatsFailedAuthentications l2tpStatsMalformedPackets l2tpStatsControlTunnelRecvPackets l2tpStatsControlTunnelWithDataRecvPackets l2tpStatsControlTunnelWithoutDataRecvPackets l2tpStatsProcessedControlTunnelRecvPackets l2tpStatsInSequenceControlTunnelRecvPackets l2tpStatsOutSequenceControlTunnelRecvPackets l2tpStatsInOrderControlTunnelRecvPackets l2tpStatsOutOfOrderControlTunnelRecvPackets l2tpStatsFlowDiscardedControlTunnelRecvPackets l2tpStatsOutOfOrderDiscardedControlTunnelRecvPackets l2tpStatsControlTunnelSendPackets l2tpStatsControlTunnelWithdataSendPackets l2tpStatsControlTunnelWithoutdataSendPackets l2tpStatsControlTunnelFlowControlTimeouts l2tpStatsLocalControlTunnelFlowControlEnables l2tpStatsRemoteControlTunnelFlowControlEnables l2tpStatsControlTunnelReassemblyTimeouts l2tpStatsDataTunnelRecvPackets l2tpStatsDataTunnelWithdataRecvPackets l2tpStatsDataTunnelWithoutdataRecvPackets l2tpStatsProcessedDataTunnelRecvPackets l2tpStatsInSequenceDataTunnelRecvPackets l2tpStatsOutSequenceDataTunnelRecvPackets l2tpStatsInOrderDataTunnelRecvPackets l2tpStatsOutOfOrderDataTunnelRecvPackets l2tpStatsFlowDiscardedDataTunnelRecvPackets l2tpStatsOutOfOrderDiscardedDataTunnelRecvPackets l2tpStatsDataTunnelSendPackets l2tpStatsDataTunnelWithdataSendPackets l2tpStatsDataTunnelWithoutdataSendPackets l2tpStatsDataTunnelFlowControlTimeouts l2tpStatsLocalDataTunnelFlowControlEnables l2tpStatsRemoteDataTunnelFlowControlEnables l2tpStatsDataTunnelReassemblyTimeouts usrL2tpStatsTunnelSetupAttempts usrL2tpStatsTunnelSetupCompleteds usrL2tpStatsTunnelSetupFaileds Writing other values are rejected.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32