Re: [mpls-linux-general] Regd routing daemons and OSPF
Status: Beta
Brought to you by:
jleu
|
From: Ramon C. <cas...@in...> - 2004-03-26 06:21:18
|
On Thu, 25 Mar 2004, kavitha ganapa wrote: > > Hi All, > > We have OSPF daemon running on the MPLS network to find just the shortest > path from one node to another. What if I want to find different set of > paths than what OSPF finds. How do I go about it? Hi Kavitha, You could start taking a look at OSPF TE extensions (which basically add opaque LSAs) to redistribute link state information like max bandwidth and then use OSPFAPI (included in the software distribution) to perform the path computation. This means hat you need to code in C, and that you will reuse an OSPF library, but it should work. I plan to work on this soon, so keep in touvh with the list :) Regards, Ramon |