home *** CD-ROM | disk | FTP | other *** search
INI File | 1991-05-07 | 2.0 KB | 85 lines |
- ; Default configuration file is 'BEHOLDER.INI'
-
- [BUFFER]
- numberbuffers = 5
- buffersize = 65500
-
- [DISPATCHER]
- SizeSmall=192
- CountSmall=75
- SizeLarge=1514
- CountLarge=75
-
- ; Settings for IP section
- [IPDOS]
- forwarding = yes # act as a gateway
- sourceroute = yes # send source routed to other interface
- nd0address = <your-ip-address> # your own internet address
- nd0mask = 0xfffffe00 # and your own mask
- lo0address = 127.0.0.1 # loopback address
-
- ; Routing table entries
- [ROUTES]
-
- ; hostmodify : add a dynamic route for a host (may be changed by redirects)
- ; hoststat : add a static route for a host
- ; netmodify : add a dynamic route for a network
- ; netstat : add a static route for a network
-
- hoststat default <your ip-gateway> # default gateway
- hoststat 127.0.0.1 127.0.0.1 # loopback interface
- hoststat <your-ip-address>127.0.0.1 # to yourself via loopback
- netstat <YOUR-IP-NET> <YOUR-IP-ADDRESS> 0xfffffe00 # how to reach your network
-
- [SYSTEM]
-
- Description = The Beholder, a SNMP-able Network Monitor
- Contact = Jan van Oorschot
- Name = Beholder
- Location = Universe
-
- [AUTHENTICATION]
-
- Community public
- AddAddress 0.0.0.0 0.0.0.0
- Community trap
- AddAddress 0.0.0.0 0.0.0.0
-
-
- [AGENT]
-
- ObjectId = 1.3.6.1.4.1.99
- Port = 161
- Trap = Enable
- TrapPort = 162
- TrapAddress = <your-mgmnt-station>
- TrapCommunity = trap
-
- [MATRIX0]
-
- HostTableLength = 1000
- ConnectionTableLength = 2000
- HashTableLength = 1500
- HashOverflow = 750
-
-
- [ERRORS]
-
- ErrorFile = error.out
- DebugFile = debug.out
- DebugLevel = 0
-
- [MATRIX]
-
- TimerValue = 3600000
-
- [DISPLAY]
-
- TimerValue = 5000
-
- [DOG]
-
- SecsWithoutFreeTime = 120
- SecsWithoutReceivePkt = 120
-
-