##-----------------------------------------------------------------------------
## netsnmmp.txt - NETSNMP configuration
##
## Creation:     2006-09-22  gk (Gero Kuhlmann)
## Last Update:  2007-09-16  gk (Gero Kuhlmann)
##-----------------------------------------------------------------------------

#------------------------------------------------------------------------------
# Optional package:
#------------------------------------------------------------------------------
OPT_NETSNMP='no'                          # install SNMP daemon: yes or no
SNMP_RWCOMMUNITY='private'                # community name for read-write access
SNMP_ROCOMMUNITY='public'                 # community name for read-only access
SNMP_TRAPCOMMUNITY='traps'                # community name for receiving traps
SNMP_RWUSER='admin'                       # user name for read-write access
SNMP_RWUSER_PASSWORD='xxxxxxxx'           # password for read-write access
SNMP_ROUSER=''                            # user name for read-only access
SNMP_ROUSER_PASSWORD=''                   # password for read-only access
SNMP_LOCATION=''                          # location of fli4l router
SNMP_CONTACT='root@fli4l'                 # contact information
SNMP_TRAPD='no'                           # start snmptrapd daemon
SNMP_SAVE_PATH='/data/snmp'               # persistant data directory path

