The MPLS WG Archive

Cell Relay Retreat>MPLS WG Archive>month:2002-Nov> msg00193



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

TE MIB - LSR MIB integration

  • From: "Yuan Gu" <yuangu@ipinfusion.com>
  • Date: Mon, 25 Nov 2002 12:11:46 -0800
  • Importance: Normal

Hello, Roberto:

> -----Original Message-----
> From: owner-mpls@UU.NET [mailto:owner-mpls@UU.NET]On Behalf Of
> Roberto.Guglielmi@alcatel.it
> Sent: Monday, November 25, 2002 3:19 AM
> To: mpls@UU.NET
> Subject: TE MIB - LSR MIB integration
>
>
> Hello everybody,
> I have a doubt about interactions between LSR MIB and TE MIB for what
> concerning LSPs nested in TE tunnels.
> Consider the following scenario:
>
> R1 -------- R2 -------- R3
>
> and suppose, for example, I have three incoming flows. I want to insert
> each flow in one LSP and tunnel the three LSPs in one TE tunnel.
> My questions are:
>
> 1) How are the three LSPs mapped on the same TE tunnel?

There will be 3 entries in mplsTunnelTable. Each entry has different
mplsTuunnelInstance.

The mplsTunnelInstance "Uniquely identifies an instance of a tunnel. It is
useful to identify multiple instances of tunnels for the purposes of backup
and parallel tunnels."
You may want to put your LSPID into this field.

>
> 2) Is there only one entry in the mplsTunnelTable pointing to one entry
> in the mplsXCTable?

There will be 3 corresponding entries in mplsXCTable. Each entry has
different mplsXCLspId (RSVP-TE or CR-LDP).