Annotation of embedaddon/pimdd/pimd-dense.html, revision 1.1.1.1

1.1       misho       1: <HTML>
                      2: <HEAD>
                      3: <TITLE>PIM-Dense Routing Daemon Software</TITLE>
                      4: </HEAD>
                      5: <BODY BGCOLOR="#FFFFFF">
                      6: <CENTER>
                      7: <H1>Protocol Independent Multicast - Dense Mode (PIM-DM)</H1>
                      8: <H2>Routing Daemon Software</H2><P>
                      9: 
                     10: Kurt Windisch<BR>
                     11: <A HREF="http://www.antc.uoregon.edu/">Advanced Network Technology Center</A><BR>
                     12: <I><A HREF="mailto:kurtw@antc.uoregon.edu">kurtw@antc.uoregon.edu</A></I><BR>
                     13: </CENTER><P><P>
                     14: 
                     15: <B><I>Pimd-dense</I></B> is a lightweight, stand-alone PIM-Dense Mode
                     16: implementation that may be freely deployed or distributed.  Pimd-Dense
                     17: implements the full 
                     18: <A HREF="ftp://ftp.ietf.org/internet-drafts/draft-ietf-pim-v2-dm-01.txt">PIM-DM specification</A> with a few exceptions
                     19: noted in the <A HREF="RELEASE.NOTES">Release Notes</A>.
                     20: <P>
                     21: 
                     22: The code from Pimd-dense is heavily based on the PIM-Sparse Mode daemon
                     23: implementation by Puneet Sharma and Charley Liu (USC), Ahmed Helmy (SGI/USC),
                     24: and Pavlin Ivanov Radoslavov (USC).  For more info on PimD-Sparse, see the
                     25: <A HREF="http://netweb.usc.edu/pim/">PIM Home Page at USC</A><P>
                     26: 
                     27: Use of PimD-Dense for multicast routing requires a separate facility for
                     28: unicast routing such as (1) static routes via the UNIX <I>route</I> command,
                     29: (2) RIP routes via the standard UNIX <I>routed</I> routing daemon, or
                     30: (3) other dynamic unicast routing protocols such as those provided by the
                     31: <A HREF="http://www.gated.org/">GateD</A> multiprotocol routing daemon.<P>
                     32: 
                     33: <HR>
                     34: <H2>The Software</H2>
                     35: 
                     36: PimD-Dense is currently <I>ALPHA</I>-version software that yet requires
                     37: extensive testing.  If you choose to use it, information about any
                     38: bugs or problems sent to 
                     39: <A HREF="kurtw@antc.uoregon.edu">kurtw@antc.uoregon.edu</A> would be
                     40: greatly appreciated and will be investigated ASAP.<P>
                     41: 
                     42: PimD-Dense should compile and run on most UNIX varieties, including
                     43: FreeBSD, BSDI, NetBSD, SunOS, IRIX, Solaris 2.5, Solaris 2.6, and Linux
                     44: (however it has not yet been tested on all these).<P>
                     45: 
                     46: Many current version of the IP MRouting kernel code requires patches
                     47: to correct certain bugs in order to work correctly with PimD-Dense.
                     48: Before using PimD-Dense, you should apply one of the current
                     49: patches available for PimD-Sparse from USC's
                     50: <A HREF="ftp://catarina.usc.edu/pub/pim/">
                     51: PIM FTP site</A>.  Several are available.<P>
                     52: 
                     53: <UL>
                     54: <LI> PimD-Dense software:
                     55:      <A HREF="ftp://ns.uoregon.edu/pub/src/multicast/pimd-dense.tar.gz">
                     56:      pimd-dense.tar.gz</A>
                     57: <LI> Recommended PIM Kernel Patches: 
                     58:      <A HREF="ftp://catarina.usc.edu/pub/pim/pimd/experimental/one-pimd-gated-kernel/">FTP from catarina.usc.edu</A>
                     59: <LI> <A HREF="README">README</A>
                     60: <LI> <A HREF="RELEASE.NOTES">RELEASE NOTES</A>
                     61: <LI> <A HREF="LICENSE">LICENSE</A>
                     62: </UL>
                     63: 
                     64: <HR>
                     65: <H2>Testing</H2>
                     66: In the future, a suite of test scripts will be included that will test
                     67: the basic functionality of this, or other, PIM-DM implemenations.
                     68: This test suite will use George (Rusty) Eddy's 
                     69: <A HREF="http://www.isi.edu/~eddy/pkt/">PKT toolkit</A>.
                     70: 
                     71: <HR>
                     72: <H2>PIM Links</H2>
                     73: <UL>
                     74: <LI> <A HREF="http://netweb.usc.edu/pim/">PIM Home Page at USC</A>
                     75: <LI> <A HREF="http://www.antc.uoregon.edu/GATED/">GateD PIM-DM implementation
                     76:      </A>
                     77: <LI> PIM-DM Specification: <A HREF="ftp://ftp.ietf.org/internet-drafts/draft-ietf-pim-v2-dm-01.txt">draft-ietf-pim-v2-dm-01.txt</A>
                     78: <LI> <A HREF="http://www.antc.uoregon.edu/">Advanced Network Technology Center
                     79:      at the UofO</A>
                     80: <LI> <A HREF="http://www.cs.uoregon.edu/~kurtw/">Kurt Windisch's Home Page</A>
                     81: </UL>
                     82: 
                     83: 
                     84: <HR>
                     85:     <address><a href="mailto:kurtw@network-services.uoregon.edu">Kurt Windisch</a></address>
                     86: <!-- Created: Wed Jul  8 08:29:08 PDT 1998 -->
                     87: <!-- hhmts start -->
                     88: Last modified: Thu Dec 31 11:23:53 PST 1998
                     89: <!-- hhmts end -->
                     90: </BODY>
                     91: </HTML>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>