L2TPV3-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: L2TPV3-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
 l2tpv3 1.3.6.1.2.1.10.1
The MIB module that describes managed objects of general use by the Layer Two Tunneling Protocol, Version 3 (L2TPv3).
     l2tpv3Notifications 1.3.6.1.2.1.10.1.0
         l2tpv3CtrlAuthFailure 1.3.6.1.2.1.10.1.0.1
Trap signifying that an attempt to establish a control connection to a remote peer has failed authentication.
     l2tpv3Objects 1.3.6.1.2.1.10.1.1
         l2tpv3StackCfg 1.3.6.1.2.1.10.1.1.1
             l2tpv3StackCfgAdminState 1.3.6.1.2.1.10.1.1.1.1 integer read-write
The administrative state of the L2TP stack. Setting this object to 'disabled' causes all control connections to be immediately disconnected. After this point, no further control connections or session may be initiated or accepted. The value of this object must be maintained in non-volatile memory. Enumeration: 'disabled': 2, 'enabled': 1.
             l2tpv3StackCfgDrain 1.3.6.1.2.1.10.1.1.1.2 truthvalue read-write
Setting this object to 'true' prevents any new control connections and/or sessions from being initiated or accepted. However, it does not disconnect any active control connections and/or sessions. The 'l2tpv3StackStatsIsDraining' object and the 'l2tpv3CtrlStatsIsDraining' object of each control connection is set to 'true'. To cancel a drain, this object is set to 'false'. The value of this object must be maintained in non-volatile memory.
         l2tpv3StackStats 1.3.6.1.2.1.10.1.1.2
             l2tpv3StackStatsVersion 1.3.6.1.2.1.10.1.1.2.1 integer32 read-only
The highest protocol version number supported by this L2TP stack.
             l2tpv3StackStatsRevision 1.3.6.1.2.1.10.1.1.2.2 integer32 read-only
The revision number of the L2TP stack.
             l2tpv3StackStatsVendorName 1.3.6.1.2.1.10.1.1.2.3 snmpadminstring read-only
The vendor name of the L2TP stack.
             l2tpv3StackStatsAdminState 1.3.6.1.2.1.10.1.1.2.4 integer read-only
The administrative state of the L2TP stack. It reflects the value of the l2tpv3StackCfgAdminState object. Enumeration: 'disabled': 2, 'enabled': 1.
             l2tpv3StackStatsIsDraining 1.3.6.1.2.1.10.1.1.2.5 truthvalue read-only
Indicates whether the L2TP stack is draining sessions from all control connections.
             l2tpv3StackStatsNumCtrlEst 1.3.6.1.2.1.10.1.1.2.6 counter32 read-only
The total number of control connections that are currently established.
             l2tpv3StackStatsNumSessEst 1.3.6.1.2.1.10.1.1.2.7 counter32 read-only
The total number of sessions that are currently established.
         l2tpv3CtrlCfgTable 1.3.6.1.2.1.10.1.1.3 no-access
Table used to (re)configure the operational characteristics of a single L2TP control connection. There is a 1:1 correspondence between conceptual rows of this table and conceptual rows of the l2tpv3CtrlStatsTable. Entries in this table have the same persistency characteristics as that of the l2tpv3CtrlStatsTable.
             l2tpv3CtrlCfgEntry 1.3.6.1.2.1.10.1.1.3.1 no-access
An L2TP control connection configuration entry. Entries in this table are added and deleted as a result of protocol interactions or management operations. The latter occurs when a row is instantiated in the l2tpv3CtrlCfgTable row and the encapsulation method is 'l2tp'.
                 l2tpv3CtrlCfgIfIndex 1.3.6.1.2.1.10.1.1.3.1.1 interfaceindex no-access
Value equal to the ifIndex value of the Interfaces Group MIB for an interface of type L2TP.
                 l2tpv3CtrlCfgRouterID 1.3.6.1.2.1.10.1.1.3.1.2 snmpadminstring read-write
