How do i install the libraries of Snmp, I have the jdk1.1.7 and I want to use your Snmp Packet I already set the classpath as CLASSPATH=classes;snmpV1Apps ...
juan
al176793@...
Nov 8, 1998 12:38 am
780
I am using NetMonitor 2.2. for Linux. I would like to use the ActiveImage Component to indicate the up/down status of a managed device. That is if an SNMP...
Tom Lehman
tlehman@...
Nov 9, 1998 9:47 pm
781
P. Mahalingam
mali@...
Nov 11, 1998 11:04 am
782
Thanks for these modified classes. They are just what I needed and they seem to work fine. ...
Tom Lehman
tlehman@...
Nov 13, 1998 6:01 pm
783
Hello, We have a network device that is managed via SNMP. The same product has also an embeded Web Browser, that we use to keep applets that will run Adventnet...
Ricardo Marek
ricky@...
Nov 18, 1998 8:49 pm
784
... Under UNIX, UDP and TCP ports numbered < 1024 require ROOT priviledges to use. Since SNMP uses ports 161 and 162 for UDP traffic, I suspect that this is ...
Gregg G. Wonderly
gregg@...
Nov 19, 1998 1:24 am
785
Good day! I'm using the AdventNet's SNMP package and plan to implement SnmpClient interface on my agent. How could I know that the Request is for that certain...
ericp
ericp@...
Nov 19, 1998 10:22 am
786
I would like to share a single snmp session among 3 separate polling loop threads all doing syncsend operations to the same destination. Is there any problem...
Chris Ross
cross@...
Nov 19, 1998 5:02 pm
787
Hello Again, Making more experiments, I found that the problem is not with my Unix box or my embedded Web Server, but with the Netscape Browser on our sparc...
Ricardo Marek
ricky@...
Nov 20, 1998 9:28 am
788
I ask myself quite the same question as Chris Ross. I 'd like to poll several mib tables of the same network element using the SnmpRequest bean instanciated...
gabriel chegaray
g.chegaray@...
Nov 20, 1998 10:40 am
789
Hi, I want to use Advent's SNMP API's to write my status poller module. It will an asynchronous application using callbacks. Can anyone tell me where do i get...
Anurag Bhatnagar
abhatnagar@...
Nov 20, 1998 12:06 pm
790
Hi, Yes you can have multiple threads can poll an agent by using a single session . It won't affect the threads. Regards, Senthil ... To unsubscribe from the...
Senthil Kumar M
senthil@...
Nov 20, 1998 7:42 pm
791
HI All, I am using Snmp2 package classes. How can i differentiate a string returned from agent, whether it is a Simple string or its octet/Hex String. ...
sanju
ssanju@...
Nov 21, 1998 1:39 am
792
HI All, I am using Snmp2 package classes. How can i differentiate a string returned from agent, whether it is a Simple string or its octet/Hex String. ...
sanju
ssanju@...
Nov 21, 1998 1:41 am
793
Hi, Except 1.3 version other versions wont support serialization. Because upto 1.3.1 version we support jdk 1.0.2 . We found problem with the 1.3 version .If...
Senthil Kumar M
senthil@...
Nov 21, 1998 5:15 am
794
Hello Again, Here is some tracing information I got that may explain better the problem. (In the previous messages I did not add the trace to make the story...
Ricardo Marek
ricky@...
Nov 22, 1998 6:49 pm
795
Hi, In this case if I am using callbacks , then will the same callback receives the responses from all the multiple threads ? Rgds, Anurag ... To unsubscribe...
Anurag Bhatnagar
abhatnagar@...
Nov 23, 1998 12:16 pm
796
Hi, The same callback will receive the responses . All the threads are using syncsend to receive the responses then why are you using callback. Is there any...
Senthil Kumar M
senthil@...
Nov 26, 1998 3:16 pm
797
... It is vital for matching up the Community string. Since it is otherwise matched to the setting in the session and thus you can not send multiple community...
Gregg G. Wonderly
gregg@...
Nov 28, 1998 8:31 am
798
Hello, Thanks for your help, but the problem was not with the SNMP stuff, but with Netscape and Sun. Netscape needs some obscure dynamically linked libraries...
Ricardo Marek
ricky@...
Nov 30, 1998 12:41 pm
799
Hi All, Is it possible to pass and retrieve callback data using callback mechanisms of Advent's Asynchronous API's ?? Any pointer to examples are welcome. ...
Anurag Bhatnagar
abhatnagar@...
Dec 1, 1998 8:23 am
800
... Hi All, Is it possible to pass and retrieve callback data using callback mechanisms of Advent's Asynchronous API's ?? Any pointer to examples are welcome. ...
Anurag Bhatnagar
abhatnagar@...
Dec 1, 1998 10:32 am
801
Hi All, ... To unsubscribe from the java-nm mailing list send a message to majordomo@... with the following text in the body of the message:...
Anurag Bhatnagar
abhatnagar@...
Dec 1, 1998 11:40 am
802
Hi, I am attaching an example program for sending and receiving messages asynchronously using callback. This example program do GET operation on an agent . ...
Senthil Kumar M
senthil@...
Dec 2, 1998 5:43 am
803
Hello Is anybody using Visual Cafe and SNMP Release V2 with java beans? If so, perhaps you have seen this problem: In design time it fails to load mib files,...
Zeev Glozman
zeev.glozman@...
Dec 2, 1998 6:05 pm
804
Zeev, What version of Cafe are you using? Some versions of Cafe, i.e. prior to 3.0, will not support JFC/Swing properly. So you have to use the SNMP beans jar...
Tony G. Thomas
tgt@...
Dec 2, 1998 7:10 pm
805
I´m using the Agent Builder tool to build my MIB. I created a new node using NOTIFICATION-TYPE structure. I filled the AGENT-CLAUSE using CLASS-COMMAND. I...
Marcionilia Furbino V...
villefor@...
Dec 3, 1998 9:13 pm
806
I´m using Agent Builder tool and I have have some problems: I can´t receive any trap using TrapGenerator application. I have had an agent connected in the...
Marcionilia Furbino V...
villefor@...
Dec 3, 1998 9:14 pm
807
I read the other day that someone else also have problems with loading MIBs with AdventNetSnmpv3. Does anyone know why the following code doesn't work? ... ...
Johan Almkvist
almkvist@...
Dec 4, 1998 11:59 am
808
Marcionillia, Thanks for your mail. ... You are correct. The AgentBuilder does not produce any AGENT-CLAUSE for NOTIFICATION-TYPE. SNMP requests might come...