Trap listener
Status: Beta
Brought to you by:
aepage
Trap Listener,
There was old question about same problem as I'm trying
to solve. Thus, I'm trying to implement a SNMP Trap
listener using Java. It could be kinda "mediator" between
agents sending traps and some manager program which
forwards traps further. Okay, it's actually needless to
separate this into to modules, but there are some
reasons anyway. That "mediator" should buffer traps
somehow in case of huge burst of traps.
Is there a sample code that I can work from?
There is a sample code for trap sender and GET, but
there is no sample for trap receiver, which mainly listens
incoming traps.
Thanks.