The local router ID of this peer, as communicated via the Router ID AVP for this control connection.
                 l2tpv3CtrlCfgTransport 1.3.6.1.2.1.10.1.1.3.1.3 l2tpv3transporttype read-write
The transport type of this control connection entry. This object cannot be modified when the control connection is in a connecting or connected state.
                 l2tpv3CtrlCfgPWCap 1.3.6.1.2.1.10.1.1.3.1.4 octet string read-write
The pseudowire capabilities of this control connection entry. Each octet must be a value within the range specified by the L2tpv3PWType textual convention.
                 l2tpv3CtrlCfgFallback 1.3.6.1.2.1.10.1.1.3.1.5 truthvalue read-write
Indicates whether fallback to older versions of L2TP is enabled during control connection establishment.
                 l2tpv3CtrlCfgDrain 1.3.6.1.2.1.10.1.1.3.1.6 truthvalue read-write
Setting this object to 'true' prevents any new sessions from being either initiated or accepted by this control connection. However, it does not disconnect any active sessions for this control connection. The 'l2tpv3CtrlStatsIsDraining' object for this control connection is set to 'true'. To cancel a drain, this object is set to 'false'. This object may be overridden by the global 'l2tpv3StackCfgDrain' object, which globally applies drain settings to all control connections.
                 l2tpv3CtrlCfgAuth 1.3.6.1.2.1.10.1.1.3.1.7 integer read-write
Describes how a pair of LCCEs are to be authenticated. The value 'simple' indicates that peers are authenticated by their host name as described in the Host Name AVP. The value 'challenge' indicates that all peers are challenged to prove their identification. This object cannot be modified when the control connection is in a connecting or connected state. Enumeration: 'simple': 2, 'none': 1, 'challenge': 3.
                 l2tpv3CtrlCfgSecret 1.3.6.1.2.1.10.1.1.3.1.8 snmpadminstring read-write
The shared secret used during the authentication phase of control connection establishment. This object cannot be modified when the control connection is in a connecting or connected state. This object MUST be accessible only via requests using both authentication and privacy. The agent MUST report an empty string in response to get, get-next, and get-bulk requests.
                 l2tpv3CtrlCfgSecurity 1.3.6.1.2.1.10.1.1.3.1.9 integer read-write
Sets whether this control connection is to be secured. The value of 'ipsec' indicates that all control packets have IPsec headers. The types of IPsec headers (e.g. AH, ESP, etc.) and their usage are outside the scope of this document. This object cannot be modified when the control connection is in a connecting or connected state. Enumeration: 'none': 1, 'other': 2, 'ipsec': 3.
                 l2tpv3CtrlCfgHelloInt 1.3.6.1.2.1.10.1.1.3.1.10 integer32 read-write
The interval in which Hello (keepalive) packets are sent by a local peer. The value zero effectively disables the sending of Hello packets. Modifications to this object have immediate effect.
                 l2tpv3CtrlCfgRWS 1.3.6.1.2.1.10.1.1.3.1.11 integer32 read-write
The control packet receive window size. It specifies the maximum number of control packets an LCCE can send for the control connection without waiting for an acknowledgement from the peer. This object cannot be modified when the control connection is in a connecting or connected state.
                 l2tpv3CtrlCfgMaxRetrans 1.3.6.1.2.1.10.1.1.3.1.12 integer32 read-write
The number of control packet retransmissions that the L2TP stack attempts for this control connection before assuming that the peer is no longer responding. A value of zero indicates that this peer does not attempt to retransmit an unacknowledged control packet. Modifications to this object have immediate effect.
                 l2tpv3CtrlCfgMaxRetransTO 1.3.6.1.2.1.10.1.1.3.1.13 integer32 read-write
