Hi Hari, Thanks for Response, i am using JDMK (JAVA DYNAMIC MANAGEMENT KIT) which is provided already developed Agent, Manager and MIB. i have successfully sent the Trap through JDMK agent to JDMK manager and its working fine and its showing the information about trap in Manager console, but i need to send a trap in different manager which is developed in another way or technology because i don't know in client side which manager is using those people, and our Agent use RFC1213 MIB and which is already developed in JDMK, and i have generated MIB classes using MIBGEN tool which is provided by JDMK.
Please help me for how to create our own MIB or OID and how to send a trap other SNMP manager. I am trying sent a trap to some other SNMP Manager but its not working fine means its not catch up my TRAP i am trying to send a trap using JDMK Agent to other SNMP Manager excepted JDMK Manager. and what is NMS projects? Please HELP Me Please......... Thanks for share your experience. 2009/1/4 harinath adapa <[email protected]> > Hi Sumit, > > To convert SNMP MIB information to java objects, There are several > frameworks available in the market. Adventnet is the one I used when I > worked with NOKIA. > > For example 1.1.3.21.1111 is the value of the MIB which tells about CPU > Utiliation. Usually to get the CPU Utilization we will do the snmpwalk on > the device console which will give you the CPU Utilization value. Adventnet > will provide you the java classes where from your UI you can do the > SNMPwalk > on the device by using adventnet API. > > Usually all the NMS projects use frameworks. We can extend APIs to write > our own filters. If you are trying in a different way let me know I'll try > to help you more. > > Thanks, > Hari! > > > On Tue, Dec 30, 2008 at 12:48 AM, Sumit Singhal > <[email protected]<sumitsina%40gmail.com>> > wrote: > > > Hi, > > Can any one help me for SNMP on java. How to send a Trap, how to create > OID > > and about of SNMP. Thanks in Advance. > > > > -- > > Thanks & Regards, > > Sumit Singhal > > > > -- Thanks & Regards, Sumit Singhal

