WWP-LEOS-LDP-MIB

File: WWP-LEOS-LDP-MIB.mib (12446 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC WWP-SMI
MPLS-TC-STD-MIB DIFFSERV-MIB

Imported symbols

TimeTicks Integer32 Unsigned32
OBJECT-TYPE MODULE-IDENTITY IpAddress
DisplayString MacAddress TEXTUAL-CONVENTION
RowStatus TruthValue wwpModulesLeos
MplsLdpIdentifier IndexInteger

Defined Types

WwpLeosLdpSessionEntry  
SEQUENCE    
  wwpLeosLdpEntityLdpId MplsLdpIdentifier
  wwpLeosLdpEntityIndex IndexInteger
  wwpLeosLdpPeerLdpId MplsLdpIdentifier
  wwpLeosLdpSessionConfiguredHoldTime Unsigned32
  wwpLeosLdpSessionPeerHoldTime Unsigned32
  wwpLeosLdpSessionHoldTimeInUse Unsigned32

WwpLeosLdpHelloAdjacencyEntry  
SEQUENCE    
  wwpLeosLdpHelloAdjacencyIndex Unsigned32
  wwpLeosLdpHelloAdjacencyConfiguredHoldTime Unsigned32
  wwpLeosLdpHelloAdjacencyPeerHoldTime Unsigned32

WwpLeosLdpIfEntry  
SEQUENCE    
  wwpLeosLdpIfIndex INTEGER
  wwpLeosLdpIfName DisplayString
  wwpLeosLdpIfIpAddr IpAddress
  wwpLeosLdpIfAdminStatus INTEGER
  wwpLeosLdpIfOperStatus INTEGER

Defined Values

wwpLeosLdpMIB 1.3.6.1.4.1.6141.2.60.32
This MIB module is for the Extension of the BRIDGE MIB for WWP Products
MODULE-IDENTITY    

wwpLeosLdpMIBObjects 1.3.6.1.4.1.6141.2.60.32.1
OBJECT IDENTIFIER    

wwpLeosLdpObjects 1.3.6.1.4.1.6141.2.60.32.1.1
OBJECT IDENTIFIER    

wwpLeosLdp 1.3.6.1.4.1.6141.2.60.32.1.2
OBJECT IDENTIFIER    

wwpLeosLdpAdminStatus 1.3.6.1.4.1.6141.2.60.32.1.1.1
Globally enable/disable LDP
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

wwpLeosLdpOperStatus 1.3.6.1.4.1.6141.2.60.32.1.1.2
Current operational state of LDP
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), up(2), down(3)  

wwpLeosLdpHelloHoldTime 1.3.6.1.4.1.6141.2.60.32.1.1.3
The 16-bit integer value which is the proposed global hello hold timer (in seconds) for LDP. An LSR maintains a record of Hellos received from potential peers. This object represents the Hold Time in the Common Hello Parameters TLV of the Hello Message. A value of 65535 means infinite (i.e., wait forever). All other values represent the amount of time in seconds to wait for a Hello Message. Setting the hold time to a value smaller than 15 is not recommended, although not forbidden according to RFC3036.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..65535  

wwpLeosLdpKeepAliveHoldTime 1.3.6.1.4.1.6141.2.60.32.1.1.4
The 16-bit integer value which is the proposed global keep alive hold timer for LDP.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..65535  

wwpLeosLdpSessionTable 1.3.6.1.4.1.6141.2.60.32.1.2.1
A table of Sessions between the LDP Entities and LDP Peers. Each row in this table represents a single session.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosLdpSessionEntry

wwpLeosLdpSessionEntry 1.3.6.1.4.1.6141.2.60.32.1.2.1.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. Please note: the Path Vector Limit for the Session is the value which is configured in the corresponding mplsLdpEntityEntry. The Peer's Path Vector Limit is in the mplsLdpPeerPathVectorLimit object in the mplsLdpPeerTable. Values which may differ from those configured are noted in the objects of this table, the mplsLdpAtmSessionTable and the mplsLdpFrameRelaySessionTable. A value will differ if it was negotiated between the Entity and the Peer. Values may or may not be negotiated. For example, if the values are the same then no negotiation takes place. If they are negotiated, then they may differ.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLeosLdpSessionEntry  