The maximum retransmission timeout interval that the control connection waits before retransmitting an unacknowledged control packet. Modifications to this object have immediate effect.
                 l2tpv3CtrlCfgReassemblyTO 1.3.6.1.2.1.10.1.1.3.1.14 l2tpv3milliseconds read-write
The number of milliseconds that this control connection waits before processing data packets that were received out of sequence (and that are being held for processing in sequence). A low value increases the chance of delayed packets being discarded, while a high value may cause more queueing and possibly degrade throughput if packets are truly lost. The default value for this object is zero, which means that delayed packets are considered lost, and received packets are processed in increasing order, despite any sequence number gaps.
                 l2tpv3CtrlCfgIdleTO 1.3.6.1.2.1.10.1.1.3.1.15 integer32 read-write
The period of time that an established control connection with no sessions waits before disconnecting the control connection. A value of zero indicates that the control connection disconnects immediately after the last session disconnects. A value of -1 leaves the control connection up indefinitely. Modifications to this object have immediate effect.
         l2tpv3CtrlStatsTable 1.3.6.1.2.1.10.1.1.4 no-access
Table describing the current status and statistics of a single L2TP control connection. There is a 1:1 correspondence between conceptual rows of this table and conceptual rows of the l2tpv3CtrlCfgTable.
             l2tpv3CtrlStatsEntry 1.3.6.1.2.1.10.1.1.4.1 no-access
An L2TP control connection interface statistics entry.
                 l2tpv3CtrlStatsLocalID 1.3.6.1.2.1.10.1.1.4.1.1 unsigned32 read-only
The local control connection ID.
                 l2tpv3CtrlStatsRemoteID 1.3.6.1.2.1.10.1.1.4.1.2 unsigned32 read-only
The remote control connection ID.
                 l2tpv3CtrlStatsRemoteRouterID 1.3.6.1.2.1.10.1.1.4.1.3 snmpadminstring read-only
The remote router ID for this control connection, as communicated by the peer via the Router ID AVP.
                 l2tpv3CtrlStatsState 1.3.6.1.2.1.10.1.1.4.1.4 integer read-only
The current state of the control connection. Enumeration: 'ctrlDisconnecting': 4, 'ctrlEstablished': 3, 'ctrlIdle': 1, 'ctrlConnecting': 2.
                 l2tpv3CtrlStatsIsDraining 1.3.6.1.2.1.10.1.1.4.1.5 truthvalue read-only
Indicates whether the control connection is draining sessions. This object is set to 'true' if either 'l2tpv3StackCfgDrain' or 'l2tpv3CtrlCfgDrain' is set to 'true', and is only set to 'false' if both configuration objects are 'false'.
                 l2tpv3CtrlStatsInitiated 1.3.6.1.2.1.10.1.1.4.1.6 integer read-only
Indicates whether the control connection was initiated locally or remotely. Enumeration: 'locally': 1, 'remotely': 2.
                 l2tpv3CtrlStatsRemoteHostName 1.3.6.1.2.1.10.1.1.4.1.7 snmpadminstring read-only
The peer's host name as discovered during the control connection establishment (via the Host Name AVP). If the control connection is idle, this object should maintain its value from the last time it was connected.
                 l2tpv3CtrlStatsRemoteVendorName 1.3.6.1.2.1.10.1.1.4.1.8 snmpadminstring read-only
The vendor name of the peer. If the control connection is idle, this object should maintain its value from the last time it was connected.
                 l2tpv3CtrlStatsRemotePWCap 1.3.6.1.2.1.10.1.1.4.1.9 octet string read-write
The peer's pseudowire capabilities for this control connection. Each octet must be a value within the range specified by the L2tpv3PWType textual convention.
                 l2tpv3CtrlStatsRemoteVersion 1.3.6.1.2.1.10.1.1.4.1.10 octet string read-only
The peer implementation's protocol version number and revision number. The first octet contains the protocol version number. The second octet contains the protocol revision number.
                 l2tpv3CtrlStatsInitialRemoteRWS 1.3.6.1.2.1.10.1.1.4.1.11 integer32 read-only
