Unisphere-Data-L2F-MIB

File: Unisphere-Data-L2F-MIB.mib (64461 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB Unisphere-Data-MIBs Unisphere-Data-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 Gauge32 Unsigned32
IpAddress TEXTUAL-CONVENTION DisplayString
RowStatus TruthValue OBJECT-GROUP
MODULE-COMPLIANCE InterfaceIndex InterfaceIndexOrZero
usDataMibs UsdEnable

Defined Types

UsdL2fTunnelId  
An L2F Tunnel ID. Implementation constraints may restrict the range of values actually used.
TEXTUAL-CONVENTION    
  Integer32 0..65535  

UsdL2fSessionId  
An L2F Session ID. Implementation constraints may restrict the range of values actually used.
TEXTUAL-CONVENTION    
  Integer32 0..65535  

UsdL2fAdminState  
The administrative state exerted on L2F tunnels sessions at some scope of control. enabled New tunnels/sessions may be instantiated. disabled All tunnels/sessions are terminated. drain No new tunnels/sessions may be instantiated, but any existing tunnels/sessions may persist until they expire by other means. The DESCRIPTION clause of an object defined to have this syntax must describe the scope of control that object exerts (e.g., all tunnels/sessions across the system, sessions within a single tunnel, etc.).
TEXTUAL-CONVENTION    
  INTEGER enabled(0), disabled(1), drain(2)  

UsdL2fTransport  
Transport type over which L2F is carried.
TEXTUAL-CONVENTION    
  INTEGER other(0), udpIp(1)  

UsdL2fDestConfigEntry  
SEQUENCE    
  usdL2fDestConfigIfIndex InterfaceIndex
  usdL2fDestConfigRowStatus RowStatus
  usdL2fDestConfigAdminState UsdL2fAdminState

UsdL2fDestStatusEntry  
SEQUENCE    
  usdL2fDestStatusIfIndex InterfaceIndex
  usdL2fDestStatusTransport UsdL2fTransport
  usdL2fDestStatusEffectiveAdminState UsdL2fAdminState
  usdL2fDestStatusTotalTunnels Counter32
  usdL2fDestStatusFailedTunnels Counter32
  usdL2fDestStatusFailedTunnelAuthens Counter32
  usdL2fDestStatusActiveTunnels Gauge32
  usdL2fDestStatusTotalSessions Counter32
  usdL2fDestStatusFailedSessions Counter32
  usdL2fDestStatusActiveSessions Gauge32

UsdL2fDestStatEntry  
SEQUENCE    
  usdL2fDestStatIfIndex InterfaceIndex
  usdL2fDestStatCtlRecvOctets Counter32
  usdL2fDestStatCtlRecvPackets Counter32
  usdL2fDestStatCtlRecvErrors Counter32
  usdL2fDestStatCtlRecvDiscards Counter32
  usdL2fDestStatCtlSendOctets Counter32
  usdL2fDestStatCtlSendPackets Counter32
  usdL2fDestStatCtlSendErrors Counter32
  usdL2fDestStatCtlSendDiscards Counter32
  usdL2fDestStatPayRecvOctets Counter32
  usdL2fDestStatPayRecvPackets Counter32
  usdL2fDestStatPayRecvErrors Counter32
  usdL2fDestStatPayRecvDiscards Counter32
  usdL2fDestStatPaySendOctets Counter32
  usdL2fDestStatPaySendPackets Counter32
  usdL2fDestStatPaySendErrors Counter32
  usdL2fDestStatPaySendDiscards Counter32

UsdL2fTunnelConfigEntry  
SEQUENCE    
  usdL2fTunnelConfigIfIndex InterfaceIndex
  usdL2fTunnelConfigRowStatus RowStatus
  usdL2fTunnelConfigAdminState UsdL2fAdminState

UsdL2fTunnelStatusEntry  
SEQUENCE    
  usdL2fTunnelStatusIfIndex InterfaceIndex
  usdL2fTunnelStatusTransport UsdL2fTransport
  usdL2fTunnelStatusLocalTunnelId UsdL2fTunnelId
  usdL2fTunnelStatusRemoteTunnelId UsdL2fTunnelId
  usdL2fTunnelStatusEffectiveAdminState UsdL2fAdminState
  usdL2fTunnelStatusState INTEGER
  usdL2fTunnelStatusInitiated INTEGER
  usdL2fTunnelStatusRemoteHostName DisplayString
  usdL2fTunnelStatusTotalSessions Counter32
  usdL2fTunnelStatusFailedSessions Counter32
  usdL2fTunnelStatusActiveSessions Gauge32
  usdL2fTunnelStatusLastErrorCode Integer32
  usdL2fTunnelStatusLastErrorMessage DisplayString
  usdL2fTunnelStatusCumEstabTime Unsigned32

UsdL2fTunnelStatEntry  
SEQUENCE    
  usdL2fTunnelStatIfIndex InterfaceIndex
  usdL2fTunnelStatCtlRecvOctets Counter32
  usdL2fTunnelStatCtlRecvPackets Counter32
  usdL2fTunnelStatCtlRecvErrors Counter32
  usdL2fTunnelStatCtlRecvDiscards Counter32
  usdL2fTunnelStatCtlSendOctets Counter32
  usdL2fTunnelStatCtlSendPackets Counter32
  usdL2fTunnelStatCtlSendErrors Counter32
  usdL2fTunnelStatCtlSendDiscards Counter32
  usdL2fTunnelStatPayRecvOctets Counter32
  usdL2fTunnelStatPayRecvPackets Counter32
  usdL2fTunnelStatPayRecvErrors Counter32
  usdL2fTunnelStatPayRecvDiscards Counter32
  usdL2fTunnelStatPaySendOctets Counter32
  usdL2fTunnelStatPaySendPackets Counter32
  usdL2fTunnelStatPaySendErrors Counter32
  usdL2fTunnelStatPaySendDiscards Counter32
  usdL2fTunnelStatCtlRecvOutOfSequence Counter32

UsdL2fMapTifSidToSifEntry  
SEQUENCE    
  usdL2fMapTifSidToSifTunnelIfIndex InterfaceIndex
  usdL2fMapTifSidToSifLocalSessionId UsdL2fSessionId
  usdL2fMapTifSidToSifSessionIfIndex InterfaceIndex

UsdL2fMapTidToTifEntry  
SEQUENCE    
  usdL2fMapTidToTifLocalTunnelId UsdL2fTunnelId
  usdL2fMapTidToTifIfIndex InterfaceIndex

UsdL2fSessionConfigEntry  
SEQUENCE    
  usdL2fSessionConfigIfIndex InterfaceIndex
  usdL2fSessionConfigRowStatus RowStatus
  usdL2fSessionConfigAdminState UsdL2fAdminState

UsdL2fSessionStatusEntry  
SEQUENCE    
  usdL2fSessionStatusIfIndex InterfaceIndex
  usdL2fSessionStatusLocalSessionId UsdL2fSessionId
  usdL2fSessionStatusRemoteSessionId UsdL2fSessionId
  usdL2fSessionStatusUserName DisplayString
  usdL2fSessionStatusEffectiveAdminState UsdL2fAdminState
  usdL2fSessionStatusState INTEGER
  usdL2fSessionStatusCallType INTEGER
  usdL2fSessionStatusTxConnectSpeed Integer32
  usdL2fSessionStatusRxConnectSpeed Integer32
  usdL2fSessionStatusProxyLcp TruthValue
  usdL2fSessionStatusAuthMethod INTEGER
  usdL2fSessionStatusSequencingState INTEGER
  usdL2fSessionStatusLacTunneledIfIndex InterfaceIndexOrZero
  usdL2fSessionStatusCumEstabTime Unsigned32

UsdL2fSessionStatEntry  
SEQUENCE    
  usdL2fSessionStatIfIndex InterfaceIndex
  usdL2fSessionStatPayRecvOctets Counter32
  usdL2fSessionStatPayRecvPackets Counter32
  usdL2fSessionStatPayRecvErrors Counter32
  usdL2fSessionStatPayRecvDiscards Counter32
  usdL2fSessionStatPaySendOctets Counter32
  usdL2fSessionStatPaySendPackets Counter32
  usdL2fSessionStatPaySendErrors Counter32
  usdL2fSessionStatPaySendDiscards Counter32
  usdL2fSessionStatRecvOutOfSequence Counter32
  usdL2fSessionStatResequencingTimeouts Counter32
  usdL2fSessionStatPayLostPackets Unsigned32

UsdL2fUdpIpDestEntry  
SEQUENCE    
  usdL2fUdpIpDestIfIndex InterfaceIndex
  usdL2fUdpIpDestRouterIndex Unsigned32
  usdL2fUdpIpDestLocalAddress IpAddress
  usdL2fUdpIpDestRemoteAddress IpAddress

UsdL2fUdpIpTunnelEntry  
SEQUENCE    
  usdL2fUdpIpTunnelIfIndex InterfaceIndex
  usdL2fUdpIpTunnelRouterIndex Unsigned32
  usdL2fUdpIpTunnelLocalAddress IpAddress
  usdL2fUdpIpTunnelLocalPort Integer32
  usdL2fUdpIpTunnelRemoteAddress IpAddress
  usdL2fUdpIpTunnelRemotePort Integer32

Defined Values

usdL2fMIB 1.3.6.1.4.1.4874.2.2.53
The Layer 2 Forwarding MIB for the Unisphere Networks enterprise.
MODULE-IDENTITY    

usdL2fTraps 1.3.6.1.4.1.4874.2.2.53.0
OBJECT IDENTIFIER    

usdL2fObjects 1.3.6.1.4.1.4874.2.2.53.1
OBJECT IDENTIFIER    

usdL2fTrapControl 1.3.6.1.4.1.4874.2.2.53.2
OBJECT IDENTIFIER    

usdL2fConformance 1.3.6.1.4.1.4874.2.2.53.3
OBJECT IDENTIFIER    

usdL2fSystem 1.3.6.1.4.1.4874.2.2.53.1.1
OBJECT IDENTIFIER    

usdL2fDestination 1.3.6.1.4.1.4874.2.2.53.1.2
OBJECT IDENTIFIER    

usdL2fTunnel 1.3.6.1.4.1.4874.2.2.53.1.3
OBJECT IDENTIFIER    

usdL2fSession 1.3.6.1.4.1.4874.2.2.53.1.4
OBJECT IDENTIFIER    

usdL2fTransport 1.3.6.1.4.1.4874.2.2.53.1.5
OBJECT IDENTIFIER    

usdL2fSystemConfig 1.3.6.1.4.1.4874.2.2.53.1.1.1
OBJECT IDENTIFIER    

usdL2fSystemStatus 1.3.6.1.4.1.4874.2.2.53.1.1.2
OBJECT IDENTIFIER    

usdL2fSysConfigAdminState 1.3.6.1.4.1.4874.2.2.53.1.1.1.1
Exerts control over all L2F tunnels/sessions in the system.
Status: current Access: read-write
OBJECT-TYPE    
  UsdL2fAdminState  

usdL2fSysConfigDestructTimeout 1.3.6.1.4.1.4874.2.2.53.1.1.1.2
The amount of time, in seconds, to preserve dynamic tunnels/sessions after they become inactive, e.g. to poll their statistics.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..3600  

usdL2fSysConfigIpChecksumEnable 1.3.6.1.4.1.4874.2.2.53.1.1.1.3
Enable/disable IP checksumming for tunnels with UDP/IP transport.
Status: current Access: read-write
OBJECT-TYPE    
  UsdEnable  

usdL2fSysConfigReceiveDataSequencingIgnore 1.3.6.1.4.1.4874.2.2.53.1.1.1.4
Enable/disable ignoring of receive sequencing of L2F data packets.
Status: current Access: read-write
OBJECT-TYPE    
  UsdEnable  

usdL2fSysStatusProtocolVersion 1.3.6.1.4.1.4874.2.2.53.1.1.2.1
Vector of supported L2F 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.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2..256)  

