home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.lbl.gov / 2014.05.ftp.ee.lbl.gov.tar / ftp.ee.lbl.gov / mrdebug.tar.Z / mrdebug.tar / README < prev    next >
Text File  |  1993-10-29  |  1KB  |  27 lines

  1. Fri Oct 29 12:56:41 PDT 1993
  2.  
  3. This is a program to help debug multicast routing.  It was written
  4. by Deborah Agarwal (deb@nu.ece.ucsb.edu) while working as a summer
  5. intern at LBL.  This is an offline debugging tool.  It takes as
  6. input two files - one giving the multicast topology (normally the
  7. output of `mrmap') and one giving the subnets known to multicast
  8. routing (normally the /usr/tmp/mrouted.dump file procduced by a
  9. "kill -USR1" to mrouted).  Mrdebug uses these two files to construct
  10. a global picture of the mbone which you can then interactively query 
  11. to determine distribution path(s) from a source to a destination,
  12. the entire distribution tree from some source, the metric needed
  13. to reach some destination, etc.  You can also interactively modify
  14. the topology (tunnels, metrics, threshholds, etc.) to do "what if"
  15. examinations of proposed changes.
  16.  
  17. Example topology and subnet files are in subdirectory example/
  18. (these reflect an mbone map believed to be accurate as of 8pm,
  19. Thurs. Oct 28).  A manual entry for mrdebug is mrdebug.man.
  20. The draft of a paper describing mrdebug is mrdebug.ACM94.ps.
  21.  
  22. We are very interested in hearing about problems with mrdebug or
  23. suggestions for improvements.  Please send bug reports, problems,
  24. suggestions, etc., to mrdebug@ee.lbl.gov.  Thanks.  Good luck.
  25.  
  26.  - Deb Agarwal & Van Jacobson
  27.