Juniper-L2TP-MIB: View SNMP OID List / Download MIB

VENDOR: JUNIPER


 Home MIB: Juniper-L2TP-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
 juniL2tpMIB 1.3.6.1.4.1.4874.2.2.35
The L2TP MIB for the Juniper Networks enterprise.
       juniL2tpTraps 1.3.6.1.4.1.4874.2.2.35.0
       juniL2tpObjects 1.3.6.1.4.1.4874.2.2.35.1
           juniL2tpSystem 1.3.6.1.4.1.4874.2.2.35.1.1
               juniL2tpSystemConfig 1.3.6.1.4.1.4874.2.2.35.1.1.1
                   juniL2tpSysConfigAdminState 1.3.6.1.4.1.4874.2.2.35.1.1.1.1 junil2tpadminstate read-write
Exerts control over all L2TP tunnels/sessions in the system.
                   juniL2tpSysConfigDestructTimeout 1.3.6.1.4.1.4874.2.2.35.1.1.1.2 integer32 read-write
The amount of time, in seconds, to preserve dynamic tunnels/sessions after they become inactive, e.g. to poll their statistics.
                   juniL2tpSysConfigIpChecksumEnable 1.3.6.1.4.1.4874.2.2.35.1.1.1.3 junienable read-write
Enable/disable IP checksumming for tunnels with UDP/IP transport.
                   juniL2tpSysConfigTunnelSwitchingEnabled 1.3.6.1.4.1.4874.2.2.35.1.1.1.4 junienable read-write
Tunnel switching enabled/disable.
                   juniL2tpSysConfigControlRetransmissions 1.3.6.1.4.1.4874.2.2.35.1.1.1.5 integer32 read-write
The number of retransmission retries allowed before control connection goes down. This object has been replaced by juniL2tpSysConfigControlRetransmissionsEstablished and juniL2tpSysConfigControlRetransmissionsNotEstablished.
                   juniL2tpSysConfigTunnelIdleTimeout 1.3.6.1.4.1.4874.2.2.35.1.1.1.6 integer32 read-write
Idle tunnel remains active for the specified amount of time; value 0 disables the timer i.e. tunnel becomes persistent.
                   juniL2tpSysConfigReceiveDataSequencingIgnore 1.3.6.1.4.1.4874.2.2.35.1.1.1.7 junienable read-write
Enable/disable ignoring of receive sequencing of L2TP data packets.
                   juniL2tpSysConfigFailoverWithinPreference 1.3.6.1.4.1.4874.2.2.35.1.1.1.8 junienable read-write
Enable/disable fail-over within a preference level.
                   juniL2tpSysConfigWeightedLoadBalancing 1.3.6.1.4.1.4874.2.2.35.1.1.1.9 junienable read-write
Enable/disable weighted load balancing.
                   juniL2tpSysConfigControlRetransmissionsEstablished 1.3.6.1.4.1.4874.2.2.35.1.1.1.10 integer32 read-write
It represents number of retries allowed for established tunnels before control connection goes down.
                   juniL2tpSysConfigControlRetransmissionsNotEstablished 1.3.6.1.4.1.4874.2.2.35.1.1.1.11 integer32 read-write
It represents number of retries allowed for unestablished tunnels before control connection goes down.
                   juniL2tpSysConfigDisableChallenge 1.3.6.1.4.1.4874.2.2.35.1.1.1.12 junienable read-write
Disable inclusion of chap challenge in the outgoing packets.
                   juniL2tpSysConfigDisableCallingNumberAvp 1.3.6.1.4.1.4874.2.2.35.1.1.1.13 junienable read-write
Enable/disable inclusion of calling number avp in ICRQ packet.
                   juniL2tpSysConfigIgnoreTxAddressChange 1.3.6.1.4.1.4874.2.2.35.1.1.1.14 integer read-write
Configure L2TP to ignore IP address and/or UDP port changes on incoming SCCRP messages. When this feature is enabled the L2TP tunnel may have separate receive and transmit address and/or port values to the remote host. disable(0) - change is not ignored ipAddressAndUdpPort(1)- ignore both address and port changes ipAddress(2) - ignore address changes only udpPort(3) - ignore port changes only. Enumeration: 'udpPort': 3, 'disable': 0, 'ipAddress': 2, 'ipAddressAndUdpPort': 1.
                   juniL2tpSysConfigEnableDisconnectCauseAvp 1.3.6.1.4.1.4874.2.2.35.1.1.1.15 junienable read-write
Enable/disable inclusion of L2TP PPP Disconnect Cause AVP in CDN packet.
                   juniL2tpSysConfigReceiveWindowSize 1.3.6.1.4.1.4874.2.2.35.1.1.1.16 integer32 read-write
Configure the global L2TP receive window size. A value of 0 indicates the system chooses the RWS. This object may be overwritten by other more specific RWS settings.
                   juniL2tpSysConfigEnableRxSpeedAvpWhenEqual 1.3.6.1.4.1.4874.2.2.35.1.1.1.17 junienable read-write
Enable/disable generation of L2TP RX speed AVP when RX and TX speeds are equal. Note the RX speed is always generated when the RX and TX speeds differ.
                   juniL2tpSysConfigRejectTxAddressChange 1.3.6.1.4.1.4874.2.2.35.1.1.1.18 integer read-write
Configure L2TP to reject IP address and/or UDP port changes on incomming SCCRP messages. disable(0) - address change is allowed ipAddressAndUdpPort(1)- reject both address and port changes ipAddress(2) - reject address changes only udpPort(3) - reject port changes only. Enumeration: 'udpPort': 3, 'disable': 0, 'ipAddress': 2, 'ipAddressAndUdpPort': 1.
                   juniL2tpSysConfigShortDrainTimeout 1.3.6.1.4.1.4874.2.2.35.1.1.1.19 integer read-write
Configure the L2TP short drain interval. This interval represents the time a tunnel, that is already draining, will continue to drain upon receiving a start request.
                   juniL2tpSysConfigDestinationLockoutTestEnabled 1.3.6.1.4.1.4874.2.2.35.1.1.1.20 junienable read-write
Enable/disable testing of failed destiantion before removing lockout.
                   juniL2tpSysConfigDestinationLockoutTimeout 1.3.6.1.4.1.4874.2.2.35.1.1.1.21 integer32 read-write
Failed destination remains locked out for the specified amount of time.
                   juniL2tpSysConfigFailoverResync 1.3.6.1.4.1.4874.2.2.35.1.1.1.22 integer read-write
Configure L2TP failover resync mechanism. disable(0) - Disable failover resync failoverProtocol(1) - Use the L2TP Failover Protocol silentFailover(2) - Use the JUNOSe Silent Failover Mechanism failoverProtocolFallbackToSilentFailover(3) - (Default) Use the L2TP Failover Protocol and fall back to Silent Failover. Enumeration: 'failoverProtocol': 1, 'disable': 0, 'failoverProtocolFallbackToSilentFailover': 3, 'silentFailover': 2.
               juniL2tpSystemStatus 1.3.6.1.4.1.4874.2.2.35.1.1.2
                   juniL2tpSysStatusProtocolVersion 1.3.6.1.4.1.4874.2.2.35.1.1.2.1 octet string read-only