The peer's receive window size as conveyed during control connection establishment (via the Remote Window Size AVP). If the control connection is idle, this object should maintain its value from the last time it was connected.
                 l2tpv3CtrlStatsCtrlRxZLB 1.3.6.1.2.1.10.1.1.4.1.12 counter32 read-only
The number of Zero-Length-Body (acknowledgement) control packets that have been received on the control connection.
                 l2tpv3CtrlStatsCtrlOutOfSeq 1.3.6.1.2.1.10.1.1.4.1.13 counter32 read-only
The number of control packets that have been received out of order (per the sequence numbers) on this control connection, including out of window packets.
                 l2tpv3CtrlStatsCtrlOutOfWindow 1.3.6.1.2.1.10.1.1.4.1.14 counter32 read-only
The number of control packets that have been received outside of the offered receive window for the control connection. Whether these packets are queued or discarded is implementation-specific.
                 l2tpv3CtrlStatsCtrlTxZLB 1.3.6.1.2.1.10.1.1.4.1.15 counter32 read-only
The number of Zero-Length-Body (acknowledgement) control packets that have been sent to the peer for this control connection.
                 l2tpv3CtrlStatsCtrlAckTO 1.3.6.1.2.1.10.1.1.4.1.16 counter32 read-only
The number of control packet timeouts due to late acknowledgements from the peer for this control connection.
                 l2tpv3CtrlStatsCurrentRemoteRWS 1.3.6.1.2.1.10.1.1.4.1.17 gauge32 read-only
The current remote receive window size as determined by the local flow control mechanism employed.
                 l2tpv3CtrlStatsTxSeq 1.3.6.1.2.1.10.1.1.4.1.18 integer32 read-only
The next send (Ns) sequence number for the control connection.
                 l2tpv3CtrlStatsRxSeq 1.3.6.1.2.1.10.1.1.4.1.19 integer32 read-only
The next receive (Nr) sequence number for the control connection.
                 l2tpv3CtrlStatsNumSessCumEst 1.3.6.1.2.1.10.1.1.4.1.20 counter32 read-only
The cumulative number of sessions that this control connection has established during its lifetime.
                 l2tpv3CtrlStatsNumSessCurrentEst 1.3.6.1.2.1.10.1.1.4.1.21 gauge32 read-only
The number of sessions currently in the established state for this control connection.
                 l2tpv3CtrlStatsNumSessFailed 1.3.6.1.2.1.10.1.1.4.1.22 counter32 read-only
The total number of sessions that were negotiated but failed to be established by this control connection.
                 l2tpv3CtrlStatsLastResultCode 1.3.6.1.2.1.10.1.1.4.1.23 integer32 read-only
The result code as conveyed by the Result Code AVP from the most recent session to be torn down.
                 l2tpv3CtrlStatsLastErrorCode 1.3.6.1.2.1.10.1.1.4.1.24 integer32 read-only
The error code as conveyed by the Result Code AVP from the most recent session to be torn down.
                 l2tpv3CtrlStatsLastErrorMessage 1.3.6.1.2.1.10.1.1.4.1.25 snmpadminstring read-only
The optional message as conveyed by the Result Code AVP from the most recent session to be torn down.
                 l2tpv3CtrlStatsCtrlRxOctets 1.3.6.1.2.1.10.1.1.4.1.26 counter32 read-only
The number of control octets that have been received by this control connection.
                 l2tpv3CtrlStatsCtrlRxPkts 1.3.6.1.2.1.10.1.1.4.1.27 counter32 read-only
The number of control packets that have been received by this control connection.
                 l2tpv3CtrlStatsCtrlTxOctets 1.3.6.1.2.1.10.1.1.4.1.28 counter32 read-only