usdL2fSysStatusVendorName 1.3.6.1.4.1.4874.2.2.53.1.1.2.2
Vendor name of the L2F protocol stack.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usdL2fSysStatusFirmwareRev 1.3.6.1.4.1.4874.2.2.53.1.1.2.3
Firmware revision for the L2F protocol stack.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usdL2fSysStatusTotalDestinations 1.3.6.1.4.1.4874.2.2.53.1.1.2.4
Number of destination creations attempted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fSysStatusFailedDestinations 1.3.6.1.4.1.4874.2.2.53.1.1.2.5
Number of destination creation attempts that failed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fSysStatusActiveDestinations 1.3.6.1.4.1.4874.2.2.53.1.1.2.6
Number of destinations having at least one active tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

usdL2fSysStatusTotalTunnels 1.3.6.1.4.1.4874.2.2.53.1.1.2.7
Number of tunnel creations attempted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fSysStatusFailedTunnels 1.3.6.1.4.1.4874.2.2.53.1.1.2.8
Number of tunnel creation attempts that failed to reach the established state.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fSysStatusFailedTunnelAuthens 1.3.6.1.4.1.4874.2.2.53.1.1.2.9
Number of tunnel creation attempts that failed authentication.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fSysStatusActiveTunnels 1.3.6.1.4.1.4874.2.2.53.1.1.2.10
Number of tunnels currently established.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