Vector of supported L2TP protocol version and revision numbers. Supported versions are identified via a two octet pairing where the first octet indicates the version and the second octet contains the revision.
                   juniL2tpSysStatusVendorName 1.3.6.1.4.1.4874.2.2.35.1.1.2.2 displaystring read-only
Vendor name of the L2TP protocol stack.
                   juniL2tpSysStatusFirmwareRev 1.3.6.1.4.1.4874.2.2.35.1.1.2.3 integer32 read-only
Firmware revision for the L2TP protocol stack.
                   juniL2tpSysStatusTotalDestinations 1.3.6.1.4.1.4874.2.2.35.1.1.2.4 counter32 read-only
Number of destination creations attempted.
                   juniL2tpSysStatusFailedDestinations 1.3.6.1.4.1.4874.2.2.35.1.1.2.5 counter32 read-only
Number of destination creation attempts that failed.
                   juniL2tpSysStatusActiveDestinations 1.3.6.1.4.1.4874.2.2.35.1.1.2.6 gauge32 read-only
Number of destinations having at least one active tunnel.
                   juniL2tpSysStatusTotalTunnels 1.3.6.1.4.1.4874.2.2.35.1.1.2.7 counter32 read-only
Number of tunnel creations attempted.
                   juniL2tpSysStatusFailedTunnels 1.3.6.1.4.1.4874.2.2.35.1.1.2.8 counter32 read-only
Number of tunnel creation attempts that failed to reach the established state.
                   juniL2tpSysStatusFailedTunnelAuthens 1.3.6.1.4.1.4874.2.2.35.1.1.2.9 counter32 read-only
Number of tunnel creation attempts that failed authentication.
                   juniL2tpSysStatusActiveTunnels 1.3.6.1.4.1.4874.2.2.35.1.1.2.10 gauge32 read-only
Number of tunnels currently established.
                   juniL2tpSysStatusTotalSessions 1.3.6.1.4.1.4874.2.2.35.1.1.2.11 counter32 read-only
Number of session creations attempted.
                   juniL2tpSysStatusFailedSessions 1.3.6.1.4.1.4874.2.2.35.1.1.2.12 counter32 read-only
Number of session creation attempts that failed to reach the established state.
                   juniL2tpSysStatusActiveSessions 1.3.6.1.4.1.4874.2.2.35.1.1.2.13 gauge32 read-only
Number of sessions currently established.
                   juniL2tpSysStatusTotalSwitchedSessions 1.3.6.1.4.1.4874.2.2.35.1.1.2.14 counter32 read-only
Number of switched session creations attempted.
                   juniL2tpSysStatusFailedSwitchedSessions 1.3.6.1.4.1.4874.2.2.35.1.1.2.15 counter32 read-only
Number of switched session creation attempts that failed to reach the established state.
                   juniL2tpSysStatusActiveSwitchedSessions 1.3.6.1.4.1.4874.2.2.35.1.1.2.16 gauge32 read-only
Number of switched sessions currently established.
                   juniL2tpSysStatusIfCounterDiscontinuityTime 1.3.6.1.4.1.4874.2.2.35.1.1.2.17 timestamp read-only
The value of sysUpTime on the most recent occasion at which any one or more of the system-level status and statistics suffered a discontinuity. If no such discontinuities have occurred since the last re- initialization of the local management subsystem, then this object contains a zero value.
           juniL2tpDestination 1.3.6.1.4.1.4874.2.2.35.1.2
               juniL2tpDestConfig 1.3.6.1.4.1.4874.2.2.35.1.2.1
                   juniL2tpDestConfigTable 1.3.6.1.4.1.4874.2.2.35.1.2.1.2 no-access
The L2TP destination configuration table. Each entry in this table has a corresponding entry in the Interfaces MIB ifTable, and in juniL2tpDestStatsTable.
                       juniL2tpDestConfigEntry 1.3.6.1.4.1.4874.2.2.35.1.2.1.2.1 no-access
Describes the configuration attributes of an L2TP destination.
                           juniL2tpDestConfigIfIndex 1.3.6.1.4.1.4874.2.2.35.1.2.1.2.1.1 interfaceindex no-access
Same value as ifIndex for the corresponding entry in Interfaces MIB ifTable.
                           juniL2tpDestConfigRowStatus 1.3.6.1.4.1.4874.2.2.35.1.2.1.2.1.2 rowstatus read-only
An implementation may choose not to support administrative configuration of tunnels.
                           juniL2tpDestConfigAdminState 1.3.6.1.4.1.4874.2.2.35.1.2.1.2.1.3 junil2tpadminstate read-only
The configured administrative state.
                           juniL2tpDestConfigLockoutAction 1.3.6.1.4.1.4874.2.2.35.1.2.1.2.1.4 junil2tplockoutaction read-only
The lockout action to be applied to a destination.
               juniL2tpDestStatus 1.3.6.1.4.1.4874.2.2.35.1.2.2
                   juniL2tpDestStatusTable 1.3.6.1.4.1.4874.2.2.35.1.2.2.1 no-access
The L2TP destination status table. Each entry in this table has a corresponding entry in the Interfaces MIB ifTable, and in juniL2tpDestConfigTable.
                       juniL2tpDestStatusEntry 1.3.6.1.4.1.4874.2.2.35.1.2.2.1.1 no-access
Describes the status attributes of an L2TP destination.
                           juniL2tpDestStatusIfIndex 1.3.6.1.4.1.4874.2.2.35.1.2.2.1.1.1 interfaceindex no-access
Same value as ifIndex for the corresponding entry in Interfaces MIB ifTable.
                           juniL2tpDestStatusTransport 1.3.6.1.4.1.4874.2.2.35.1.2.2.1.1.2 junil2tptransport read-only
The underlying transport over which this L2TP destination is carried.
                           juniL2tpDestStatusEffectiveAdminState 1.3.6.1.4.1.4874.2.2.35.1.2.2.1.1.3 junil2tpadminstate read-only
The administrative state currently in effect. This could be the configured admin state for this destination, or an overriding admin state exerted from a higher hierarchical level (system).
                           juniL2tpDestStatusTotalTunnels 1.3.6.1.4.1.4874.2.2.35.1.2.2.1.1.4 counter32 read-only
Number of tunnel creations attempted.
                           juniL2tpDestStatusFailedTunnels 1.3.6.1.4.1.4874.2.2.35.1.2.2.1.1.5 counter32 read-only
Number of tunnel creation attempts that failed to reach the established state.
                           juniL2tpDestStatusFailedTunnelAuthens 1.3.6.1.4.1.4874.2.2.35.1.2.2.1.1.6 counter32 read-only
Number of tunnel creation attempts that failed authentication.
                           juniL2tpDestStatusActiveTunnels 1.3.6.1.4.1.4874.2.2.35.1.2.2.1.1.7 gauge32 read-only
