MPLS-LDP-HIST-STD-MIB

File: MPLS-LDP-HIST-STD-MIB.mib (8390 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF MPLS-TC-STD-MIB
MPLS-LDP-STD-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
Counter32 MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP mplsStdMIB mplsLdpEntityTable
mplsLdpSessionTable

Defined Types

MplsLdpEntityHistEntry  
SEQUENCE    
  mplsLdpEntityHistAttemptedSession Counter32
  mplsLdpEntityHistEstablishedSessions Counter32
  mplsLdpEntityHistTerminatedSessions Counter32

MplsLdpSessionHistEntry  
SEQUENCE    
  mplsLdpSessionHistSucessPackets Counter32
  mplsLdpSessionHistUnsuccessPackets Counter32

Defined Values

mplsLdpHistStdMIB 1.3.6.1.2.1.10.166.1
Copyright (C) The Internet Society (2003). This version of this MIB module is part of RFCXXX; see the RFC itself for full legal notices. This MIB Module contains managed object definitions for the 'Multiprotocol Label Switching, Label Distribution Protocol, LDP History Module' document.
MODULE-IDENTITY    

mplsLdpHistObjects 1.3.6.1.2.1.10.166.1.1
OBJECT IDENTIFIER    

mplsLdpEntityHistTable 1.3.6.1.2.1.10.166.1.1.1
This table is a read-only table which augments the mplsLdpEntityTable. The purpose of this table is to keep historical statistics information about the LDP Entities on the LSR.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MplsLdpEntityHistEntry

mplsLdpEntityHistEntry 1.3.6.1.2.1.10.166.1.1.1.1
A row in this table contains statistical information about an LDP Entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  MplsLdpEntityHistEntry  

mplsLdpEntityHistAttemptedSessions 1.3.6.1.2.1.10.166.1.1.1.1.1
This value indicates the specific number of attempts made to establish LDP Sessions between two peers in the corresponding label space, whether those attempts are successful or not. This is a running counter that is only re-initialized whenever the LDP Entity is initialized.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mplsLdpEntityHistEstablishedSessions 1.3.6.1.2.1.10.166.1.1.1.1.2
This value indicates the specific number of successful attempts made to establish LDP Sessions between two peers in the corresponding label space. This is a running counter that is only re-initialized whenever the LDP Entity is initialized.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mplsLdpEntityHistTerminatedSessions 1.3.6.1.2.1.10.166.1.1.1.1.3
This value indicates the specific number of terminated LDP sessions between two peers in the corresponding label space. This is a running counter that is only re-initialized whenever the LDP Entity is initialized.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mplsLdpSessionHistTable 1.3.6.1.2.1.10.166.1.1.2
A table of historical statistical information for Sessions between the LDP Entities and LDP Peers. This table AUGMENTS the mplsLdpSessionTable. Each row in this table represents a single session.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MplsLdpSessionHistEntry

mplsLdpSessionHistEntry 1.3.6.1.2.1.10.166.1.1.2.1
An entry in this table represents information on a single session between an LDP Entity and LDP Peer. The information contained in a row is read-only.
Status: current Access: not-accessible
OBJECT-TYPE    
  MplsLdpSessionHistEntry  

mplsLdpSessionHistSucessPackets 1.3.6.1.2.1.10.166.1.1.2.1.1
This value indicates the specific number of packets successfully sent over the LDP Sessions. This is a running counter that is only re-initialized whenever the associated LDP Entity is initialized.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mplsLdpSessionHistUnsuccessPackets 1.3.6.1.2.1.10.166.1.1.2.1.2
This value indicates the specific number of packets unsuccessfully sent over the LDP Sessions. This is a running counter that is only re-initialized whenever the associated LDP Entity is initialized.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32