[SNMP4J] IPv6 datatype support ?

2010-06-09 Thread Prakash Kolandaivelu
Sorry Frank. here are the details

I am looking for the class that represent IPv6address snmp data type. As we
have one class for IPv4 address-
IpAddresshttp://www.snmp4j.org/doc/org/snmp4j/smi/IpAddress.html

Below is the IPv6 mib.

ipv6RouteDest OBJECT-TYPE
SYNTAX Ipv6Address
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
The destination IPv6 address of this route.
This object may not take a Multicast address
value.
::= { ipv6RouteEntry 1 }

Thanks,
Prakash
___
SNMP4J mailing list
SNMP4J@agentpp.org
http://lists.agentpp.org/mailman/listinfo/snmp4j


[SNMP4J] create snmp simulator

2010-06-09 Thread Prakash Kolandaivelu
Download the agent jar. You have two sample Agents in that. TestAgent and
SampleAgent. I guess, that will give you a startup.

Thanks,
Prakash
___
SNMP4J mailing list
SNMP4J@agentpp.org
http://lists.agentpp.org/mailman/listinfo/snmp4j


[SNMP4J] IPv6 datatype support ?

2010-06-08 Thread Prakash Kolandaivelu
Does SNMP4j support ipv6 datatype ? if so could you please let me know the
details.

Thanks,
Prakash
___
SNMP4J mailing list
SNMP4J@agentpp.org
http://lists.agentpp.org/mailman/listinfo/snmp4j


[SNMP4J] Problem in the code

2010-05-31 Thread Prakash Kolandaivelu
the same code perfectly in linux and the value is null if i run from
windows. i tried all possible ways buti could not find. may be some could
help in this regard

Thanks,
Prakash
___
SNMP4J mailing list
SNMP4J@agentpp.org
http://lists.agentpp.org/mailman/listinfo/snmp4j


[SNMP4J] error 1409

2010-05-28 Thread Prakash Kolandaivelu
Hi Idan

When I was testing, sometimes even i was facing the same problem. I tried
degubbing, sometimes the request id goes null

Thanks,
Prakash
___
SNMP4J mailing list
SNMP4J@agentpp.org
http://lists.agentpp.org/mailman/listinfo/snmp4j


[SNMP4J] snmpd daemon support for snmp4j

2010-05-28 Thread Prakash Kolandaivelu
Yes very well you can use that
___
SNMP4J mailing list
SNMP4J@agentpp.org
http://lists.agentpp.org/mailman/listinfo/snmp4j


[SNMP4J] TRAP source IP on manager side

2010-05-28 Thread Prakash Kolandaivelu
If you know answer you can post here , it may be helpful for other people
who are looking for the answers.

Thanks,
Prakash
___
SNMP4J mailing list
SNMP4J@agentpp.org
http://lists.agentpp.org/mailman/listinfo/snmp4j


[SNMP4J] TestAgent with StaticIfTable

2010-01-05 Thread Prakash Kolandaivelu
see the documentation in website and configure correct username and auth and
priv protocols in the mib browser.

Thanks,
Prakash

Mobile: +919940082765
Saktyavesh ~ Lets make a Better Tomorrow
http://www.saktyavesh.org/
http://saktyavesh.blogspot.com/
Vision: To be a platform and an enabler for positive social change by
focusing on two critical areas of community development namely Education and
Healthcare


2010/1/1 snmp4j-requ...@agentpp.org

 Send SNMP4J mailing list submissions to
snmp4j@agentpp.org

 To subscribe or unsubscribe via the World Wide Web, visit
http://lists.agentpp.org/mailman/listinfo/snmp4j
 or, via email, send a message with subject or body 'help' to
snmp4j-requ...@agentpp.org

 You can reach the person managing the list at