Number of tunnels currently established.
                           juniL2tpDestStatusTotalSessions 1.3.6.1.4.1.4874.2.2.35.1.2.2.1.1.8 counter32 read-only
Number of session creations attempted.
                           juniL2tpDestStatusFailedSessions 1.3.6.1.4.1.4874.2.2.35.1.2.2.1.1.9 counter32 read-only
Number of session creation attempts that failed to reach the established state.
                           juniL2tpDestStatusActiveSessions 1.3.6.1.4.1.4874.2.2.35.1.2.2.1.1.10 gauge32 read-only
Number of sessions currently established.
                           juniL2tpDestStatusLockoutState 1.3.6.1.4.1.4874.2.2.35.1.2.2.1.1.11 junil2tplockoutstate read-only
Lockout state of destination.
                           juniL2tpDestStatusLockoutTimeRemaining 1.3.6.1.4.1.4874.2.2.35.1.2.2.1.1.12 gauge32 read-only
Lockout timeout remaining.
               juniL2tpDestStatistics 1.3.6.1.4.1.4874.2.2.35.1.2.3
                   juniL2tpDestStatTable 1.3.6.1.4.1.4874.2.2.35.1.2.3.1 no-access
The L2TP destination statistics table. Describes the aggregate control and payload statistics for all L2TP tunnels configured on each destination. Each entry in this table has a corresponding entry in the Interfaces MIB ifTable, and in juniL2tpDestConfigTable.
                       juniL2tpDestStatEntry 1.3.6.1.4.1.4874.2.2.35.1.2.3.1.1 no-access
Describes the aggregate L2TP control and payload statistics for all L2TP tunnels on an L2TP destination.
                           juniL2tpDestStatIfIndex 1.3.6.1.4.1.4874.2.2.35.1.2.3.1.1.1 interfaceindex no-access
Same value as ifIndex for the corresponding entry in Interfaces MIB ifTable.
                           juniL2tpDestStatCtlRecvOctets 1.3.6.1.4.1.4874.2.2.35.1.2.3.1.1.2 counter32 read-only
Number of control octets received.
                           juniL2tpDestStatCtlRecvPackets 1.3.6.1.4.1.4874.2.2.35.1.2.3.1.1.3 counter32 read-only
Number of control packets received.
                           juniL2tpDestStatCtlRecvErrors 1.3.6.1.4.1.4874.2.2.35.1.2.3.1.1.4 counter32 read-only
Number of control packets incurring reception errors.
                           juniL2tpDestStatCtlRecvDiscards 1.3.6.1.4.1.4874.2.2.35.1.2.3.1.1.5 counter32 read-only
Number of control packets discarded after reception.
                           juniL2tpDestStatCtlSendOctets 1.3.6.1.4.1.4874.2.2.35.1.2.3.1.1.6 counter32 read-only
Number of control octets sent.
                           juniL2tpDestStatCtlSendPackets 1.3.6.1.4.1.4874.2.2.35.1.2.3.1.1.7 counter32 read-only
Number of control packets sent.
                           juniL2tpDestStatCtlSendErrors 1.3.6.1.4.1.4874.2.2.35.1.2.3.1.1.8 counter32 read-only
Number of control packets incurring transmission errors.
                           juniL2tpDestStatCtlSendDiscards 1.3.6.1.4.1.4874.2.2.35.1.2.3.1.1.9 counter32 read-only
Number of control packets discarded before transmission.
                           juniL2tpDestStatPayRecvOctets 1.3.6.1.4.1.4874.2.2.35.1.2.3.1.1.10 counter32 read-only
Number of payload octets received.
                           juniL2tpDestStatPayRecvPackets 1.3.6.1.4.1.4874.2.2.35.1.2.3.1.1.11 counter32 read-only
Number of payload packets received.
                           juniL2tpDestStatPayRecvErrors 1.3.6.1.4.1.4874.2.2.35.1.2.3.1.1.12 counter32 read-only
Number of payload packets incurring reception errors.
                           juniL2tpDestStatPayRecvDiscards 1.3.6.1.4.1.4874.2.2.35.1.2.3.1.1.13 counter32 read-only
Number of payload packets discarded after reception.
                           juniL2tpDestStatPaySendOctets 1.3.6.1.4.1.4874.2.2.35.1.2.3.1.1.14 counter32 read-only
Number of payload octets sent.
                           juniL2tpDestStatPaySendPackets 1.3.6.1.4.1.4874.2.2.35.1.2.3.1.1.15 counter32 read-only
Number of payload packets sent.
                           juniL2tpDestStatPaySendErrors 1.3.6.1.4.1.4874.2.2.35.1.2.3.1.1.16 counter32 read-only
Number of payload packets incurring transmission errors.
                           juniL2tpDestStatPaySendDiscards 1.3.6.1.4.1.4874.2.2.35.1.2.3.1.1.17 counter32 read-only
Number of payload packets discarded before transmission.
           juniL2tpTunnel 1.3.6.1.4.1.4874.2.2.35.1.3
               juniL2tpTunnelConfig 1.3.6.1.4.1.4874.2.2.35.1.3.1
                   juniL2tpTunnelConfigTable 1.3.6.1.4.1.4874.2.2.35.1.3.1.2 no-access
The L2TP tunnel configuration table. Each entry in this table has a corresponding entry in the Interfaces MIB ifTable, and in juniL2tpTunnelStatsTable.
                       juniL2tpTunnelConfigEntry 1.3.6.1.4.1.4874.2.2.35.1.3.1.2.1 no-access
Describes the configuration attributes of an L2TP tunnel.
                           juniL2tpTunnelConfigIfIndex 1.3.6.1.4.1.4874.2.2.35.1.3.1.2.1.1 interfaceindex no-access
Same value as ifIndex for the corresponding entry in Interfaces MIB ifTable.
                           juniL2tpTunnelConfigRowStatus 1.3.6.1.4.1.4874.2.2.35.1.3.1.2.1.2 rowstatus read-only
An implementation may choose not to support administrative configuration of tunnels.
                           juniL2tpTunnelConfigAdminState 1.3.6.1.4.1.4874.2.2.35.1.3.1.2.1.3 junil2tpadminstate read-only
The configured administrative state.
               juniL2tpTunnelStatus 1.3.6.1.4.1.4874.2.2.35.1.3.2
                   juniL2tpTunnelStatusTable 1.3.6.1.4.1.4874.2.2.35.1.3.2.1 no-access
The L2TP tunnel status and statistics table. Each entry in this table has a corresponding entry in the Interfaces MIB ifTable, and in juniL2tpTunnelConfigTable.
                       juniL2tpTunnelStatusEntry 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1 no-access
An L2TP tunnel interface stats entry.
                           juniL2tpTunnelStatusIfIndex 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.1 interfaceindex no-access
Same as the value of ifIndex for the corresponding entry in Interfaces MIB ifTable.
                           juniL2tpTunnelStatusTransport 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.2 junil2tptransport read-only
The underlying transport over which this L2TP tunnel is carried.
                           juniL2tpTunnelStatusLocalTunnelId 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.3 junil2tptunnelid read-only