usdL2fSysStatusTotalSessions 1.3.6.1.4.1.4874.2.2.53.1.1.2.11
Number of session creations attempted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fSysStatusFailedSessions 1.3.6.1.4.1.4874.2.2.53.1.1.2.12
Number of session creation attempts that failed to reach the established state.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fSysStatusActiveSessions 1.3.6.1.4.1.4874.2.2.53.1.1.2.13
Number of sessions currently established.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

usdL2fDestConfig 1.3.6.1.4.1.4874.2.2.53.1.2.1
OBJECT IDENTIFIER    

usdL2fDestStatus 1.3.6.1.4.1.4874.2.2.53.1.2.2
OBJECT IDENTIFIER    

usdL2fDestStatistics 1.3.6.1.4.1.4874.2.2.53.1.2.3
OBJECT IDENTIFIER    

usdL2fDestConfigTable 1.3.6.1.4.1.4874.2.2.53.1.2.1.2
The L2F destination configuration table. Each entry in this table has a corresponding entry in the Interfaces MIB ifTable, and in usdL2fDestStatsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdL2fDestConfigEntry

usdL2fDestConfigEntry 1.3.6.1.4.1.4874.2.2.53.1.2.1.2.1
Describes the configuration attributes of an L2F destination.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdL2fDestConfigEntry  

usdL2fDestConfigIfIndex 1.3.6.1.4.1.4874.2.2.53.1.2.1.2.1.1
Same value as ifIndex for the corresponding entry in Interfaces MIB ifTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

usdL2fDestConfigRowStatus 1.3.6.1.4.1.4874.2.2.53.1.2.1.2.1.2
An implementation may choose not to support administrative configuration of tunnels.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usdL2fDestConfigAdminState 1.3.6.1.4.1.4874.2.2.53.1.2.1.2.1.3
The configured administrative state.
Status: current Access: read-create
OBJECT-TYPE    
  UsdL2fAdminState  

usdL2fDestStatusTable 1.3.6.1.4.1.4874.2.2.53.1.2.2.1
The L2F destination status table. Each entry in this table has a corresponding entry in the Interfaces MIB ifTable, and in usdL2fDestConfigTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdL2fDestStatusEntry

usdL2fDestStatusEntry 1.3.6.1.4.1.4874.2.2.53.1.2.2.1.1
Describes the status attributes of an L2F destination.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdL2fDestStatusEntry  

usdL2fDestStatusIfIndex 1.3.6.1.4.1.4874.2.2.53.1.2.2.1.1.1
Same value as ifIndex for the corresponding entry in Interfaces MIB ifTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

