Hi all, 

I use JBoss (3.2.6) SNMP Adaptor to convert a JMX notification to an SNMP trap.
in the file "managers.xml" I define the manager app that receives the traps, 
and there I can define if the trap is sent as version 1 or as version 2 (v2c):

  |   <manager>
  |     <address>localhost</address>
  |     <port>1162</port>
  |     <local-address></local-address>
  |     <local-port></local-port>
  |     <version>1</version>
  |   </manager>
  | 

I use some other tool to catch the trap when it is sent. 
In this tool I see the values of the enterprise oid, generic type and specific 
type, which should be the same values I defined for that trap in the mapping 
node in the file "notifications.xml".

When I set the version node to be 1, and send a JMX notification, the adaptor 
converts it to an SNMP trap of version v1, and in my tool I see the correct 
values of the enterprise oid, generic type and specific type.

But when I set the version node to be 2, the trap is received by the tool as 
v2c, but without any values for the enterprise oid, generic type and specific 
type.

Is this a bug in the SNMP adaptor, an intended behavior, or a problem with my 
trap viewer tool?
When using v2c traps, how should the SNMP manager application know the trap OID?

TIA 
Amyrlin


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3892024#3892024

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3892024


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to