The local tunnel identifier.
                           juniL2tpTunnelStatusRemoteTunnelId 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.4 junil2tptunnelid read-only
The remote tunnel identifier.
                           juniL2tpTunnelStatusEffectiveAdminState 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.5 junil2tpadminstate read-only
The administrative state currently in effect. This could be the configured admin state for this tunnel, or an overriding admin state exerted from a higher hierarchical level (system, destination).
                           juniL2tpTunnelStatusState 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.6 integer read-only
The current state of the tunnel. Enumeration: 'established': 2, 'idle': 0, 'connecting': 1, 'disconnecting': 3.
                           juniL2tpTunnelStatusInitiated 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.7 integer read-only
Indicates whether the tunnel was initiated locally, or by the remote tunnel peer. Enumeration: 'remote': 2, 'none': 0, 'local': 1.
                           juniL2tpTunnelStatusRemoteHostName 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.8 displaystring read-only
The host name obtained during the tunnel establishment phase (via the Host Name AVP) of the L2TP peer. If the tunnel is idle, this object should maintain its value from the last time it was connected, or a zero-length string if no name was previously known.
                           juniL2tpTunnelStatusRemoteVendorName 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.9 displaystring read-only
Identifies the vendor name of the peer's L2TP implementation. If the tunnel is idle, this object should maintain its value from the last time it was connected, of a zero-length string if no name was previously known.
                           juniL2tpTunnelStatusRemoteFirmwareRevision 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.10 integer32 read-only
The tunnel peer's firmware revision number. If the tunnel is idle, this object should maintain its value from the last time it was connected, or a zero value if no revision was previously known.
                           juniL2tpTunnelStatusRemoteProtocolVersion 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.11 octet string read-only
The protocol version and revision of the tunnel peer's implementation. The first octet contains the protocol version. The second octet contains the protocol revision.
                           juniL2tpTunnelStatusRemoteBearerCapabilities 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.12 integer read-only
The Bearer Capabilities of the tunnel peer. If the tunnel is idle this object should maintain its value from the last time it was connected, or 'none' if not previously known. Enumeration: 'none': 0, 'digitalAnalog': 3, 'analog': 2, 'digital': 1.
                           juniL2tpTunnelStatusRemoteFramingCapabilities 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.13 integer read-only
The Framing Capabilities of the tunnel peer. If the tunnel is idle this object should maintain its value from the last time it was connected, or 'none' if not previously known. Enumeration: 'async': 2, 'none': 0, 'sync': 1, 'syncAsync': 3.
                           juniL2tpTunnelStatusRecvWindowSize 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.14 gauge32 read-only
The receive window size.
                           juniL2tpTunnelStatusSendWindowSize 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.15 gauge32 read-only
The tunnel peer's receive window size.
                           juniL2tpTunnelStatusSendQueueDepth 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.16 gauge32 read-only
Number of control packets on transmit queue.
                           juniL2tpTunnelStatusRecvSeq 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.17 integer32 read-only
The next sequence number expected in a received control packet.
                           juniL2tpTunnelStatusRecvSeqAck 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.18 integer32 read-only
The last received sequence number that was acknowledged back to the tunnel peer.
                           juniL2tpTunnelStatusSendSeq 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.19 integer32 read-only
The next sequence number to be sent in a transmitted control packet.
                           juniL2tpTunnelStatusSendSeqAck 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.20 integer32 read-only
The send sequence number that the tunnel peer has acknowledged. The flow control state can be determined by subtracting the juniL2tpTunnelStatusSendSeq from juniL2tpTunnelStatusSendSeqAck and comparing this value to juniL2tpTunnelStatusSendWindowSize.
                           juniL2tpTunnelStatusTotalSessions 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.21 counter32 read-only
The total number of sessions that this tunnel has successfully connected through to its tunnel peer since this tunnel was created, including those that have since terminated.
                           juniL2tpTunnelStatusFailedSessions 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.22 counter32 read-only
The number of sessions that were initiated but failed to reach the established phase.
                           juniL2tpTunnelStatusActiveSessions 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.23 gauge32 read-only
The current number of sessions in the established state.
                           juniL2tpTunnelStatusLastResultCode 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.24 integer32 read-only
The last value of the result code as described in the Result Code AVP which caused the tunnel to disconnect.
                           juniL2tpTunnelStatusLastErrorCode 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.25 integer32 read-only
The last value of the error code as described in the Result Code AVP which caused the tunnel to disconnect.
                           juniL2tpTunnelStatusLastErrorMessage 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.26 displaystring read-only
The last value of the optional message as described in the Result Code AVP which caused the tunnel to disconnect.
                           juniL2tpTunnelStatusCumEstabTime 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.27 unsigned32 read-only
The cumulative time in seconds that this tunnel, since first being created, has spent in the established state (which may be punctuated by intervals outside the established state).
                           juniL2tpTunnelStatusEffectiveFailoverResync 1.3.6.1.4.1.4874.2.2.35.1.3.2.1.1.28 integer32 read-only
The mechanism employed following failover to resynchronize with the L2TP peer.
               juniL2tpTunnelStatistics 1.3.6.1.4.1.4874.2.2.35.1.3.3
                   juniL2tpTunnelStatTable 1.3.6.1.4.1.4874.2.2.35.1.3.3.1 no-access
The L2TP tunnel statistics table. Describes the control and payload statistics for each L2TP tunnel. Each entry in this table has a corresponding entry in the Interfaces MIB ifTable, and in juniL2tpTunnelConfigTable.
                       juniL2tpTunnelStatEntry 1.3.6.1.4.1.4874.2.2.35.1.3.3.1.1 no-access
Describes the L2TP control and payload statistics for an L2TP tunnel.
                           juniL2tpTunnelStatIfIndex 1.3.6.1.4.1.4874.2.2.35.1.3.3.1.1.1 interfaceindex no-access
Same value as ifIndex for the corresponding entry in Interfaces MIB ifTable.
                           juniL2tpTunnelStatCtlRecvOctets 1.3.6.1.4.1.4874.2.2.35.1.3.3.1.1.2 counter32 read-only
Number of control octets received.
                           juniL2tpTunnelStatCtlRecvPackets 1.3.6.1.4.1.4874.2.2.35.1.3.3.1.1.3 counter32 read-only
Number of control packets received.
                           juniL2tpTunnelStatCtlRecvErrors 1.3.6.1.4.1.4874.2.2.35.1.3.3.1.1.4 counter32 read-only
Number of control packets incurring reception errors.
                           juniL2tpTunnelStatCtlRecvDiscards 1.3.6.1.4.1.4874.2.2.35.1.3.3.1.1.5 counter32 read-only
Number of control packets discarded after reception.
                           juniL2tpTunnelStatCtlSendOctets 1.3.6.1.4.1.4874.2.2.35.1.3.3.1.1.6 counter32 read-only
Number of control octets sent.
                           juniL2tpTunnelStatCtlSendPackets 1.3.6.1.4.1.4874.2.2.35.1.3.3.1.1.7 counter32 read-only