usdL2fDestStatusTransport 1.3.6.1.4.1.4874.2.2.53.1.2.2.1.1.2
The underlying transport over which this L2F destination is carried.
Status: current Access: read-only
OBJECT-TYPE    
  UsdL2fTransport  

usdL2fDestStatusEffectiveAdminState 1.3.6.1.4.1.4874.2.2.53.1.2.2.1.1.3
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).
Status: current Access: read-only
OBJECT-TYPE    
  UsdL2fAdminState  

usdL2fDestStatusTotalTunnels 1.3.6.1.4.1.4874.2.2.53.1.2.2.1.1.4
Number of tunnel creations attempted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fDestStatusFailedTunnels 1.3.6.1.4.1.4874.2.2.53.1.2.2.1.1.5
Number of tunnel creation attempts that failed to reach the established state.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fDestStatusFailedTunnelAuthens 1.3.6.1.4.1.4874.2.2.53.1.2.2.1.1.6
Number of tunnel creation attempts that failed authentication.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fDestStatusActiveTunnels 1.3.6.1.4.1.4874.2.2.53.1.2.2.1.1.7
Number of tunnels currently established.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

usdL2fDestStatusTotalSessions 1.3.6.1.4.1.4874.2.2.53.1.2.2.1.1.8
Number of session creations attempted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fDestStatusFailedSessions 1.3.6.1.4.1.4874.2.2.53.1.2.2.1.1.9
Number of session creation attempts that failed to reach the established state.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fDestStatusActiveSessions 1.3.6.1.4.1.4874.2.2.53.1.2.2.1.1.10
Number of sessions currently established.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

usdL2fDestStatTable 1.3.6.1.4.1.4874.2.2.53.1.2.3.1
The L2F destination statistics table. Describes the aggregate control and payload statistics for all L2F tunnels configured on each destination. Each entry in this table has a corresponding entry in the Interfaces MIB ifTable, and in usdL2fDestConfigTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdL2fDestStatEntry

usdL2fDestStatEntry 1.3.6.1.4.1.4874.2.2.53.1.2.3.1.1
Describes the aggregate L2F control and payload statistics for all L2F tunnels on an L2F destination.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdL2fDestStatEntry  

usdL2fDestStatIfIndex 1.3.6.1.4.1.4874.2.2.53.1.2.3.1.1.1
Same value as ifIndex for the corresponding entry in Interfaces MIB ifTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

usdL2fDestStatCtlRecvOctets 1.3.6.1.4.1.4874.2.2.53.1.2.3.1.1.2
Number of control octets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fDestStatCtlRecvPackets 1.3.6.1.4.1.4874.2.2.53.1.2.3.1.1.3
Number of control packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fDestStatCtlRecvErrors 1.3.6.1.4.1.4874.2.2.53.1.2.3.1.1.4
Number of control packets incurring reception errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fDestStatCtlRecvDiscards 1.3.6.1.4.1.4874.2.2.53.1.2.3.1.1.5
Number of control packets discarded after reception.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fDestStatCtlSendOctets 1.3.6.1.4.1.4874.2.2.53.1.2.3.1.1.6
Number of control octets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fDestStatCtlSendPackets 1.3.6.1.4.1.4874.2.2.53.1.2.3.1.1.7
Number of control packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fDestStatCtlSendErrors 1.3.6.1.4.1.4874.2.2.53.1.2.3.1.1.8
Number of control packets incurring transmission errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fDestStatCtlSendDiscards 1.3.6.1.4.1.4874.2.2.53.1.2.3.1.1.9
Number of control packets discarded before transmission.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fDestStatPayRecvOctets 1.3.6.1.4.1.4874.2.2.53.1.2.3.1.1.10
Number of payload octets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fDestStatPayRecvPackets 1.3.6.1.4.1.4874.2.2.53.1.2.3.1.1.11
Number of payload packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fDestStatPayRecvErrors 1.3.6.1.4.1.4874.2.2.53.1.2.3.1.1.12
Number of payload packets incurring reception errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fDestStatPayRecvDiscards 1.3.6.1.4.1.4874.2.2.53.1.2.3.1.1.13
Number of payload packets discarded after reception.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fDestStatPaySendOctets 1.3.6.1.4.1.4874.2.2.53.1.2.3.1.1.14
Number of payload octets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fDestStatPaySendPackets 1.3.6.1.4.1.4874.2.2.53.1.2.3.1.1.15
Number of payload packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fDestStatPaySendErrors 1.3.6.1.4.1.4874.2.2.53.1.2.3.1.1.16
Number of payload packets incurring transmission errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fDestStatPaySendDiscards 1.3.6.1.4.1.4874.2.2.53.1.2.3.1.1.17
Number of payload packets discarded before transmission.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fTunnelConfig 1.3.6.1.4.1.4874.2.2.53.1.3.1
OBJECT IDENTIFIER    

usdL2fTunnelStatus 1.3.6.1.4.1.4874.2.2.53.1.3.2
OBJECT IDENTIFIER    

usdL2fTunnelStatistics 1.3.6.1.4.1.4874.2.2.53.1.3.3
OBJECT IDENTIFIER    

usdL2fTunnelMap 1.3.6.1.4.1.4874.2.2.53.1.3.4
OBJECT IDENTIFIER    

usdL2fTunnelConfigTable 1.3.6.1.4.1.4874.2.2.53.1.3.1.2
The L2F tunnel configuration table. Each entry in this table has a corresponding entry in the Interfaces MIB ifTable, and in usdL2fTunnelStatsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdL2fTunnelConfigEntry

