home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / tcp188.exe / FEATURES.TXT < prev    next >
Text File  |  1994-09-19  |  4KB  |  105 lines

  1. FEATURES.TXT
  2. 19SEP94
  3.  
  4. 1. Configuring Static Subnet Routing
  5. ------------------------------------
  6. If you require static routes, indicate the static routes in
  7. SYS:\ETC\GATEWAYS and then load IPCONFIG NLM after you load TCPIP NLM and
  8. bind IP.
  9.  
  10. It is possible to do static routing as well as static subnet routing with
  11. this version of IPCONFIG.NLM (v2.02) along with TCPIP (v2.02).
  12.  
  13. 2. Format of SYS:ETC\GATEWAYS
  14. -----------------------------
  15. Each line in SYS:ETC\GATEWAYS has the following format:
  16. { NET network_name  |  {network_number[/network_mask]}  |  HOST host}
  17. GATEWAY gateway [METRIC cost]  [ {ACTIVE | PASSIVE } ]
  18.  
  19. where:
  20. The network_name is the name of a network in SYS:ETC\NETWORKS.
  21. The network_number/network_mask is the IP network address and its subnet
  22. mask; the subnet mask is optional.  If the network_mask is not specified,
  23. the subnet mask is derived from the network number, excluding all trailing
  24. zeros.
  25.  
  26. The host is the IP address of a host or the name of a host in
  27. SYS:ETC\HOSTS.
  28.  
  29. The gateway is the IP address of a gateway on a locally connected network
  30. or the name of such a gateway in SYS:ETC\HOSTS.
  31.  
  32. The cost, or measure of expense, is a value greater than or equal to 1 but
  33. less than or equal to 15.
  34.  
  35. The active or passive indicates the type of route for routing information.
  36.  
  37. For example:
  38. NET 2.0.0.0 GATEWAY 193.1.1.1
  39.  
  40. HOST 129.1.0.3 GATEWAY 193.1.1.1 PASSIVE
  41.  
  42. NET 130.57.1.0/255.255.255.0 GATEWAY 193.1.1.1 PASSIVE
  43.  
  44. 3. Loading IPCONFIG NLM
  45. -----------------------
  46. To add the static routes in SYS:ETC\GATEWAYS to the routing database, you
  47. must load IPCONFIG NLM.  This can be done by entering the LOAD IPCONFIG
  48. command at the system console.  Normally, you place this command in your
  49. SYS:SYSTEM\AUTOEXEC.NCF after loading TCPIP and binding IP to interfaces so
  50. that the static routes are added each time the system is loaded.
  51.  
  52. The command is:  LOAD IPCONFIG
  53.  
  54. NOTE: If you do not have any static routes to configure, you do not need to
  55. load IPCONFIG.
  56.  
  57. IPCONFIG reads SYS:ETC\GATEWAYS, places each route into the routing
  58. database, and then exits.  While you are "debugging" your GATEWAYS file,
  59. problems in the file may cause IPCONFIG to print diagnostic messages.
  60.  
  61. For each route IPCONFIG finds in SYS:ETC\GATEWAYS, IPCONFIG adds a routing
  62. entry for the host or network indicated.  The first hop in the new routing
  63. entry is the provided gateway and the metric is the given cost.  If no
  64. metric is given, a cost of 1 is used.
  65.  
  66. IPCONFIG will support a static subnet route if the subnet mask is
  67. associated with the subnetwork number in /etc/gateway.
  68.  
  69. Placing the, keyword, active on the line indicates that the route is
  70. maintained by the indicated gateway using normal RIP updates.  Active
  71. routes are subject to normal RIP rules.  They may be replaced by routes
  72. with lower metric values and they time out and disappear if no RIP updates
  73. are received for them.
  74.  
  75. The keyword, "passive", which is the default if neither active nor passive
  76. is specified, indicates a route for which no RIP information will ever be
  77. available.  Such routes never time out and IP ignores RIP information for
  78. them.  They can be deleted or modified using TCPCON.
  79.  
  80.  
  81. SNMP Agent v2.1
  82. ---------------
  83. TCP188.EXE contains an extensible SNMP Agent which is an upgrade to the
  84. SNMP Agent that is part of NetWare v3.11, and is also an upgrade to the
  85. SNMP Agent that in the NetWare v3.11 SNMP Agent Upgrade Version 2.0.  SNMP
  86. Agent 2.1 is backward compatible.
  87.  
  88. Refer to the "Novell NetWare TCP/IP Transport Supervisor's Guide" for
  89. command-line options and reference material.
  90.  
  91. Additional configuration can be accomplished through: 
  92.   SYS:ETC\SNMP.CFG
  93.   SYS:ETC\TRAPTARG.CFG
  94.  
  95. Use SYS:ETC\SNMP.CFG to configure the following MIB-II parameters:
  96.   sysName         System Name
  97.   sysLocation     System Location
  98.   sysContact      System Administrator/Contact
  99.  
  100. The format of the file is described in comments within the file.
  101.  
  102. Use SYS:ETC\TRAPTARG.CFG to configure trap destinations. 
  103. Trap destinations are Internet hosts that receive traps generated by this
  104. system.  Traps can be sent over both TCP/IP and IPX.  The format of the
  105. file is described in comments within the file.