Number of control packets sent.
                           juniL2tpTunnelStatCtlSendErrors 1.3.6.1.4.1.4874.2.2.35.1.3.3.1.1.8 counter32 read-only
Number of control packets incurring transmission errors.
                           juniL2tpTunnelStatCtlSendDiscards 1.3.6.1.4.1.4874.2.2.35.1.3.3.1.1.9 counter32 read-only
Number of control packets discarded before transmission.
                           juniL2tpTunnelStatPayRecvOctets 1.3.6.1.4.1.4874.2.2.35.1.3.3.1.1.10 counter32 read-only
Number of payload octets received.
                           juniL2tpTunnelStatPayRecvPackets 1.3.6.1.4.1.4874.2.2.35.1.3.3.1.1.11 counter32 read-only
Number of payload packets received.
                           juniL2tpTunnelStatPayRecvErrors 1.3.6.1.4.1.4874.2.2.35.1.3.3.1.1.12 counter32 read-only
Number of payload packets incurring reception errors.
                           juniL2tpTunnelStatPayRecvDiscards 1.3.6.1.4.1.4874.2.2.35.1.3.3.1.1.13 counter32 read-only
Number of payload packets discarded after reception.
                           juniL2tpTunnelStatPaySendOctets 1.3.6.1.4.1.4874.2.2.35.1.3.3.1.1.14 counter32 read-only
Number of payload octets sent.
                           juniL2tpTunnelStatPaySendPackets 1.3.6.1.4.1.4874.2.2.35.1.3.3.1.1.15 counter32 read-only
Number of payload packets sent.
                           juniL2tpTunnelStatPaySendErrors 1.3.6.1.4.1.4874.2.2.35.1.3.3.1.1.16 counter32 read-only
Number of payload packets incurring transmission errors.
                           juniL2tpTunnelStatPaySendDiscards 1.3.6.1.4.1.4874.2.2.35.1.3.3.1.1.17 counter32 read-only
Number of payload packets discarded before transmission.
                           juniL2tpTunnelStatCtlRecvZLB 1.3.6.1.4.1.4874.2.2.35.1.3.3.1.1.18 counter32 read-only
Number of Zero Length Body control packet acknowledgement packets that were received.
                           juniL2tpTunnelStatCtlRecvOutOfSequence 1.3.6.1.4.1.4874.2.2.35.1.3.3.1.1.19 counter32 read-only
Number of control packets not received in the correct sequence number order.
                           juniL2tpTunnelStatCtlRecvOutOfWindow 1.3.6.1.4.1.4874.2.2.35.1.3.3.1.1.20 counter32 read-only
Number of control packets received outside the offered receive window.
                           juniL2tpTunnelStatCtlSendZLB 1.3.6.1.4.1.4874.2.2.35.1.3.3.1.1.21 counter32 read-only
Number of Zero Length Body control packets sent.
                           juniL2tpTunnelStatCtlSendRetransmits 1.3.6.1.4.1.4874.2.2.35.1.3.3.1.1.22 counter32 read-only
Number of control packet send retransmissions.
               juniL2tpTunnelMap 1.3.6.1.4.1.4874.2.2.35.1.3.4
                   juniL2tpMapTifSidToSifTable 1.3.6.1.4.1.4874.2.2.35.1.3.4.1 no-access
Table of TunnelIf/SessionId -> SessionIf mappings.
                       juniL2tpMapTifSidToSifEntry 1.3.6.1.4.1.4874.2.2.35.1.3.4.1.1 no-access
A mapping of TunnelIf/SessionId to SessionIf.
                           juniL2tpMapTifSidToSifTunnelIfIndex 1.3.6.1.4.1.4874.2.2.35.1.3.4.1.1.1 interfaceindex no-access
The ifIndex of a tunnel interface.
                           juniL2tpMapTifSidToSifLocalSessionId 1.3.6.1.4.1.4874.2.2.35.1.3.4.1.1.2 junil2tpsessionid no-access
A local session ID on the associated tunnel interface.
                           juniL2tpMapTifSidToSifSessionIfIndex 1.3.6.1.4.1.4874.2.2.35.1.3.4.1.1.3 interfaceindex read-only
The ifIndex of the session interface identified by this entry's Tunnel ifIndex and local Session ID pair.
                   juniL2tpMapTidToTifTable 1.3.6.1.4.1.4874.2.2.35.1.3.4.2 no-access
Map L2TP tunnel IDs to tunnel interfaces.
                       juniL2tpMapTidToTifEntry 1.3.6.1.4.1.4874.2.2.35.1.3.4.2.1 no-access
A mapping of L2TP tunnel ID to tunnel interface.
                           juniL2tpMapTidToTifLocalTunnelId 1.3.6.1.4.1.4874.2.2.35.1.3.4.2.1.1 junil2tptunnelid no-access
A local tunnel identifier.
                           juniL2tpMapTidToTifIfIndex 1.3.6.1.4.1.4874.2.2.35.1.3.4.2.1.2 interfaceindex read-only
The ifIndex of the tunnel interface having the associated tunnel identifier.
           juniL2tpSession 1.3.6.1.4.1.4874.2.2.35.1.4
               juniL2tpSessionConfig 1.3.6.1.4.1.4874.2.2.35.1.4.1
                   juniL2tpSessionConfigTable 1.3.6.1.4.1.4874.2.2.35.1.4.1.2 no-access
The L2TP session configuration table. Each entry in this table has a corresponding entry in the Interfaces MIB ifTable, and in juniL2tpSessionStatsTable.
                       juniL2tpSessionConfigEntry 1.3.6.1.4.1.4874.2.2.35.1.4.1.2.1 no-access
Describes the configuration attributes of an L2TP session.
                           juniL2tpSessionConfigIfIndex 1.3.6.1.4.1.4874.2.2.35.1.4.1.2.1.1 interfaceindex no-access
Same value as ifIndex for the corresponding entry in Interfaces MIB ifTable.
                           juniL2tpSessionConfigRowStatus 1.3.6.1.4.1.4874.2.2.35.1.4.1.2.1.2 rowstatus read-only
An implementation may choose not to support administrative configuration of tunnels.
                           juniL2tpSessionConfigAdminState 1.3.6.1.4.1.4874.2.2.35.1.4.1.2.1.3 junil2tpadminstate read-only
The configured administrative state.
               juniL2tpSessionStatus 1.3.6.1.4.1.4874.2.2.35.1.4.2
                   juniL2tpSessionStatusTable 1.3.6.1.4.1.4874.2.2.35.1.4.2.1 no-access
The L2TP session status and statistics table.
                       juniL2tpSessionStatusEntry 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1 no-access
An L2TP session interface status and statistics entry.
                           juniL2tpSessionStatusIfIndex 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1.1 interfaceindex no-access
The ifIndex of an L2TP session interface.
                           juniL2tpSessionStatusLacPppIfIndex 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1.2 interfaceindexorzero read-only