usdL2fTunnelConfigEntry 1.3.6.1.4.1.4874.2.2.53.1.3.1.2.1
Describes the configuration attributes of an L2F tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdL2fTunnelConfigEntry  

usdL2fTunnelConfigIfIndex 1.3.6.1.4.1.4874.2.2.53.1.3.1.2.1.1
Same value as ifIndex for the corresponding entry in Interfaces MIB ifTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

usdL2fTunnelConfigRowStatus 1.3.6.1.4.1.4874.2.2.53.1.3.1.2.1.2
An implementation may choose not to support administrative configuration of tunnels.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usdL2fTunnelConfigAdminState 1.3.6.1.4.1.4874.2.2.53.1.3.1.2.1.3
The configured administrative state.
Status: current Access: read-create
OBJECT-TYPE    
  UsdL2fAdminState  

usdL2fTunnelStatusTable 1.3.6.1.4.1.4874.2.2.53.1.3.2.1
The L2F tunnel status and statistics table. Each entry in this table has a corresponding entry in the Interfaces MIB ifTable, and in usdL2fTunnelConfigTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdL2fTunnelStatusEntry

usdL2fTunnelStatusEntry 1.3.6.1.4.1.4874.2.2.53.1.3.2.1.1
An L2F tunnel interface stats entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdL2fTunnelStatusEntry  

usdL2fTunnelStatusIfIndex 1.3.6.1.4.1.4874.2.2.53.1.3.2.1.1.1
Same as the value of ifIndex for the corresponding entry in Interfaces MIB ifTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

usdL2fTunnelStatusTransport 1.3.6.1.4.1.4874.2.2.53.1.3.2.1.1.2
The underlying transport over which this L2F tunnel is carried.
Status: current Access: read-only
OBJECT-TYPE    
  UsdL2fTransport  

usdL2fTunnelStatusLocalTunnelId 1.3.6.1.4.1.4874.2.2.53.1.3.2.1.1.3
The local tunnel identifier.
Status: current Access: read-only
OBJECT-TYPE    
  UsdL2fTunnelId  

usdL2fTunnelStatusRemoteTunnelId 1.3.6.1.4.1.4874.2.2.53.1.3.2.1.1.4
The remote tunnel identifier.
Status: current Access: read-only
OBJECT-TYPE    
  UsdL2fTunnelId  

usdL2fTunnelStatusEffectiveAdminState 1.3.6.1.4.1.4874.2.2.53.1.3.2.1.1.5
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).
Status: current Access: read-only
OBJECT-TYPE    
  UsdL2fAdminState  

usdL2fTunnelStatusState 1.3.6.1.4.1.4874.2.2.53.1.3.2.1.1.6
The current state of the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER idle(0), connecting(1), established(2), disconnecting(3)  

usdL2fTunnelStatusInitiated 1.3.6.1.4.1.4874.2.2.53.1.3.2.1.1.7
Indicates whether the tunnel was initiated locally, or by the remote tunnel peer.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), local(1), remote(2)  

usdL2fTunnelStatusRemoteHostName 1.3.6.1.4.1.4874.2.2.53.1.3.2.1.1.8
The host name obtained during the tunnel establishment phase (via the Host Name AVP) of the L2F 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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usdL2fTunnelStatusTotalSessions 1.3.6.1.4.1.4874.2.2.53.1.3.2.1.1.9
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fTunnelStatusFailedSessions 1.3.6.1.4.1.4874.2.2.53.1.3.2.1.1.10
The number of sessions that were initiated but failed to reach the established phase.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fTunnelStatusActiveSessions 1.3.6.1.4.1.4874.2.2.53.1.3.2.1.1.11
The current number of sessions in the established state.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

usdL2fTunnelStatusLastErrorCode 1.3.6.1.4.1.4874.2.2.53.1.3.2.1.1.12
The last value of the error code as described in the Result Code AVP which caused the tunnel to disconnect.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

usdL2fTunnelStatusLastErrorMessage 1.3.6.1.4.1.4874.2.2.53.1.3.2.1.1.13
The last value of the optional message as described in the Result Code AVP which caused the tunnel to disconnect.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usdL2fTunnelStatusCumEstabTime 1.3.6.1.4.1.4874.2.2.53.1.3.2.1.1.14
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).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdL2fTunnelStatTable 1.3.6.1.4.1.4874.2.2.53.1.3.3.1
The L2F tunnel statistics table. Describes the control and payload statistics for each L2F tunnel. Each entry in this table has a corresponding entry in the Interfaces MIB ifTable, and in usdL2fTunnelConfigTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdL2fTunnelStatEntry

usdL2fTunnelStatEntry 1.3.6.1.4.1.4874.2.2.53.1.3.3.1.1
Describes the L2F control and payload statistics for an L2F tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdL2fTunnelStatEntry  

usdL2fTunnelStatIfIndex 1.3.6.1.4.1.4874.2.2.53.1.3.3.1.1.1
Same value as ifIndex for the corresponding entry in Interfaces MIB ifTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

