Link to home
Start Free TrialLog in
Avatar of jaxkewl
jaxkewl

asked on

Best Java SNMP package. Which includes SNMPGet, SNMPWalk, and SNMPTranslate.

I am in need of a good Java SNMP package. I currently use joeSNMP, but it does not have a mib Parser so I use runtime.exec on snmpTranslate with Redhat 7.3. I need an include all java snmp package that will be able to do snmpwalk/get/translate. Anyone have any suggestions?
Avatar of armoghan
armoghan
Flag of Pakistan image

Avatar of zzynx
Avatar of Giant2
Giant2

> it does not have a mib Parser

You could build it.
Avatar of jaxkewl

ASKER

Thanks. I will look into each option and award points accordingly.
Avatar of jaxkewl

ASKER

armoghan  - net snmp uses java and native code. i need just java.
Giant2 - need something COTS or already built.
zzynx - i have no money....
ASKER CERTIFIED SOLUTION
Avatar of armoghan
armoghan
Flag of Pakistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
>Giant2 - need something COTS or already built.
you must spent some time to do this. But with this time spent you can understand better the ASN.1 syntax
Sorry for not help you.
Bye, Giant.
For the interest of someone else reading this PAQ in the future
what was the "best" answer to your question? (besides the fact that you have to compromize ;)
Avatar of jaxkewl

ASKER

Good question zzynx. The sourceforge provides all the snmp functionality i need for free. (walk, get, set, translate) The only compromise is that it uses native code along with java. This can be a problem cause java is portable. so If want to run my program on redhat then switch over to solaris, then there is a problem. so in the end, you have to indeed compromise. cheesey eh? thanks for the help guys.
thanx
glad to help :)