wwpLeosLdpEntityLdpId 1.3.6.1.4.1.6141.2.60.32.1.2.1.1.1
The LDP identifier. The first four octets encode an IP address assigned to the LSR, and the last two octets identify a specific label space within the LSR.
Status: current Access: not-accessible
OBJECT-TYPE    
  MplsLdpIdentifier  

wwpLeosLdpEntityIndex 1.3.6.1.4.1.6141.2.60.32.1.2.1.1.2
This index is used as a secondary index to uniquely identify this row. Before creating a row in this table, the 'mplsLdpEntityIndexNext' object should be retrieved. That value should be used for the value of this index when creating a row in this table. NOTE: if a value of zero (0) is retrieved, that indicates that no rows can be created in this table at this time. A secondary index (this object) is meaningful to some but not all, LDP implementations. For example an LDP implementation which uses PPP would use this index to differentiate PPP sub-links. Another way to use this index is to give this the value of ifIndex. However, this is dependant on the implementation. This field is deprecated in the following tables provided by DC-CR-LDP Session Controller. - mplsLdpEntityTable. - mplsLdpPeerTable. In these tables the value of the Entity Index will always be filled in to be 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  IndexInteger  

wwpLeosLdpPeerLdpId 1.3.6.1.4.1.6141.2.60.32.1.2.1.1.3
The LDP identifier of this LDP Peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  MplsLdpIdentifier  

wwpLeosLdpSessionConfiguredHoldTime 1.3.6.1.4.1.6141.2.60.32.1.2.1.1.4
The locally configured keepalive hold time for this session, in seconds. Note that the value of this field reflects configuration at the time of session initialization; this may differ from the configuration that would apply to a new session, if configuration has changed since this session was initialized.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wwpLeosLdpSessionPeerHoldTime 1.3.6.1.4.1.6141.2.60.32.1.2.1.1.5
The peer's advertised keepalive hold time for this session in seconds. Note that the value of this field reflects the peer's configuration at the time of session initialization; this may differ from the configuration that would apply to a new session, if the peer's configuration has changed since this session was initialized.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wwpLeosLdpSessionHoldTimeInUse 1.3.6.1.4.1.6141.2.60.32.1.2.1.1.6
The keepalive hold time that is currently in use for this session, in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wwpLeosLdpHelloAdjacencyTable 1.3.6.1.4.1.6141.2.60.32.1.2.2
A table of Hello Adjacencies for Sessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosLdpHelloAdjacencyEntry

wwpLeosLdpHelloAdjacencyEntry 1.3.6.1.4.1.6141.2.60.32.1.2.2.1
Each row represents a single LDP Hello Adjacency. An LDP Session can have one or more Hello Adjacencies.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLeosLdpHelloAdjacencyEntry  

wwpLeosLdpHelloAdjacencyIndex 1.3.6.1.4.1.6141.2.60.32.1.2.2.1.1
An identifier for this specific adjacency.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

wwpLeosLdpHelloAdjacencyConfiguredHoldTime 1.3.6.1.4.1.6141.2.60.32.1.2.2.1.2
The locally configured hello hold time for this adjacency, in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wwpLeosLdpHelloAdjacencyPeerHoldTime 1.3.6.1.4.1.6141.2.60.32.1.2.2.1.3
The peer's advertised hello hold time for this adjacency, in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wwpLeosLdpIfTable 1.3.6.1.4.1.6141.2.60.32.1.2.3
A table of interfaces that LDP can be enabled on.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosLdpIfEntry

wwpLeosLdpIfEntry 1.3.6.1.4.1.6141.2.60.32.1.2.3.1
WWP Descr.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLeosLdpIfEntry  

wwpLeosLdpIfName 1.3.6.1.4.1.6141.2.60.32.1.2.3.1.1
Interface Name
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

wwpLeosLdpIfIndex 1.3.6.1.4.1.6141.2.60.32.1.2.3.1.2
Interface Index
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..4096  

wwpLeosLdpIfIpAddr 1.3.6.1.4.1.6141.2.60.32.1.2.3.1.3
Interface IP Address
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wwpLeosLdpIfAdminStatus 1.3.6.1.4.1.6141.2.60.32.1.2.3.1.4
Desired LDP status on this Interface
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

wwpLeosLdpIfOperStatus 1.3.6.1.4.1.6141.2.60.32.1.2.3.1.5
LDP Operational Status on this Interface
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)