usdL2fTunnelStatCtlRecvOctets 1.3.6.1.4.1.4874.2.2.53.1.3.3.1.1.2
Number of control octets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fTunnelStatCtlRecvPackets 1.3.6.1.4.1.4874.2.2.53.1.3.3.1.1.3
Number of control packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fTunnelStatCtlRecvErrors 1.3.6.1.4.1.4874.2.2.53.1.3.3.1.1.4
Number of control packets incurring reception errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fTunnelStatCtlRecvDiscards 1.3.6.1.4.1.4874.2.2.53.1.3.3.1.1.5
Number of control packets discarded after reception.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fTunnelStatCtlSendOctets 1.3.6.1.4.1.4874.2.2.53.1.3.3.1.1.6
Number of control octets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fTunnelStatCtlSendPackets 1.3.6.1.4.1.4874.2.2.53.1.3.3.1.1.7
Number of control packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fTunnelStatCtlSendErrors 1.3.6.1.4.1.4874.2.2.53.1.3.3.1.1.8
Number of control packets incurring transmission errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fTunnelStatCtlSendDiscards 1.3.6.1.4.1.4874.2.2.53.1.3.3.1.1.9
Number of control packets discarded before transmission.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fTunnelStatPayRecvOctets 1.3.6.1.4.1.4874.2.2.53.1.3.3.1.1.10
Number of payload octets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fTunnelStatPayRecvPackets 1.3.6.1.4.1.4874.2.2.53.1.3.3.1.1.11
Number of payload packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fTunnelStatPayRecvErrors 1.3.6.1.4.1.4874.2.2.53.1.3.3.1.1.12
Number of payload packets incurring reception errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fTunnelStatPayRecvDiscards 1.3.6.1.4.1.4874.2.2.53.1.3.3.1.1.13
Number of payload packets discarded after reception.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fTunnelStatPaySendOctets 1.3.6.1.4.1.4874.2.2.53.1.3.3.1.1.14
Number of payload octets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fTunnelStatPaySendPackets 1.3.6.1.4.1.4874.2.2.53.1.3.3.1.1.15
Number of payload packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fTunnelStatPaySendErrors 1.3.6.1.4.1.4874.2.2.53.1.3.3.1.1.16
Number of payload packets incurring transmission errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fTunnelStatPaySendDiscards 1.3.6.1.4.1.4874.2.2.53.1.3.3.1.1.17
Number of payload packets discarded before transmission.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fTunnelStatCtlRecvOutOfSequence 1.3.6.1.4.1.4874.2.2.53.1.3.3.1.1.18
Number of control packets not received in the correct sequence number order.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fMapTifSidToSifTable 1.3.6.1.4.1.4874.2.2.53.1.3.4.1
Table of TunnelIf/SessionId -> SessionIf mappings.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdL2fMapTifSidToSifEntry

usdL2fMapTifSidToSifEntry 1.3.6.1.4.1.4874.2.2.53.1.3.4.1.1
A mapping of TunnelIf/SessionId to SessionIf.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdL2fMapTifSidToSifEntry  

usdL2fMapTifSidToSifTunnelIfIndex 1.3.6.1.4.1.4874.2.2.53.1.3.4.1.1.1
The ifIndex of a tunnel interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

usdL2fMapTifSidToSifLocalSessionId 1.3.6.1.4.1.4874.2.2.53.1.3.4.1.1.2
A local session ID on the associated tunnel interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdL2fSessionId  

usdL2fMapTifSidToSifSessionIfIndex 1.3.6.1.4.1.4874.2.2.53.1.3.4.1.1.3
The ifIndex of the session interface identified by this entry's Tunnel ifIndex and local Session Id pair.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

usdL2fMapTidToTifTable 1.3.6.1.4.1.4874.2.2.53.1.3.4.2
Map L2F tunnel IDs to tunnel interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdL2fMapTidToTifEntry

usdL2fMapTidToTifEntry 1.3.6.1.4.1.4874.2.2.53.1.3.4.2.1
A mapping of L2F tunnel ID to tunnel interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdL2fMapTidToTifEntry  

usdL2fMapTidToTifLocalTunnelId 1.3.6.1.4.1.4874.2.2.53.1.3.4.2.1.1
A local tunnel identifier.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdL2fTunnelId  

usdL2fMapTidToTifIfIndex 1.3.6.1.4.1.4874.2.2.53.1.3.4.2.1.2
The ifIndex of the tunnel interface having the associated tunnel identifier.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

usdL2fSessionConfig 1.3.6.1.4.1.4874.2.2.53.1.4.1
OBJECT IDENTIFIER    

usdL2fSessionStatus 1.3.6.1.4.1.4874.2.2.53.1.4.2
OBJECT IDENTIFIER    

usdL2fSessionStatistics 1.3.6.1.4.1.4874.2.2.53.1.4.3
OBJECT IDENTIFIER    

usdL2fSessionConfigTable 1.3.6.1.4.1.4874.2.2.53.1.4.1.2
The L2F session configuration table. Each entry in this table has a corresponding entry in the Interfaces MIB ifTable, and in usdL2fSessionStatsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdL2fSessionConfigEntry

usdL2fSessionConfigEntry 1.3.6.1.4.1.4874.2.2.53.1.4.1.2.1
Describes the configuration attributes of an L2F session.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdL2fSessionConfigEntry  

usdL2fSessionConfigIfIndex 1.3.6.1.4.1.4874.2.2.53.1.4.1.2.1.1
Same value as ifIndex for the corresponding entry in Interfaces MIB ifTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

