To enable SNMP debug mode:
- Connect to IWSVA via SSH using the "root" account.
-
Add thefollowing parameter under [snmp] in /etc/iscan/intscan.ini. [Press "i" key to edit/insert"]
[root@iwsvasrv ~]# vim /etc/iscan/intscan.ini
Click the image to enlarge.
[snmp] debug=yes
- Save the changes. [Press "Esc" key, type ":wq!" without the quotes]
-
Restart the SNMP daemon:
[root@iwsvasrv ~]# /var/iwss/S99ISsnmpd restart
Click the image to enlarge.
The SNMP logs will appear on the screen.
- When the SNMP debug logs are not needed anymore, turn them off by following the same procedure as above (you can set debug=no or delete the row "debug=yes" in the [snmp] section of the intscan.ini file).