I want to send an SNMP trap, using snmptrap command, but I don't know how to set Severity Level.
I'm using this:
snmptrap -v 2c -c public host "" MIB-MODULE::notificationName severity s "MINOR"
On the SNMPManager, the perceived severity of the trap is always "Warning"
Thanks in advance!