(For Windows systems, launch a cmd shell, then switch to Bourne shell by typing:
sh
As root:
1. Find the brassd process and kill it
ps -aef-grep brass
kill <process-id#>
2. touch /var/log/brassd.log
3. Start brassd in debug:
brassd -erall -tracefile /var/log/brassd.log
then tail -f /var/log/brassd.log
4. Run the SNMP V3 discovery.
As soon as it finishes, kill the brass daemon so it will stop logging.
cp -p /dev/null /var/log/brassd.log