The number of control octets that have been sent by this control connection.
                 l2tpv3CtrlStatsCtrlTxPkts 1.3.6.1.2.1.10.1.1.4.1.29 counter32 read-only
The number of control packets that have been sent by this control connection.
                 l2tpv3CtrlStatsDataRxOctets 1.3.6.1.2.1.10.1.1.4.1.30 counter32 read-only
The number of data octets that have been received by sessions negotiated by this control connection.
                 l2tpv3CtrlStatsDataRxPkts 1.3.6.1.2.1.10.1.1.4.1.31 counter32 read-only
The number of data packets that have been received by sessions negotiated by this control connection.
                 l2tpv3CtrlStatsDataRxDrops 1.3.6.1.2.1.10.1.1.4.1.32 counter32 read-only
The number of received data packets that have been dropped by sessions negotiated by this control connection.
                 l2tpv3CtrlStatsDataTxOctets 1.3.6.1.2.1.10.1.1.4.1.33 counter32 read-only
The number of data octets that have been sent by sessions negotiated by this control connection.
                 l2tpv3CtrlStatsDataTxPkts 1.3.6.1.2.1.10.1.1.4.1.34 counter32 read-only
The number of data packets that have been sent by sessions negotiated by this control connection.
                 l2tpv3CtrlStatsCtrlHCRxOctets 1.3.6.1.2.1.10.1.1.4.1.35 counter64 read-only
The 64-bit version of l2tpv3CtrlStatsCtrlRxOctets.
                 l2tpv3CtrlStatsCtrlHCRxPkts 1.3.6.1.2.1.10.1.1.4.1.36 counter64 read-only
The 64-bit version of l2tpv3CtrlStatsCtrlRxPkts.
                 l2tpv3CtrlStatsCtrlHCTxOctets 1.3.6.1.2.1.10.1.1.4.1.37 counter64 read-only
The 64-bit version of l2tpv3CtrlStatsCtrlTxOctets.
                 l2tpv3CtrlStatsCtrlHCTxPkts 1.3.6.1.2.1.10.1.1.4.1.38 counter64 read-only
The 64-bit version of l2tpv3CtrlStatsCtrlTxPkts.
                 l2tpv3CtrlStatsDataHCRxOctets 1.3.6.1.2.1.10.1.1.4.1.39 counter64 read-only
The 64-bit version of l2tpv3CtrlStatsDataRxOctets.
                 l2tpv3CtrlStatsDataHCRxPkts 1.3.6.1.2.1.10.1.1.4.1.40 counter64 read-only
The 64-bit version of l2tpv3CtrlStatsDataRxPkts.
                 l2tpv3CtrlStatsDataHCRxDrops 1.3.6.1.2.1.10.1.1.4.1.41 counter64 read-only
The 64-bit version of l2tpv3CtrlStatsDataRxDrops.
                 l2tpv3CtrlStatsDataHCTxOctets 1.3.6.1.2.1.10.1.1.4.1.42 counter64 read-only
The 64-bit version of l2tpv3CtrlStatsDataTxOctets.
                 l2tpv3CtrlStatsDataHCTxPkts 1.3.6.1.2.1.10.1.1.4.1.43 counter64 read-only
The 64-bit version of l2tpv3CtrlStatsDataTxPkts.
         l2tpv3CtrlMapTable 1.3.6.1.2.1.10.1.1.5 no-access
Table intended to assist management applications to quickly determine the ifIndex value for a given local control connection ID.
             l2tpv3CtrlMapEntry 1.3.6.1.2.1.10.1.1.5.1 no-access
An L2TP control connection index map entry.
                 l2tpv3CtrlMapLocalID 1.3.6.1.2.1.10.1.1.5.1.1 unsigned32 no-access
The local control connection ID.
                 l2tpv3CtrlMapIfIndex 1.3.6.1.2.1.10.1.1.5.1.2 interfaceindex read-only