For pass-through PPP sessions (conventional LAC), the ifIndex of an associated local PPP interface through which the remote LAC client was connected. If unknown, this object contains a value of zero. For locally originated PPP sessions (LNS-like), this object has a value of zero. This object is deprecated in favor of juniL2tpSessionStatusLacTunneledIfIndex.
                           juniL2tpSessionStatusLocalSessionId 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1.3 junil2tpsessionid read-only
The local session ID for the session.
                           juniL2tpSessionStatusRemoteSessionId 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1.4 junil2tpsessionid read-only
The remote session ID for the session.
                           juniL2tpSessionStatusUserName 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1.5 displaystring read-only
The peer session name on this interface, typically the login name of the remote user. If the user name is unknown this object will contain a zero-length string.
                           juniL2tpSessionStatusEffectiveAdminState 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1.6 junil2tpadminstate read-only
The administrative state currently in effect. This could be the configured admin state for this session, or an overriding admin state exerted from a higher hierarchical level (system, destination, tunnel).
                           juniL2tpSessionStatusState 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1.7 integer read-only
The current state of the session. Enumeration: 'established': 2, 'idle': 0, 'connecting': 1, 'disconnecting': 3.
                           juniL2tpSessionStatusCallType 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1.8 integer read-only
The type of call and role this tunnel peer is providing for this session. For example, lacIncoming(1) indicates 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. Enumeration: 'lnsOutgoing': 4, 'none': 0, 'lacIncoming': 1, 'lacOutgoing': 3, 'lnsIncoming': 2.
                           juniL2tpSessionStatusCallSerialNumber 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1.9 integer32 read-only
The serial number assigned to this session.
                           juniL2tpSessionStatusTxConnectSpeed 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1.10 integer32 read-only
The last known transmit baud rate for this session.
                           juniL2tpSessionStatusRxConnectSpeed 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1.11 integer32 read-only
The last known receive baud rate for this session.
                           juniL2tpSessionStatusCallBearerType 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1.12 integer read-only
The bearer type of this session. Enumeration: 'none': 0, 'analog': 2, 'digital': 1.
                           juniL2tpSessionStatusFramingType 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1.13 integer read-only
The framing type of this session. Enumeration: 'async': 2, 'none': 0, 'sync': 1.
                           juniL2tpSessionStatusPhysChanId 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1.14 integer32 read-only
The physical channel identifier for the session. For pass-through PPP sessions, typically the ifIndex of the access interface lying below the PPP interface identified by juniL2tpSessionStatusLacTunneledIfIndex.
                           juniL2tpSessionStatusDnis 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1.15 displaystring read-only
The Dialed Number Information String that the LAC obtained from the network for the session. If no DNIS was provided, a zero-length string will be returned.
                           juniL2tpSessionStatusClid 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1.16 displaystring read-only
The Calling Line ID that the LAC obtained from the network for the session. If no CLID was provided, a zero-length string will be returned.
                           juniL2tpSessionStatusSubAddress 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1.17 displaystring read-only
The SubAddress that the LAC obtained from the network for the session. If no SubAddress was provided, a zero-length string will be returned.
                           juniL2tpSessionStatusPrivateGroupId 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1.18 displaystring read-only
The Private Group Identifier used for this tunneled session. If no Private Group Identifier was provided, a zero-length string will be returned.
                           juniL2tpSessionStatusProxyLcp 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1.19 truthvalue read-only
Indicates whether proxy LCP was provided for this session.
                           juniL2tpSessionStatusAuthMethod 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1.20 integer read-only
The proxy authentication method employed by the LAC for the session. If juniL2tpSessionProxyLcp is false(2) this object reports a value of 'none' and should be ignored. Enumeration: 'pppChap': 1, 'none': 0, 'pppMsChap': 3, 'pppPap': 2.
                           juniL2tpSessionStatusSequencingState 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1.21 integer read-only
Indicates which tunnel peers have requested payload sequencing. Enumeration: 'local': 2, 'none': 0, 'remote': 1, 'both': 3.
                           juniL2tpSessionStatusSendSeq 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1.22 integer32 read-only
The next send sequence number.
                           juniL2tpSessionStatusRecvSeq 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1.23 integer32 read-only
The next receive sequence number expected.
                           juniL2tpSessionStatusLacTunneledIfIndex 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1.24 interfaceindexorzero read-only
For pass-through remote client sessions (conventional LAC), the ifIndex of an associated local interface through which the remote LAC client was connected. If unknown, this object contains a value of zero. For locally originated sessions (LNS-like), this object has a value of zero.
                           juniL2tpSessionStatusCumEstabTime 1.3.6.1.4.1.4874.2.2.35.1.4.2.1.1.25 unsigned32 read-only
The cumulative time in seconds that this session, since first being created, has spent in the established state (which may be punctuated by intervals outside the established state).
               juniL2tpSessionStatistics 1.3.6.1.4.1.4874.2.2.35.1.4.3
                   juniL2tpSessionStatTable 1.3.6.1.4.1.4874.2.2.35.1.4.3.1 no-access
The L2TP session statistics table.
                       juniL2tpSessionStatEntry 1.3.6.1.4.1.4874.2.2.35.1.4.3.1.1 no-access
An L2TP session interface statistics entry.
                           juniL2tpSessionStatIfIndex 1.3.6.1.4.1.4874.2.2.35.1.4.3.1.1.1 interfaceindex no-access
The ifIndex of an L2TP session interface.
                           juniL2tpSessionStatPayRecvOctets 1.3.6.1.4.1.4874.2.2.35.1.4.3.1.1.2 counter32 read-only
Number of payload octets received.
                           juniL2tpSessionStatPayRecvPackets 1.3.6.1.4.1.4874.2.2.35.1.4.3.1.1.3 counter32 read-only
Number of payload packets received.
                           juniL2tpSessionStatPayRecvErrors 1.3.6.1.4.1.4874.2.2.35.1.4.3.1.1.4 counter32 read-only
Number of payload packets incurring reception errors.
                           juniL2tpSessionStatPayRecvDiscards 1.3.6.1.4.1.4874.2.2.35.1.4.3.1.1.5 counter32 read-only
Number of payload packets discarded after reception.
                           juniL2tpSessionStatPaySendOctets 1.3.6.1.4.1.4874.2.2.35.1.4.3.1.1.6 counter32 read-only
Number of payload octets sent.
                           juniL2tpSessionStatPaySendPackets 1.3.6.1.4.1.4874.2.2.35.1.4.3.1.1.7 counter32 read-only
Number of payload packets sent.
                           juniL2tpSessionStatPaySendErrors 1.3.6.1.4.1.4874.2.2.35.1.4.3.1.1.8 counter32 read-only
Number of payload packets incurring transmission errors.
                           juniL2tpSessionStatPaySendDiscards 1.3.6.1.4.1.4874.2.2.35.1.4.3.1.1.9 counter32 read-only
Number of payload packets discarded before transmission.
                           juniL2tpSessionStatRecvOutOfSequence 1.3.6.1.4.1.4874.2.2.35.1.4.3.1.1.10 counter32 read-only
