问题
How to send the priority (clear, major , fatal) also along with the trap we are sending from the java code. i have updated the mib file , but don't know how to use this.
TrapDescWarn OBJECT-TYPE
SYNTAX INTEGER { critical(1),
major(2),
informational(3),
clear(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Warning from the payment interface"
::= { TrapDefs 10 }
来源:https://stackoverflow.com/questions/54247959/how-to-send-the-priority-clear-major-fatal-also-along-with-the-trap