Hi twenj,
SNMP settings in Linux is stored in a file named snmpd.conf; as for its location, open a terminal window and execute the command:
find / -name "snmpd.conf" -print | more
Note: it is assumed that you're logged in as root or that the user account being used has root privileges.
Hope this helps.