The MPLS WG Archive

Cell Relay Retreat>MPLS WG Archive>month:2002-Jan> msg00158



[Date Prev][Date Next][Thread Prev][Thread Next]  
  [Date Index][Thread Index][Author Index][Subject Index]

mpls lsr mib

  • From: "rajneesh mahajan" <rajneesh_vt@yahoo.com>
  • Date: Thu, 24 Jan 2002 11:01:10 -0500
  • Organization: Virginia Tech

I had a similar problem while implementing this MIB few months back and I decided that we should give label range for RSVP and statically signalled LSPs (which was per interface as in your case).  LDP label range could be obtained from LDP MIB.  Please correct me if I am wrong.
 
-Rajneesh
----- Original Message -----
Sent: Thursday, January 24, 2002 8:22 AM
Subject: mpls lsr mib


Hello Tom et all,

I have a question on the mplsInterfaceConfTable in the mpls lsr mib. IAssume that we consider the following:
* Per interface label space used for RSVP signalled LSPs and static LSPs.
* Global label space used for LDP signalled LSPs.

Which value should we then give to the mplsInterfaceLabelMinIn:
* The min label value of the per interface label space (that is, the min label value from the RSVP signalled LSPs and the static LSPs)?
* The min label value of the RSVP signalled LSPs.
* The min label value of all LSPs on the interface (=min of all LDP signalled, RSVP signalled and static LSPs).

I would appreciate any help you can give me.

Kind regards,

        Francis.

--------------------------------

mplsInterfaceLabelMinIn OBJECT-TYPE
   SYNTAX        MplsLabel
   MAX-ACCESS    read-only
   STATUS        current
   DESCRIPTION
       "This is the minimum value of an MPLS label that this
        LSR is willing to receive on this interface."
   ::= { mplsInterfaceConfEntry 2 }