The ifIndex value of a control connection interface, represented in the Interfaces Group MIB as an entry with an interface type of L2TP.
         l2tpv3SessionCfgTable 1.3.6.1.2.1.10.1.1.6 no-access
Table used to (re)configure the operational characteristics of a single L2TP session. There is a 1:1 correspondence between conceptual rows of this table and conceptual rows of the l2tpv3SessionStatsTable. Entries in this table have the same persistency characteristics as that of the l2tpv3SessionStatsTable.
             l2tpv3SessionCfgEntry 1.3.6.1.2.1.10.1.1.6.1 no-access
An L2TP session configuration entry. Entries in this table are added and deleted as a result of protocol interactions or management operations.
                 l2tpv3SessionCfgIfIndex 1.3.6.1.2.1.10.1.1.6.1.1 interfaceindex no-access
The ifIndex value of the interface from which L2 frames are being forwarded. For example, the ifIndex could be a DS0 on an LAC or a virtual PPP interface on an LNS.
                 l2tpv3SessionCfgLocalID 1.3.6.1.2.1.10.1.1.6.1.2 unsigned32 read-only
Sets the local session ID.
                 l2tpv3SessionCfgRemoteID 1.3.6.1.2.1.10.1.1.6.1.3 unsigned32 read-only
Sets the remote session ID.
                 l2tpv3SessionCfgCtrlLocalID 1.3.6.1.2.1.10.1.1.6.1.4 unsigned32 read-only
Sets the local control connection ID of the control connection with which this session may be associated. If the session is not associated with a control connection, the value of this object is 0.
                 l2tpv3SessionCfgPWType 1.3.6.1.2.1.10.1.1.6.1.5 l2tpv3pwtype read-only
Sets the pseudowire type of the session, which is sent to the peer via the Pseudowire Type AVP.
                 l2tpv3SessionCfgEndID 1.3.6.1.2.1.10.1.1.6.1.6 displaystring read-only
Sets the End Identifier that is sent to the peer via the End ID AVP.
                 l2tpv3SessionCfgAppID 1.3.6.1.2.1.10.1.1.6.1.7 displaystring read-only
Sets the Application Code and Application Info that are sent to the peer via the Application ID AVP.
                 l2tpv3SessionCfgPWEncap 1.3.6.1.2.1.10.1.1.6.1.8 integer read-only
Sets the Control Encapsulation Type that is sent to the peer via the Pseudowire Control Encapsulation AVP. Enumeration: 'default': 1, 'none': 0.
                 l2tpv3SessionCfgSeq 1.3.6.1.2.1.10.1.1.6.1.9 l2tpv3datasequencing read-only
Sets the Data Sequencing Level that is required of the peer. Sent to the peer via the Data Sequencing AVP.
                 l2tpv3SessionCfgLocalCookie 1.3.6.1.2.1.10.1.1.6.1.10 displaystring read-only
Sets the local cookie that is included in outgoing data packets.
                 l2tpv3SessionCfgRemoteCookie 1.3.6.1.2.1.10.1.1.6.1.11 displaystring read-only
Sets the remote cookie that is expected in incoming data packets.
                 l2tpv3SessionCfgCallType 1.3.6.1.2.1.10.1.1.6.1.12 integer read-only
The role this LCCE is playing for this session. For example, 'lacInitiator' indicates that this control connection peer is acting as an LAC and generated an call request (ICRQ or OCRQ) to its peer. Enumeration: 'lnsInitiator': 3, 'lacResponder': 2, 'lacInitiator': 1, 'lnsResponder': 4.
         l2tpv3SessionStatsTable 1.3.6.1.2.1.10.1.1.7 no-access
Table that describes the current status and statistics of a single L2TP session.
             l2tpv3SessionStatsEntry 1.3.6.1.2.1.10.1.1.7.1 no-access
An L2TP session interface statistics entry.
                 l2tpv3SessionStatsRemoteEndID 1.3.6.1.2.1.10.1.1.7.1.1 displaystring read-only