usdL2fSessionConfigRowStatus 1.3.6.1.4.1.4874.2.2.53.1.4.1.2.1.2
An implementation may choose not to support administrative configuration of tunnels.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usdL2fSessionConfigAdminState 1.3.6.1.4.1.4874.2.2.53.1.4.1.2.1.3
The configured administrative state.
Status: current Access: read-create
OBJECT-TYPE    
  UsdL2fAdminState  

usdL2fSessionStatusTable 1.3.6.1.4.1.4874.2.2.53.1.4.2.1
The L2F session status and statistics table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdL2fSessionStatusEntry

usdL2fSessionStatusEntry 1.3.6.1.4.1.4874.2.2.53.1.4.2.1.1
An L2F session interface status and statistics entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdL2fSessionStatusEntry  

usdL2fSessionStatusIfIndex 1.3.6.1.4.1.4874.2.2.53.1.4.2.1.1.1
The ifIndex of an L2F session interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

usdL2fSessionStatusLocalSessionId 1.3.6.1.4.1.4874.2.2.53.1.4.2.1.1.2
The local session ID for the session.
Status: current Access: read-only
OBJECT-TYPE    
  UsdL2fSessionId  

usdL2fSessionStatusRemoteSessionId 1.3.6.1.4.1.4874.2.2.53.1.4.2.1.1.3
The remote session ID for the session.
Status: current Access: read-only
OBJECT-TYPE    
  UsdL2fSessionId  

usdL2fSessionStatusUserName 1.3.6.1.4.1.4874.2.2.53.1.4.2.1.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usdL2fSessionStatusEffectiveAdminState 1.3.6.1.4.1.4874.2.2.53.1.4.2.1.1.5
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).
Status: current Access: read-only
OBJECT-TYPE    
  UsdL2fAdminState  

usdL2fSessionStatusState 1.3.6.1.4.1.4874.2.2.53.1.4.2.1.1.6
The current state of the session.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER idle(0), connecting(1), established(2), disconnecting(3)  

usdL2fSessionStatusCallType 1.3.6.1.4.1.4874.2.2.53.1.4.2.1.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), lacIncoming(1), lnsIncoming(2), lacOutgoing(3), lnsOutgoing(4)  

usdL2fSessionStatusTxConnectSpeed 1.3.6.1.4.1.4874.2.2.53.1.4.2.1.1.8
The last known transmit baud rate for this session.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usdL2fSessionStatusRxConnectSpeed 1.3.6.1.4.1.4874.2.2.53.1.4.2.1.1.9
The last known receive baud rate for this session.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usdL2fSessionStatusProxyLcp 1.3.6.1.4.1.4874.2.2.53.1.4.2.1.1.10
Indicates whether the LAC performed proxy LCP for this session.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

usdL2fSessionStatusAuthMethod 1.3.6.1.4.1.4874.2.2.53.1.4.2.1.1.11
The proxy authentication method employed by the LAC for the session. If usdL2fSessionProxyLcp is false(2) this object reports a value of 'none' and should be ignored.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), pppChap(1), pppPap(2), pppMsChap(3)  

usdL2fSessionStatusSequencingState 1.3.6.1.4.1.4874.2.2.53.1.4.2.1.1.12
Indicates which tunnel peers have requested payload sequencing.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), remote(1), local(2), both(3)  

usdL2fSessionStatusLacTunneledIfIndex 1.3.6.1.4.1.4874.2.2.53.1.4.2.1.1.13
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.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

usdL2fSessionStatusCumEstabTime 1.3.6.1.4.1.4874.2.2.53.1.4.2.1.1.14
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).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdL2fSessionStatTable 1.3.6.1.4.1.4874.2.2.53.1.4.3.1
The L2F session statistics table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdL2fSessionStatEntry

usdL2fSessionStatEntry 1.3.6.1.4.1.4874.2.2.53.1.4.3.1.1
An L2F session interface statistics entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdL2fSessionStatEntry  

usdL2fSessionStatIfIndex 1.3.6.1.4.1.4874.2.2.53.1.4.3.1.1.1
The ifIndex of an L2F session interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

usdL2fSessionStatPayRecvOctets 1.3.6.1.4.1.4874.2.2.53.1.4.3.1.1.2
Number of payload octets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fSessionStatPayRecvPackets 1.3.6.1.4.1.4874.2.2.53.1.4.3.1.1.3
Number of payload packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fSessionStatPayRecvErrors 1.3.6.1.4.1.4874.2.2.53.1.4.3.1.1.4
Number of payload packets incurring reception errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fSessionStatPayRecvDiscards 1.3.6.1.4.1.4874.2.2.53.1.4.3.1.1.5
Number of payload packets discarded after reception.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fSessionStatPaySendOctets 1.3.6.1.4.1.4874.2.2.53.1.4.3.1.1.6
Number of payload octets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fSessionStatPaySendPackets 1.3.6.1.4.1.4874.2.2.53.1.4.3.1.1.7
Number of payload packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fSessionStatPaySendErrors 1.3.6.1.4.1.4874.2.2.53.1.4.3.1.1.8
Number of payload packets incurring transmission errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fSessionStatPaySendDiscards 1.3.6.1.4.1.4874.2.2.53.1.4.3.1.1.9
Number of payload packets discarded before transmission.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fSessionStatRecvOutOfSequence 1.3.6.1.4.1.4874.2.2.53.1.4.3.1.1.10
The number of packets received out of sequence.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fSessionStatResequencingTimeouts 1.3.6.1.4.1.4874.2.2.53.1.4.3.1.1.11
The number of reassembly timeouts that have occurred.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdL2fSessionStatPayLostPackets 1.3.6.1.4.1.4874.2.2.53.1.4.3.1.1.12
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdL2fTransportUdpIp 1.3.6.1.4.1.4874.2.2.53.1.5.1
OBJECT IDENTIFIER    