The number of packets received out of sequence.
                           juniL2tpSessionStatResequencingTimeouts 1.3.6.1.4.1.4874.2.2.35.1.4.3.1.1.11 counter32 read-only
The number of reassembly timeouts that have occurred.
                           juniL2tpSessionStatPayLostPackets 1.3.6.1.4.1.4874.2.2.35.1.4.3.1.1.12 unsigned32 read-only
When sequence numbers are enabled, this value represents the estimated number of payload packets lost, based on observed gaps in sequence numbers. This estimate is subject to correction (decrement) upon receipt of out-of-sequence packets that fill previously observed gaps.
           juniL2tpTransport 1.3.6.1.4.1.4874.2.2.35.1.5
               juniL2tpTransportUdpIp 1.3.6.1.4.1.4874.2.2.35.1.5.1
                   juniL2tpUdpIpSystem 1.3.6.1.4.1.4874.2.2.35.1.5.1.1
                   juniL2tpUdpIpDestination 1.3.6.1.4.1.4874.2.2.35.1.5.1.2
                       juniL2tpUdpIpDestTable 1.3.6.1.4.1.4874.2.2.35.1.5.1.2.1 no-access
The L2TP UDP/IP destination table. Reports the UDP/IP characteristics of a L2TP UDP/IP destination. A L2TP UDP/IP destination is associated with a local router, a local IP address, and with a remote IP address for the L2TP peer. More specific UDP/IP detail per tunnel is reported in the juniL2tpUdpIpTunnelTable.
                           juniL2tpUdpIpDestEntry 1.3.6.1.4.1.4874.2.2.35.1.5.1.2.1.1 no-access
Describes the UDP/IP attributes of an L2TP destination.
                               juniL2tpUdpIpDestIfIndex 1.3.6.1.4.1.4874.2.2.35.1.5.1.2.1.1.1 interfaceindex no-access
Same value as ifIndex for the corresponding entry in Interfaces MIB ifTable.
                               juniL2tpUdpIpDestRouterIndex 1.3.6.1.4.1.4874.2.2.35.1.5.1.2.1.1.2 unsigned32 read-only
The index of an entry in the juniRouterTable for the local router with which this L2TP destination interface is associated.
                               juniL2tpUdpIpDestLocalAddress 1.3.6.1.4.1.4874.2.2.35.1.5.1.2.1.1.3 ipaddress read-only
This L2TP destination's local IP address.
                               juniL2tpUdpIpDestRemoteAddress 1.3.6.1.4.1.4874.2.2.35.1.5.1.2.1.1.4 ipaddress read-only
The IP address of the remote L2TP endpoint.
                   juniL2tpUdpIpTunnel 1.3.6.1.4.1.4874.2.2.35.1.5.1.3
                       juniL2tpUdpIpTunnelTable 1.3.6.1.4.1.4874.2.2.35.1.5.1.3.1 no-access
The L2TP UDP/IP tunnel table. Reports the UDP/IP characteristics of L2TP UDP/IP tunnels. A L2TP UDP/IP tunnel is defined in terms of the local and remote IP addresses and UDP ports.
                           juniL2tpUdpIpTunnelEntry 1.3.6.1.4.1.4874.2.2.35.1.5.1.3.1.1 no-access
An L2TP UDP/IP tunnel entry.
                               juniL2tpUdpIpTunnelIfIndex 1.3.6.1.4.1.4874.2.2.35.1.5.1.3.1.1.1 interfaceindex no-access
Same as the value of ifIndex for the corresponding entry in Interfaces MIB ifTable.
                               juniL2tpUdpIpTunnelRouterIndex 1.3.6.1.4.1.4874.2.2.35.1.5.1.3.1.1.2 unsigned32 read-only
The index of an entry in the juniRouterTable for the local router with which this L2TP tunnel interface is associated.
                               juniL2tpUdpIpTunnelLocalAddress 1.3.6.1.4.1.4874.2.2.35.1.5.1.3.1.1.3 ipaddress read-only
The local IP address for this UDP/IP tunnel.
                               juniL2tpUdpIpTunnelLocalPort 1.3.6.1.4.1.4874.2.2.35.1.5.1.3.1.1.4 integer32 read-only
The local UDP port for this UDP/IP tunnel.
                               juniL2tpUdpIpTunnelRemoteAddress 1.3.6.1.4.1.4874.2.2.35.1.5.1.3.1.1.5 ipaddress read-only
The remote IP address for this UDP/IP tunnel.
                               juniL2tpUdpIpTunnelRemotePort 1.3.6.1.4.1.4874.2.2.35.1.5.1.3.1.1.6 integer32 read-only
The remote UDP port for this UDP/IP tunnel.
                               juniL2tpUdpIpTunnelRemoteReceiveAddress 1.3.6.1.4.1.4874.2.2.35.1.5.1.3.1.1.7 ipaddress read-only
The remote receive IP address for this UDP/IP tunnel. This object will differ from juniL2tpUdpIpTunnelRemoteAddress when the tunnel uses separate transmit and receive addresses to the remote peer.
                               juniL2tpUdpIpTunnelRemoteReceivePort 1.3.6.1.4.1.4874.2.2.35.1.5.1.3.1.1.8 integer32 read-only
The remote receive UDP port for this UDP/IP tunnel. This object will differ from juniL2tpUdpIpTunnelRemotePort when the tunnel uses separate transmit and receive ports to the remote peer.
                   juniL2tpUdpIpSession 1.3.6.1.4.1.4874.2.2.35.1.5.1.4
       juniL2tpTrapControl 1.3.6.1.4.1.4874.2.2.35.2
       juniL2tpConformance 1.3.6.1.4.1.4874.2.2.35.3
           juniL2tpGroups 1.3.6.1.4.1.4874.2.2.35.3.1
               juniL2tpConfigGroup 1.3.6.1.4.1.4874.2.2.35.3.1.1
Obsolete collection of objects providing configuration information of the L2TP protocol, tunnels and sessions. This group became obsolete when juniL2tpSysConfigReceiveDataSequencingIgnore was added.
               juniL2tpStatusGroup 1.3.6.1.4.1.4874.2.2.35.3.1.2
Obsolete collection of objects providing status of the L2TP protocol at the system, destination, tunnel, and session levels. This group became obsolete when new objects were added.
               juniL2tpStatGroup 1.3.6.1.4.1.4874.2.2.35.3.1.3
Obsolete collection of objects providing statistics of the L2TP protocol at the destination, tunnel, and session levels. This group became obsolete when new objects were added.
               juniL2tpMapGroup 1.3.6.1.4.1.4874.2.2.35.3.1.4
A collection of objects providing mapping associations among L2TP components.
               juniL2tpUdpIpGroup 1.3.6.1.4.1.4874.2.2.35.3.1.5
Obsolete collection of objects providing UDP/IP transport information for L2TP components.
               juniL2tpStatusGroup2 1.3.6.1.4.1.4874.2.2.35.3.1.6
