home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / MSDOS / WATTCP / BEHOLDER.ZIP / BEHOLDER.INI < prev    next >
Encoding:
INI File  |  1991-05-07  |  2.0 KB  |  85 lines

  1. ; Default configuration file is 'BEHOLDER.INI'
  2.  
  3. [BUFFER]
  4.   numberbuffers = 5
  5.   buffersize    = 65500
  6.  
  7. [DISPATCHER]
  8.   SizeSmall=192
  9.   CountSmall=75
  10.   SizeLarge=1514
  11.   CountLarge=75
  12.  
  13. ; Settings for IP section
  14. [IPDOS]
  15.   forwarding    = yes               # act as a gateway                                                                                 
  16.   sourceroute   = yes               # send source routed to other interface                                                            
  17.   nd0address    = <your-ip-address> # your own internet address
  18.   nd0mask       = 0xfffffe00        # and your own mask
  19.   lo0address    = 127.0.0.1         # loopback address
  20.  
  21. ; Routing table entries
  22. [ROUTES]
  23.  
  24.   ; hostmodify : add a dynamic route for a host (may be changed by redirects)
  25.   ; hoststat :   add a static route for a host
  26.   ; netmodify :  add a dynamic route for a network
  27.   ; netstat :    add a static route for a network
  28.  
  29.   hoststat   default          <your ip-gateway>           # default gateway
  30.   hoststat   127.0.0.1        127.0.0.1                   # loopback interface
  31.   hoststat   <your-ip-address>127.0.0.1                   # to yourself via loopback
  32.   netstat    <YOUR-IP-NET>    <YOUR-IP-ADDRESS> 0xfffffe00 # how to reach your network
  33.  
  34. [SYSTEM]
  35.  
  36. Description = The Beholder, a SNMP-able Network Monitor
  37. Contact     = Jan van Oorschot
  38. Name        = Beholder
  39. Location    = Universe
  40.  
  41. [AUTHENTICATION]
  42.  
  43. Community public
  44.     AddAddress 0.0.0.0 0.0.0.0
  45. Community trap
  46.     AddAddress 0.0.0.0 0.0.0.0
  47.  
  48.     
  49. [AGENT]
  50.  
  51. ObjectId      = 1.3.6.1.4.1.99
  52. Port          = 161
  53. Trap          = Enable
  54. TrapPort      = 162
  55. TrapAddress   = <your-mgmnt-station>
  56. TrapCommunity = trap
  57.  
  58. [MATRIX0]
  59.  
  60. HostTableLength         = 1000
  61. ConnectionTableLength   = 2000
  62. HashTableLength         = 1500
  63. HashOverflow            = 750
  64.  
  65.  
  66. [ERRORS]
  67.  
  68. ErrorFile  = error.out
  69. DebugFile  = debug.out
  70. DebugLevel = 0
  71.  
  72. [MATRIX]
  73.  
  74. TimerValue = 3600000
  75.  
  76. [DISPLAY]
  77.  
  78. TimerValue = 5000
  79.  
  80. [DOG]
  81.  
  82. SecsWithoutFreeTime   = 120
  83. SecsWithoutReceivePkt = 120
  84.  
  85.