You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Ramesh Babu <pr...@podar.net> on 2011/01/24 08:11:42 UTC

what is servicemix-snmp?

hi, I am new to service mix. can u please tell me --&gt; what is  servicemix-snmp ? --&gt; 
how to use it? --&gt; and ,if u have any samples please share whit me. Thanks &amp; Regards Ramesh Babu.P &nbsp; Get email for your site ---&gt; http://www.everyone.net 

-- 
View this message in context: http://servicemix.396122.n5.nabble.com/what-is-servicemix-snmp-tp3354297p3354297.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Re: what is servicemix-snmp?

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Hi Ramesh,

the servicemix-snmp provides support for receiving SNMP events message.

You can setup two kind of SNMP endpoints:
- a poller: the endpoint periodically poll a SNMP server to get event 
and generate a message sent to the NMR. You define the URL of your SNMP 
server and OID. Here is a sample:
	<snmp:poller service="test:mySNMPService"
              endpoint="pollerEndpoint"
              targetService="test:myProcessor"
              period="10000"
              address="udp:192.168.2.122/161"
              oids="classpath:myOIDList.txt" />
NB: the generated exchange is In-Only.
- a trap-consumer: the endpoint waits for incoming SNMP messages:
<snmp:trap-consumer service="test:mySNMPService"
              endpoint="trapConsumerEndpoint"
              targetService="test:myProcessor"
              address="udp:192.168.2.122/162" />

Regards
JB


On 01/24/2011 08:11 AM, Ramesh Babu wrote:
>
> hi, I am new to service mix. can u please tell me --&gt; what is  servicemix-snmp ? --&gt;
> how to use it? --&gt; and ,if u have any samples please share whit me. Thanks&amp; Regards Ramesh Babu.P&nbsp; Get email for your site ---&gt; http://www.everyone.net
>