Sunday Aug 12, 2007
Sunday Aug 12, 2007
In this demo, we will show how to implement the processing logic for the incoming SNMP trap, and we would refer to this processing logic as "Adaptation". Normally, we would want to feed these incoming SNMP traps to an event-processing engine, since usually it is the occurrences of events that are most interesting. However, for simplicity sake, in the demo we are feeding the SNMP traps to an EJB exposed as a webservice operation, and we simply print out the values for each trap in the EJB method.
Here are the main steps to create this project:
Pretty simple right?
Wednesday Aug 08, 2007
SNMP Binding Component (SNMP BC) is developed as part of open-jbi-components project. It allows network devices based on SNMP protocol to be accessed from an ESB system.
Below is Part 1 of a series of demos on how to create a SNMP based project from within NetBeans IDE. First step in an end-to-end scenario is to create a metadata implementation for the SNMP BC, SNMP BC will use this metadata implementation to resolve information regarding network devices and how to process incoming traps from these network devices. See design doc for details.