home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / mb1801.zip / MB1801.EXE / NW.DOC < prev    next >
Text File  |  1994-08-22  |  3KB  |  63 lines

  1.                Netwalker
  2.  
  3. Netwalker is a mailbox utility that allows a port to be used to collect
  4. network connectivity information.  This is designed to be used on Netrom/
  5. Thenet type nodes.
  6.  
  7. Installation of netwalker is thru Desqview.  It will require a minimum of
  8. a 43k window.  This will yield approximately 10 nodes.    A 75K window will
  9. log 375 nodes and 100k will log 630 nodes which is the maximum.  The additional
  10. program space is used for the logging function.
  11.  
  12. The desqview parameters are the same for netwalker as they are for the mailbox.
  13. (See INSTALL.DOC)  There are 2 ways to run NW through DesqView.  The simplest
  14. is to use a DOS type window that opens in the directory in which NW and the
  15. log files are to be placed.  Starting of the program is via the command line
  16. as in the examples below.  The second method is to create a specific NW window
  17. with the command line parameters placed on the parameters line.
  18.  
  19. The NetWalker command line is as follows:
  20.  
  21. NW   <Port> <Opts> <Timeout>
  22.  
  23.       Port
  24.        COM Port number as defined by YTNC or BPQHTNC2.
  25.  
  26.       Opts
  27.        I=Collects node identification info
  28.        N=Collect no extra data
  29.        P=Collect node parameters
  30.        U=Collect node version
  31.  
  32.       Timeout
  33.        Timeout in seconds before disconnect and connection to next node
  34.        in the list.
  35.  
  36. Example:  NW 26 N 30
  37.  
  38. What this means is 'Node, port 26, collect node parameters with 30 sec timeout.
  39.  
  40. The screen output will be exactly what you will see in the file.  Netwalker
  41. will connect to the local node and query it for its information as per the
  42. options selected.  It will then disconnect and reconnect to connect to the
  43. next node in the list.    It will then collect its routing information.
  44. This will be repeated for as long as there are nodes to connect to.  If a node
  45. that is in the routing list cannot be connected to then the timer will
  46. disconnect the tnc from the local node and go to the next node in the list.
  47.  
  48. The information collected in the file is information about the node and its
  49. routing table.    At the bottom of the file there is a summary of Netwalkers
  50. activity.
  51.  
  52. To stop Netwalker just enter cntl-f.
  53.  
  54. When NW is started it creates a file called NWLOG.X where X = the number of
  55. the log file.  If an existing log file is present each subsequent log file
  56. with have the next sequential number.
  57. When netwalker is stopped it will write 2 files. The log file that is currently
  58. in use and a restart file called nw.dat.  When NW is restarted it will resume
  59. where it left off and create a new log file.
  60. If is is desired to start the run from the orginal starting point in the
  61. network the log files and NW.DAT will have to deleted.
  62.  
  63.