1. VOIP-500/VOIP-600 defaults to IP address of 1st registrar by creating file “/flash/db/snmpd.ip.txt” at boot time if file does not currently exist. If no registrars are defined, then this file is not created automatically. If a different IP address is needed, then execute the following instructions.
2. Navigate to the console window
3. echo '10.10.10.63' >/flash/db/snmpd.ip.txt (where 10.10.10.63 is replaced by IP address of NMS)
4. If this is changed on a running system, currently SNMP must be restarted because it currently cashes this value in RAM. This should be a rare event.
To display what is currently stored in file /flash/db/snmpd.ip.txt run the following command:
1) cat /flash/db/snmpd.ip.txt
2) The file /flash/db/snmpd.ip.txt (if absent) is established as part of booting SNMP version
To stop sending SNMP traps, just remove file /flash/db/snmpd.ip.txt
1) rm /flash/db/snmpd.ip.txt
2) If the phone is rebooted, then SNMP daemon is not started.