The L2TP session status and statistics table. This table contains the objects that can be used to describe the current status and statistics of a single L2TP tunneled session.
The indexes of the table are l2tpSessionStatsTunnelIfIndex, l2tpSessionStatsLocalSID.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.2.1.10.95.1.7.1.1 |
l2tpSessionStatsTunnelIfIndex |
INTEGER |
not-accessible |
This object identifies the session's associated L2TP tunnel ifIndex value. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.95.1.7.1.2 |
l2tpSessionStatsIfIndex |
INTEGER |
read-only |
This object identifies the ifIndex value of the interface from which PPP packets are being tunneled. For example this could be a DS0 ifIndex on a LAC or it would be the PPP ifIndex on the LNS. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.95.1.7.1.3 |
l2tpSessionStatsLocalSID |
Integer32{(1,65535)} |
not-accessible |
This object contains the local assigned session identifier for this session. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.95.1.7.1.4 |
l2tpSessionStatsRemoteSID |
Integer32{(0,65535)} |
read-only |
This object contains the remote assigned session identifier for this session. When a session is starting this value may be zero until the remote tunnel endpoint has responded. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.95.1.7.1.5 |
l2tpSessionStatsUserName |
OCTET STRING{(0,255)} |
read-only |
This object identifies the peer session name on this interface. This is typically the login name of the remote user. If the user name is unknown to the local tunnel peer then this object will contain a null string. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.95.1.7.1.6 |
l2tpSessionStatsState |
INTEGER{sessionIdle(1),sessionConnecting(2),sessionEstablished(3),sessionDisconnecting(4)} |
read-only |
This object contains the current state of the session. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.95.1.7.1.7 |
l2tpSessionStatsCallType |
INTEGER{lacIncoming(1),lnsIncoming(2),lacOutgoing(3),lnsOutgoing(4)} |
read-only |
This object indicates the type of call and the role this tunnel peer is providing for this session. For example, lacIncoming(1) indicates that this tunnel peer is acting as a LAC and generated a Incoming-Call-Request to the tunnel peer (the LNS). Note that tunnel peers can be both LAC and LNS simultaneously. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.95.1.7.1.8 |
l2tpSessionStatsCallSerialNumber |
Unsigned32 |
read-only |
This object contains the serial number that has been assigned to this session. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.95.1.7.1.9 |
l2tpSessionStatsTxConnectSpeed |
Unsigned32 |
read-only |
This object returns the last known transmit baud rate for this session. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.95.1.7.1.10 |
l2tpSessionStatsRxConnectSpeed |
Unsigned32 |
read-only |
This object returns the last known receive baud rate for this session established. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.95.1.7.1.11 |
l2tpSessionStatsCallBearerType |
INTEGER{none(1),digital(2),analog(3)} |
read-only |
This object describes the bearer type of this session. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.95.1.7.1.12 |
l2tpSessionStatsFramingType |
INTEGER{none(1),sync(2),async(3)} |
read-only |
This object describes the framing type of this session. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.95.1.7.1.13 |
l2tpSessionStatsPhysChanId |
Unsigned32 |
read-only |
This object contains the physical channel identifier for the session. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.95.1.7.1.14 |
l2tpSessionStatsDNIS |
OCTET STRING{(0,255)} |
read-only |
This object identifies the Dialed Number Information String that the LAC obtained from the network for the session. If no DNIS was provided then a null string will be returned. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.95.1.7.1.15 |
l2tpSessionStatsCLID |
OCTET STRING{(0,255)} |
read-only |
This object identifies the Calling Line ID that the LAC obtained from the network for the session. If no CLID was provided then a null string will be returned. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.95.1.7.1.16 |
l2tpSessionStatsSubAddress |
OCTET STRING{(0,255)} |
read-only |
This object identifies the Sub Address that the LAC obtained from the network for the session. If no Sub Address was provided then a null string will be returned. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.95.1.7.1.17 |
l2tpSessionStatsPrivateGroupID |
OCTET STRING{(0,255)} |
read-only |
This object identifies the Private Group Identifier used for this tunneled session. If no Private Group Identifier was provided then a null string will be returned. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.95.1.7.1.18 |
l2tpSessionStatsProxyLcp |
INTEGER{true(1),false(2)} |
read-only |
Indicates whether the LAC performed proxy LCP for this session. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.95.1.7.1.19 |
l2tpSessionStatsAuthMethod |
INTEGER{none(1),text(2),pppChap(3),pppPap(4),pppEap(5),pppMsChapV1(6),pppMsChapV2(7),other(8)} |
read-only |
This object contains the proxy authentication method employed by the LAC for the session. If l2tpSessionProxyLcp is false(2) this object should not be interpreted. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.95.1.7.1.20 |
l2tpSessionStatsSequencingState |
INTEGER{none(1),remote(2),local(3),both(4)} |
read-only |
This object defines which tunnel peers have requested payload sequencing. The value of both(4) indicates that both peers have requested payload sequencing. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.95.1.7.1.21 |
l2tpSessionStatsOutSequence |
Counter32 |
read-only |
This object returns the total number of packets received for this session which were received out of sequence. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.95.1.7.1.22 |
l2tpSessionStatsReassemblyTO |
Counter32 |
read-only |
This object returns the number of reassembly timeouts that have occurred for this session. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.95.1.7.1.23 |
l2tpSessionStatsTxSeq |
Integer32{(0,65535)} |
read-only |
This object contains the next send sequence number for for this session. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.95.1.7.1.24 |
l2tpSessionStatsRxSeq |
Integer32{(0,65535)} |
read-only |
This object contains the next receive sequence number expected to be received on this session. |
This object is implemented as defined in the corresponding MIB files. |