usdL2fUdpIpDestination 1.3.6.1.4.1.4874.2.2.53.1.5.1.1
OBJECT IDENTIFIER    

usdL2fUdpIpTunnel 1.3.6.1.4.1.4874.2.2.53.1.5.1.2
OBJECT IDENTIFIER    

usdL2fUdpIpDestTable 1.3.6.1.4.1.4874.2.2.53.1.5.1.1.1
The L2F UDP/IP destination table. Reports the UDP/IP characteristics of a L2F UDP/IP destination. A L2F UDP/IP destination is associated with a local router, a local IP address, and with a remote IP address for the L2F peer. More specific UDP/IP detail per tunnel is reported in the usdL2fUdpIpTunnelTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdL2fUdpIpDestEntry

usdL2fUdpIpDestEntry 1.3.6.1.4.1.4874.2.2.53.1.5.1.1.1.1
Describes the UDP/IP attributes of an L2F destination.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdL2fUdpIpDestEntry  

usdL2fUdpIpDestIfIndex 1.3.6.1.4.1.4874.2.2.53.1.5.1.1.1.1.1
Same value as ifIndex for the corresponding entry in Interfaces MIB ifTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

usdL2fUdpIpDestRouterIndex 1.3.6.1.4.1.4874.2.2.53.1.5.1.1.1.1.2
The index of an entry in the usdRouterTable for the local router with which this L2F destination interface is associated.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdL2fUdpIpDestLocalAddress 1.3.6.1.4.1.4874.2.2.53.1.5.1.1.1.1.3
This L2F destination's local IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usdL2fUdpIpDestRemoteAddress 1.3.6.1.4.1.4874.2.2.53.1.5.1.1.1.1.4
The IP address of the remote L2F endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usdL2fUdpIpTunnelTable 1.3.6.1.4.1.4874.2.2.53.1.5.1.2.1
The L2F UDP/IP tunnel table. Reports the UDP/IP characteristics of L2F UDP/IP tunnels. A L2F UDP/IP tunnel is defined in terms of the local and remote IP addresses and UDP ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdL2fUdpIpTunnelEntry

usdL2fUdpIpTunnelEntry 1.3.6.1.4.1.4874.2.2.53.1.5.1.2.1.1
An L2F UDP/IP tunnel entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdL2fUdpIpTunnelEntry  

usdL2fUdpIpTunnelIfIndex 1.3.6.1.4.1.4874.2.2.53.1.5.1.2.1.1.1
Same as the value of ifIndex for the corresponding entry in Interfaces MIB ifTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

usdL2fUdpIpTunnelRouterIndex 1.3.6.1.4.1.4874.2.2.53.1.5.1.2.1.1.2
The index of an entry in the usdRouterTable for the local router with which this L2F tunnel interface is associated.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdL2fUdpIpTunnelLocalAddress 1.3.6.1.4.1.4874.2.2.53.1.5.1.2.1.1.3
The local IP address for this UDP/IP tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usdL2fUdpIpTunnelLocalPort 1.3.6.1.4.1.4874.2.2.53.1.5.1.2.1.1.4
The local UDP port for this UDP/IP tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usdL2fUdpIpTunnelRemoteAddress 1.3.6.1.4.1.4874.2.2.53.1.5.1.2.1.1.5
The remote IP address for this UDP/IP tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usdL2fUdpIpTunnelRemotePort 1.3.6.1.4.1.4874.2.2.53.1.5.1.2.1.1.6
The remote UDP port for this UDP/IP tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usdL2fGroups 1.3.6.1.4.1.4874.2.2.53.3.1
OBJECT IDENTIFIER    

usdL2fCompliances 1.3.6.1.4.1.4874.2.2.53.3.2
OBJECT IDENTIFIER    

usdL2fCompliance 1.3.6.1.4.1.4874.2.2.53.3.2.1
The compliance statement for SNMPv2 entities which implement the L2F MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

usdL2fConfigGroup 1.3.6.1.4.1.4874.2.2.53.3.1.1
A collection of objects providing configuration information of the L2F protocol, tunnels and sessions.
Status: current Access: read-only
OBJECT-GROUP    

usdL2fStatusGroup 1.3.6.1.4.1.4874.2.2.53.3.1.2
A collection of objects providing status of the L2F protocol at the system, destination, tunnel, and session levels.
Status: current Access: read-only
OBJECT-GROUP    

usdL2fStatGroup 1.3.6.1.4.1.4874.2.2.53.3.1.3
A collection of objects providing statistics of the L2F protocol at the destination, tunnel, and session levels.
Status: current Access: read-only
OBJECT-GROUP    

usdL2fMapGroup 1.3.6.1.4.1.4874.2.2.53.3.1.4
A collection of objects providing mapping associations among L2F components.
Status: current Access: read-only
OBJECT-GROUP    

usdL2fUdpIpGroup 1.3.6.1.4.1.4874.2.2.53.3.1.5
A collection of objects providing UDP/IP transport information for L2F components.
Status: current Access: read-only
OBJECT-GROUP