how to send the priority (clear, major , fatal) also along with the trap

ぐ巨炮叔叔 提交于 2019-12-25 03:45:08

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!