The peer's End Identifier, as communicated via the End ID AVP.
                 l2tpv3SessionStatsRemoteAppID 1.3.6.1.2.1.10.1.1.7.1.2 displaystring read-only
The peer's Application Code and Application Info, as communicated via the Application ID AVP.
                 l2tpv3SessionStatsRemotePWEncap 1.3.6.1.2.1.10.1.1.7.1.3 integer read-only
The peer's Control Encapsulation Type, as communicated via the Pseudowire Control Encapsulation AVP. Enumeration: 'default': 1, 'none': 0.
                 l2tpv3SessionStatsRemoteSeq 1.3.6.1.2.1.10.1.1.7.1.4 l2tpv3datasequencing read-only
The peer's Data Sequencing Level, as communicated via the Data Sequencing AVP.
                 l2tpv3SessionStatsState 1.3.6.1.2.1.10.1.1.7.1.5 integer read-only
The current state of the session. Enumeration: 'sessionIdle': 1, 'sessionDisconnecting': 4, 'sessionConnecting': 2, 'sessionEstablished': 3.
                 l2tpv3SessionStatsCircuitStatus 1.3.6.1.2.1.10.1.1.7.1.6 unsigned32 read-only
The current status of the circuit forwarded by the session.
                 l2tpv3SessionStatsSerialNumber 1.3.6.1.2.1.10.1.1.7.1.7 unsigned32 read-only
The serial number that has been assigned to this session.
                 l2tpv3SessionStatsRxConnectSpeed 1.3.6.1.2.1.10.1.1.7.1.8 unsigned32 read-only
The last known receive baud rate for this session.
                 l2tpv3SessionStatsTxConnectSpeed 1.3.6.1.2.1.10.1.1.7.1.9 unsigned32 read-only
The last known transmit baud rate for this session.
                 l2tpv3SessionStatsPhysChannelID 1.3.6.1.2.1.10.1.1.7.1.10 unsigned32 read-only
The physical channel identifier for the session.
                 l2tpv3SessionStatsPrivateGroupID 1.3.6.1.2.1.10.1.1.7.1.11 snmpadminstring read-only
The private group ID used for this L2TP session. If no private group ID is found, then a null string is returned.
                 l2tpv3SessionStatsOutOfSeq 1.3.6.1.2.1.10.1.1.7.1.12 counter32 read-only
The total number of data packets received out of sequence for this session.
                 l2tpv3SessionStatsReassemblyTO 1.3.6.1.2.1.10.1.1.7.1.13 counter32 read-only
The number of reassembly timeouts that have occurred for this session.
                 l2tpv3SessionStatsTxSeq 1.3.6.1.2.1.10.1.1.7.1.14 counter32 read-only
The current sequence number for outgoing data packets for this session.
                 l2tpv3SessionStatsRxSeq 1.3.6.1.2.1.10.1.1.7.1.15 counter32 read-only
The current sequence number for incoming data packets for this session.
                 l2tpv3SessionStatsRxOctets 1.3.6.1.2.1.10.1.1.7.1.16 counter32 read-only
The number of data octets that have been received by this session.
                 l2tpv3SessionStatsRxPkts 1.3.6.1.2.1.10.1.1.7.1.17 counter32 read-only
The number of data packets that have been received by this session.
                 l2tpv3SessionStatsRxDrops 1.3.6.1.2.1.10.1.1.7.1.18 counter32 read-only
The number of received data packets that have been dropped by this session.
                 l2tpv3SessionStatsTxOctets 1.3.6.1.2.1.10.1.1.7.1.19 counter32 read-only
The number of data octets that have been sent by this session.
                 l2tpv3SessionStatsTxPkts 1.3.6.1.2.1.10.1.1.7.1.20 counter32 read-only
