NOX does not support any direct IGP integration. It's "routing" application computes all pairs shortest paths on each link status change and uses that per-flow to set up routes on the network. The shortest path algorithm used is from Demetrescu et. al.:

http://portal.acm.org/citation.cfm?id=780567&dl=GUIDE&coll=GUIDE&CFID=79028423&CFTOKEN=10845459

.martin





Folks,

I have been reading NOX code recently was compiling a list of
applications NOX supports. My question is does it support any of the
routing protocols ( BGP, OSPF, IS-IS, LDP etc). I looked at the routing
component and I could not see them there. There is a mention of Dynamic
all pair shortest path computations which is used to update the database
when possible link events happen on the network.

I just wanted to make sure that a combination of topology, routing and
authentication are not somehow mimicking OSPF behaviour.

Thanks,
-Ramesh



_______________________________________________
nox-dev mailing list
[email protected]
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


_______________________________________________
nox-dev mailing list
[email protected]
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

Reply via email to