snmp4j-ow...@agentpp.org

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of SNMP4J digest...


 Today's Topics:

   1. Re: TestAgent with StaticIfTable (Amos Nesher)


 --

 Message: 1
 Date: Thu, 31 Dec 2009 09:28:06 -0500
 From: Amos Nesher amos.nes...@arcadiannetworks.com
 Subject: Re: [SNMP4J] TestAgent with StaticIfTable
 To: Suresh Kajla skkchoudh...@gmail.com
 Cc: snmp4j snmp4j@agentpp.org
 Message-ID:

 d08b0d0f7955d5448f8c21afc6d3149302729...@webmail.arcadiannetworks.com

 Content-Type: text/plain;   charset=us-ascii

 Sorry, I'm not familiar with snmp v3.



 Regards,



 :-) Amos

 

 From: Suresh Kajla [mailto:skkchoudh...@gmail.com]
 Sent: Thursday, December 31, 2009 12:18 PM
 To: Amos Nesher
 Cc: snmp4j
 Subject: Re: [SNMP4J] TestAgent with StaticIfTable



 thanks now i am able to run agent

 but when i am try to call it through mib browser then it (for version 3)
 it says authorization error

 can please suggest me what to do now




 On Wed, Dec 30, 2009 at 3:29 PM, Amos Nesher
 amos.nes...@arcadiannetworks.com wrote:

 Download the snmp4j-agent.jar from the snmp4j site.

 Run the class org.snmp4j.agent.test.TestAgent (which is part of the
 jar).

 Run it with 127.0.0.1/161 argument (in assumption that no other agent
 on your PC - if you have other agent you can use other port than 161).

 (of course you can use other interfaces).



 It will create a simple agent on your local host.



 Use any snmp tool (mib browser or command line) to perform snmpwalk on
 127.0.0.1



 When you success to that, continue to the next stage:

 Study the source code of TestAgent and try to make your changes.



 That was my process. Good luck.



 :-) Amos

 

 From: Suresh Kajla [mailto:skkchoudh...@gmail.com]
 Sent: Wednesday, December 30, 2009 11:52 AM


 To: Amos Nesher
 Cc: snmp4j
 Subject: Re: [SNMP4J] TestAgent with StaticIfTable




 can you pass me complete java documentation with example (both agent and
 server )


 On Wed, Dec 30, 2009 at 2:43 PM, Amos Nesher
 amos.nes...@arcadiannetworks.com wrote:

 It has nothing to do with the snmp4j.

 I changed the TestAgent (I enabled the IF table) but I execute the
 original TestAgent which the addition IF table is remarked.

 That why I didn't have the IF table in snmpwalk.



 :-) Amos

 

 From: Suresh Kajla [mailto:skkchoudh...@gmail.com]
 Sent: Wednesday, December 30, 2009 11:12 AM
 To: Amos Nesher
 Cc: snmp4j
 Subject: Re: [SNMP4J] TestAgent with StaticIfTable



 hi

 then changes you did please share with me

 On Wed, Dec 30, 2009 at 1:55 PM, Amos Nesher
 amos.nes...@arcadiannetworks.com wrote:

 I found my problem and it has nothing to do with the snmp4j code.

 Thanks

 J Amos

 -Original Message-
 From: snmp4j-boun...@agentpp.org [mailto:snmp4j-boun...@agentpp.org] On
 Behalf Of Amos Nesher
 Sent: Tuesday, December 29, 2009 3:04 PM
 To: snmp4j@agentpp.org
 Subject: [SNMP4J] TestAgent with StaticIfTable

 Hi,



 I want to implement a simple SNMP agent.

 I managed to run the TestAgent without the createStaticIfTable.

 I trying to add the createStaticIfTable (of course registered it in
 registerManagedObjects).

 But when I'm performing snmpwalk I do not get the IFTable.

 I set the agentppSimMode to config(1) after the agent is running (via
 snmpset).



 What I'm doing wrong?



 Regards,

 Amos

 ___
 SNMP4J mailing list
 SNMP4J@agentpp.org
 http://lists.agentpp.org/mailman/listinfo/snmp4j
 ___
 SNMP4J mailing list
 SNMP4J@agentpp.org
 http://lists.agentpp.org/mailman/listinfo/snmp4j




 --
 Regards
 Suresh Choudhary
 Software Engineer
 Team Computers Pvt Ltd
 New Delhi
 9910504095,9868327062




 --
 Regards
 Suresh Choudhary
 Software Engineer
 Team Computers Pvt Ltd
 New Delhi
 9910504095,9868327062




 --
 Regards
 Suresh Choudhary
 Software Engineer
 Team Computers Pvt Ltd
 New Delhi
 9910504095,9868327062



 --

 

Re: [SNMP4J] SNMP4J:SNMPv3: SampleAgent SNMPv3 credentials

2009-10-01 Thread Prakash Kolandaivelu
I got the Answer

thanks...


2009/10/1 Prakash Kolandaivelu visitprakashin...@gmail.com

 Hi Greatings,

 I have downloaded the SNMP4J and SNMP4J Agent. I ran the SampleAgent.java.
 i did snmpwalk on the simulated agent for SNMPV1 and v2 is works fine. but i
 dont know the username and password for SNMPv3. i tried all the credetails
 which ever i got in the net and your website. its not working. could you
 please help in send me the credentials or link where i can find that.

 Thanks for your help.

 --
 Thanks,
 Prakash
 Mobile: +919940082765
 Saktyavesh ~ Lets make a Better Tomorrow
 http://www.saktyavesh.org/
 http://saktyavesh.blogspot.com/
 Vision: To be a platform and an enabler for positive social change by
 focusing on two critical areas of community development namely Education and
 Healthcare





-- 
Thanks,
Prakash
Mobile: +919940082765
Saktyavesh ~ Lets make a Better Tomorrow
http://www.saktyavesh.org/
http://saktyavesh.blogspot.com/
Vision: To be a platform and an enabler for positive social change by
focusing on two critical areas of community development namely Education and
Healthcare
___
SNMP4J mailing list
SNMP4J@agentpp.org
http://lists.agentpp.org/mailman/listinfo/snmp4j