The number of data packets that have been sent by this session.
                 l2tpv3SessionStatsHCRxOctets 1.3.6.1.2.1.10.1.1.7.1.21 counter64 read-only
The 64-bit version of l2tpv3SessionStatsRxOctets.
                 l2tpv3SessionStatsHCRxPkts 1.3.6.1.2.1.10.1.1.7.1.22 counter64 read-only
The 64-bit version of l2tpv3SessionStatsRxPkts.
                 l2tpv3SessionStatsHCRxDrops 1.3.6.1.2.1.10.1.1.7.1.23 counter64 read-only
The 64-bit version of l2tpv3SessionStatsRxDrops.
                 l2tpv3SessionStatsHCTxOctets 1.3.6.1.2.1.10.1.1.7.1.24 counter64 read-only
The 64-bit version of l2tpv3SessionStatsTxOctets.
                 l2tpv3SessionStatsHCTxPkts 1.3.6.1.2.1.10.1.1.7.1.25 counter64 read-only
The 64-bit version of l2tpv3SessionStatsTxPkts.
         l2tpv3SessionMapTable 1.3.6.1.2.1.10.1.1.8 no-access
Table intended to assist management applications to map interfaces to control connection and session IDs.
             l2tpv3SessionMapEntry 1.3.6.1.2.1.10.1.1.8.1 no-access
An L2TP session index map entry.
                 l2tpv3SessionMapIfIndex 1.3.6.1.2.1.10.1.1.8.1.1 interfaceindex no-access
The ifIndex value of the interface being forwarded via an L2TP session. For example, the interface could be an Ethernet interface on an LAC or a virtual PPP interface on the LNS.
                 l2tpv3SessionMapCtrlIfIndex 1.3.6.1.2.1.10.1.1.8.1.2 interfaceindex read-only
The ifIndex value of the session's control connection. The object establishes a binding between a particular interface identified by l2tpv3SessionMapIfIndex to a particular control connection.
                 l2tpv3SessionMapLocalID 1.3.6.1.2.1.10.1.1.8.1.3 unsigned32 read-only
The local session ID for this session.
                 l2tpv3SessionMapStatus 1.3.6.1.2.1.10.1.1.8.1.4 rowstatus read-only
The status of this session map entry.
     l2tpv3Conformance 1.3.6.1.2.1.10.1.2
         l2tpv3Groups 1.3.6.1.2.1.10.1.2.1
             l2tpv3CfgGroup 1.3.6.1.2.1.10.1.2.1.1
A collection of objects providing configuration information of the L2TP stack, its control connections, and its sessions.
             l2tpv3StatsGroup 1.3.6.1.2.1.10.1.2.1.2
A collection of objects providing status and statistics of the L2TP stack, its control connections, and its sessions.
             l2tpv3MappingGroup 1.3.6.1.2.1.10.1.2.1.3
A collection of objects providing index mapping.
             l2tpv3SecurityGroup 1.3.6.1.2.1.10.1.2.1.4
A collection of objects providing L2TP security configuration.
             l2tpv3TrapGroup 1.3.6.1.2.1.10.1.2.1.5
A collection of L2TP trap events as specified in NOTIFICATION-TYPE constructs.
             l2tpv3HCPacketGroup 1.3.6.1.2.1.10.1.2.1.6
A collection of objects providing high-capacity 64-bit counter objects.
         l2tpv3Compliances 1.3.6.1.2.1.10.1.2.2
             l2tpv3MIBFullCompliance 1.3.6.1.2.1.10.1.2.2.1
An implementation claims full compliance when this MIB is implemented with support for read-create and read- write operations, thereby allowing configuration and monitoring, respectively.
             l2tpv3MIBReadOnlyCompliance 1.3.6.1.2.1.10.1.2.2.2
An implementation claims read-only compliance when this MIB is implemented without support for read-create and read-write operations (i.e. operates in read-only mode), thereby allowing monitoring but not configuration.