Obsolete collection of objects providing status of the L2TP protocol at the system, destination, tunnel, and session levels.
               juniL2tpStatGroup2 1.3.6.1.4.1.4874.2.2.35.3.1.7
A collection of objects providing statistics of the L2TP protocol at the destination, tunnel, and session levels.
               juniL2tpConfigGroup2 1.3.6.1.4.1.4874.2.2.35.3.1.8
Obsolete collection of objects providing configuration information of the L2TP protocol, tunnels and sessions. This group became obsolete when new objects were added.
               juniL2tpConfigGroup3 1.3.6.1.4.1.4874.2.2.35.3.1.9
Obsolete collection of objects providing configuration information of the L2TP protocol, tunnels and sessions. This group became obsolete when juniL2tpSysConfigDisableCallingNumberAvp was added.
               juniL2tpConfigGroup4 1.3.6.1.4.1.4874.2.2.35.3.1.10
Obsolete collection of objects providing configuration information of the L2TP protocol, tunnels and sessions. This group became obsolete when new objects were added.
               juniL2tpConfigGroup5 1.3.6.1.4.1.4874.2.2.35.3.1.11
Obsolete collection of objects providing configuration information of the L2TP protocol, tunnels and sessions. This group became obsolete when new objects were added.
               juniL2tpConfigGroup6 1.3.6.1.4.1.4874.2.2.35.3.1.12
Obsolete collection of objects providing configuration information of the L2TP protocol, tunnels and sessions. This group became obsolete when new objects were added.
               juniL2tpConfigGroup7 1.3.6.1.4.1.4874.2.2.35.3.1.13
A collection of objects providing configuration information of the L2TP protocol, tunnels and sessions.
               juniL2tpUdpIpGroup1 1.3.6.1.4.1.4874.2.2.35.3.1.14
A collection of objects providing UDP/IP transport information for L2TP components.
               juniL2tpConfigGroup8 1.3.6.1.4.1.4874.2.2.35.3.1.15
Obsolete collection of objects providing configuration information of the L2TP protocol, tunnels and sessions.
               juniL2tpConfigGroup9 1.3.6.1.4.1.4874.2.2.35.3.1.16
Obsolete collection of objects providing configuration information of the L2TP protocol, tunnels and sessions.
               juniL2tpConfigGroup10 1.3.6.1.4.1.4874.2.2.35.3.1.17
Obsolete collection of objects providing configuration information of the L2TP protocol, tunnels and sessions.
               juniL2tpStatusGroup3 1.3.6.1.4.1.4874.2.2.35.3.1.18
Obsolete collection of objects providing status information of the L2TP protocol, tunnels and sessions.
               juniL2tpConfigGroup11 1.3.6.1.4.1.4874.2.2.35.3.1.19
Obsolete collection of objects providing configuration information of the L2TP protocol, tunnels and sessions.
               juniL2tpConfigGroup12 1.3.6.1.4.1.4874.2.2.35.3.1.20
Obsolete collection of objects providing configuration information of the L2TP protocol, tunnels and sessions.
               juniL2tpStatusGroup4 1.3.6.1.4.1.4874.2.2.35.3.1.21
Obsolete collection of objects providing configuration information of the L2TP protocol, tunnels and sessions.
               juniL2tpConfigGroup13 1.3.6.1.4.1.4874.2.2.35.3.1.22
A collection of objects providing configuration information of the L2TP protocol, tunnels and sessions.
               juniL2tpStatusGroup5 1.3.6.1.4.1.4874.2.2.35.3.1.23
A collection of objects providing status of the L2TP protocol at the system, destination, tunnel, and session levels.
           juniL2tpCompliances 1.3.6.1.4.1.4874.2.2.35.3.2
               juniL2tpCompliance 1.3.6.1.4.1.4874.2.2.35.3.2.1
Obsolete compliance statement for SNMPv2 entities which implement the L2TP MIB. This statement became obsolete when juniL2tpTunnelStatusCumEstabTime, juniL2tpSessionStatusCumEstabTime and juniL2tpSessionStatPayLostPackets were added, and juniL2tpSessionStatusLacTunneledIfIndex replaced juniL2tpSessionStatusLacPppIfIndex.
               juniL2tpCompliance2 1.3.6.1.4.1.4874.2.2.35.3.2.2
Obsolete compliance statement for SNMPv2 entities which implement the L2TP MIB. This statement became obsolete when a new object was added to the configuration group.
               juniL2tpCompliance3 1.3.6.1.4.1.4874.2.2.35.3.2.3
Obsolete compliance statement for SNMPv2 entities which implement the L2TP MIB. This statement became obsolete when new objects were added to the configuration group.
               juniL2tpCompliance4 1.3.6.1.4.1.4874.2.2.35.3.2.4
Obsolete compliance statement for SNMPv2 entities which implement the L2TP MIB. This statement became obsolete when new objects were added to the configuration group.
               juniL2tpCompliance5 1.3.6.1.4.1.4874.2.2.35.3.2.5
Obsolete compliance statement for SNMPv2 entities which implement the L2TP MIB. This statement became obsolete when new objects were added to the configuration group.
               juniL2tpCompliance6 1.3.6.1.4.1.4874.2.2.35.3.2.6
Obsolete compliance statement for SNMPv2 entities which implement the L2TP MIB. This statement became obsolete when new objects were added to the configuration group.
               juniL2tpCompliance7 1.3.6.1.4.1.4874.2.2.35.3.2.7
Obsolete compliance statement for SNMPv2 entities which implement the L2TP MIB. This statement became obsolete when new objects were added to the configuration group.
               juniL2tpCompliance8 1.3.6.1.4.1.4874.2.2.35.3.2.8
Obsolete compliance statement for SNMPv2 entities which implement the L2TP MIB. This statement became obsolete when new objects were added to the configuration group.
               juniL2tpCompliance9 1.3.6.1.4.1.4874.2.2.35.3.2.9
Obsolete compliance statement for SNMPv2 entities which implement the L2TP MIB. This statement became obsolete when new objects were added to the configuration group.
               juniL2tpCompliance10 1.3.6.1.4.1.4874.2.2.35.3.2.10
Obsolete compliance statement for SNMPv2 entities which implement the L2TP MIB. This statement became obsolete when new objects were added to the configuration group.
               juniL2tpCompliance11 1.3.6.1.4.1.4874.2.2.35.3.2.11
Obsolete compliance statement for SNMPv2 entities which implement the L2TP MIB. This statement became obsolete when new objects were added to the status group.
               juniL2tpCompliance12 1.3.6.1.4.1.4874.2.2.35.3.2.12
Obsolete compliance statement for SNMPv2 entities which implement the L2TP MIB. This statement became obsolete when new objects were added to the config and status groups.
               juniL2tpCompliance13 1.3.6.1.4.1.4874.2.2.35.3.2.13
Obsolete compliance statement for SNMPv2 entities which implement the L2TP MIB. This statement became obsolete when new objects were added to the config and status group.
               juniL2tpCompliance14 1.3.6.1.4.1.4874.2.2.35.3.2.14
The compliance statement for SNMPv2 entities which implement the L2TP MIB.