home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / networks / saptrk10.zip / README.TXT < prev    next >
Text File  |  1993-09-06  |  7KB  |  178 lines

  1.                     SAPTrack Version 1.0
  2.                               
  3.                        By Justin Jones
  4.             (C) 1993 RealTech Systems Corporation
  5.                  Network Analysis Utilities
  6.  
  7.  
  8. INTRODUCTION
  9.  
  10. SAPTrack   is  a  network  analysis  utility  that  provides
  11. continuous  monitoring of Novell SAP (Service  Advertisement
  12. Protocol) and RIP (Routing Information Protocol) broadcasts,
  13. with the following features:
  14.  
  15.   Identifies all advertised services and networks.
  16.   
  17.   SAP  and  RIP  broadcast  packets decoded,  analyzed,  and
  18.   displayed in real time.
  19.   
  20.   Quick  identification of warning and alarm  conditions  by
  21.   color code.
  22.   
  23.   Fast and friendly text-based windowing user interface.
  24.   
  25.   Sorting  of  statistics  tables  by  hop  count,  address,
  26.   service name, service type, and other fields.
  27.   
  28.   Does  not  rely on file server binderies - all information
  29.   and statistics are collected directly from broadcasts.
  30.   
  31.   Completely  passive - SAPTrack does not  transmit  packets
  32.   and does not effect the network.
  33.   
  34. SAPTrack  was  developed to trouble  shoot  a  problem  with
  35. disappearing  services and routes on a  large  internetwork.
  36. It  is  a useful tool for network administrators, engineers,
  37. and  programmers.   Use  it to monitor,  debug,  and  better
  38. understand your network.
  39.  
  40. You  are  free to copy and distribute SAPTrack v1.0  by  any
  41. means you can think of.
  42.  
  43. UNDERSTANDING SAPs and RIPs
  44.  
  45. Novell  file  servers,  print  servers,  and  other  network
  46. resources normally advertise their presence every 60 seconds
  47. via  a  SAP broadcast packet.  The packet contains the  name
  48. and  address of the service, as well as the number of router
  49. hops between the service and the current network.
  50.  
  51. Novell  file  servers and routers keep track  of  all  known
  52. services  and periodically advertise them to other networks.
  53. On  a NetWare 386 File Server, the information is maintained
  54. in  the  bindery.   It  can  be viewed  by  typing  "DISPLAY
  55. SERVERS" at the console.  It can also be inspected on  Cisco
  56. Systems router by entering the command "SHOW NOVELL SERVERS"
  57. at the console.
  58.  
  59. As  servers and routers learn about services on one  segment
  60. they  will  advertise them on the other  segments  they  are
  61. directly  attached to.  A service advertised on any  segment
  62. of  an  internetwork will eventually be  advertised  by  all
  63. servers and routers across the internetwork.
  64.  
  65. RIP  broadcasts  also  occur  in  60  second  intervals  and
  66. propagate though an internetwork in the same fashion.  There
  67. purpose  is to advertise network addresses.  Routing  tables
  68. are built from the broadcasts.
  69.  
  70. Every  time  a SAP or RIP is forwarded by a router  the  hop
  71. count  is  incremented by 1.  Services are only forwarded  a
  72. maximum  of  15  hops.  A hop count of 16 serves  a  special
  73. purpose.   It is used to "unadvertise" a service or  network
  74. that has become unavailable.  A NetWare 386 file server will
  75. unadvertise  services  and routes when  the  "RESET  ROUTER"
  76. command is given at he console, after which it will re-learn
  77. them.
  78.  
  79. Type  "TRACK ON" at a NetWare console to view the  view  SAP
  80. and RIP packets received and transmitted by the file server.
  81. Note  that a NetWare servers will transmit one SAP for  each
  82. frame type.
  83.  
  84. USING SAPTrack
  85.  
  86. SAPTrack   consists  of  a  single  executable.   The   only
  87. requirement is for IPX to be loaded (IPX.COM or IPXODI.EXE).
  88. Neither  SPX or NETX is necessary, but it is a good idea  to
  89. have  a  mouse  driver loaded.  There are  no  command  line
  90. parameters - just type "SAPTRACK" and go.  The interface  is
  91. very  intuitive and all options are available from the  pull
  92. down menus.
  93.  
  94. When  SAPTrack  starts,  the statistics  windows  are  open.
  95. Updating the packet and log windows steal mucho CPU  cycles,
  96. so  keeping them open on a slow machine or very busy network
  97. may  result  in  packets  being dropped.   It  is  therefore
  98. recommended that these windows remain closed when not  being
  99. viewed.
  100.  
  101. Statistics Window
  102.  
  103. The  SAP  and  RIP  statistics windows  are  open  when  the
  104. application  starts.  One entry appears in  each  table  for
  105. each service and each network.  The tables are updated every
  106. time  a  SAP  or  RIP broadcast is received, even  when  the
  107. window  is  closed.   Following is  an  explanation  of  the
  108. various columns in the statistics window:
  109.  
  110.      COUNT - Indicates the position of the entry in the
  111.      table.
  112.      
  113.      AGE - Indicates how many seconds have passed since
  114.      a  service or network has been advertised.  Stable
  115.      entries  are green, but turn yellow when  the  age
  116.      passes  65  seconds,  and red after  125  seconds.
  117.      Unadvertised services will turn gray.
  118.      
  119.      INT   - The time interval, in seconds, between the
  120.      previous two updates received.
  121.      
  122.      TYPE - Indicates the service type.  Values between
  123.      0000h and 8000h are reserved.  The following well-
  124.      known types have been defined by Novell:
  125.      
  126.                Wild                     FFFFh
  127.                Unknown                  0000h
  128.                Print queue              0003h
  129.                NetWare Server           0004h
  130.                Job Server               0005h
  131.                Print Server             0007h
  132.                Archive Server           0009h
  133.                Remote Bridge Server     0024h
  134.                Advertising Print Server 0047h
  135.                               
  136.      HOPS  - The number of router hops away the service
  137.      or network is.
  138.      
  139.      INTERNETWORK ADDRESS - The service address.
  140.      
  141.      NAME - The service name.
  142.      
  143.      TICKS - The number of clock ticks away the network
  144.      is.
  145.      
  146. Log Window
  147.  
  148. The  log windows displays SAP and RIP advertisements as they
  149. arrive.  The newest arrival are added at the end.  The  logs
  150. scrolls  upward when maximum number of entries  is  reached.
  151. Entries  with  hop counts greater than 15 are  automatically
  152. grayed.
  153.  
  154. Packet Window
  155.  
  156. The  packet windows displays the contents of the most recent
  157. SAP  and  RIP  packets.   Notice that each  packet  contains
  158. multiple entries.
  159.  
  160. ABOUT REALTECH
  161.  
  162. RealTech   Systems  Corporation  is  a  systems   integrator
  163. providing  LAN  and WAN solutions to the  North  East.   For
  164. information call 800-800-0210.
  165.  
  166. DISCLAIMER
  167.  
  168. This software is provided "as is" with no express or implied
  169. warrantees.   Neither RealTech Systems  Corporation  or  the
  170. author is responsible for any damage resulting from the  use
  171. of  SAPTrack.  However, we take all credit for  any  success
  172. achieved with this software.
  173.  
  174.  
  175.  
  176.  
  177.  
  178.