Views:

To enable SNMP debug mode:

  1. Connect to IWSVA via SSH using the "root" account.
  2. Add thefollowing parameter under [snmp] in /etc/iscan/intscan.ini. [Press "i" key to edit/insert"] 

    [root@iwsvasrv ~]# vim /etc/iscan/intscan.ini

    Command Line A

    Click the image to enlarge.

    [snmp]
    
    debug=yes
  3. Save the changes. [Press "Esc" key, type ":wq!" without the quotes]
  4. Restart the SNMP daemon:

    [root@iwsvasrv ~]# /var/iwss/S99ISsnmpd restart

    Command Line B

    Click the image to enlarge.

    The SNMP logs will appear on the screen.

  5. 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).