################################################################### # GPSNet SNMP Configuration File Version 2.0 # ################################################################### # Copyright 2000-2004 by Trimble Terrasat GmbH, Germany # ################################################################### # The following rules apply: # # - The default file-name of this file is "SnmpConfig.txt". # # - The default location for this file is in the directory # # \config\. # # - The file name and path can be changed if that is made known # # to GPSNet by modifying the Windows Registry key # # "Snmp Config File" in the Registry location # # "HKEY_LOCAL_MACHINE/Software/Terrasat/GGSP/RTCM connection". # # - A valid entry consists of a line which contains six entries # # (furtheron called tokens) in the following order: # # 1) remote agent IP address # # 2) community name # # 3) SNMP communications timeout in milliseconds # # 4) SNMP communications retry count # # 5) CISCO Access-Server line number or slot/port # # 6) GPSNet port number assigned to the line number. # # - Tokens can be separated by TAB characters (ASCII-code 12) or # # commas. # # - There can be as many TAB characters between two tokens as # # desired, but only one comma is allowed. # # - One or more space characters (ASCII-code 32) between TABs or # # commas would be recognized as a separate token. Thus do not # # use a mixture of TABs and spaces for formatting this file. # # - Leading and trailing spaces are automatically removed from # # tokens (example: " token text " is trimmed to "token text"). # # - Comments start with a '#' character and are ignored. There # # can be separate comment-lines starting with '#', or comments # # can be appended to entry lines. # # - Invalid lines are ignored. Lines following the invalid line # # will be read. # # - A maximum of 1000 characters of a line is read per line. Text # # beyond this limit is ignored. # ################################################################### # Examples of valid entries: # # 10.192.1.7 public 250 1 31 1024 # # 10.192.1.7 public 250 1 2/7 1024 # ################################################################### #AGENT COMMUNITY TIMEOUT RETRIES LINE PORT