• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

How do i generate SNMP traps

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I wish to generate a SNMP trap event and send it to a Network Management Station from a NT server when a specific event is detected by the server. This has to be done from within a java program as it is the jave program that detects the event. Can anybody advise me if this is firstly possible and also how i should go about it.

Thanks for any replys

Danny
 
Ranch Hand
Posts: 236
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Google for something like "Java SNMP libraries".

Here's one possibility:

http://java-source.net/open-source/network-clients/java-snmp-package

If you already have a commercial SNMP package (for example, HP-OpenView), perhaps your vendor already has a Java-language SDK for you.

Good luck! .. PSM

PS:
You might want to post followup questions to the "Sockets and Internet Protocols" (i.e. "Java networking") group instead of "Java Intermediate".
[ September 04, 2005: Message edited by: Paul Santa Maria ]
 
Danny Coopers
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks will take a look
 
You showed up just in time for the waffles! And this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic