C ... nope - ifInOctets is absolute - i.e. octets since this interface changed admin status cheenu@... is right that you need to take 2 adjacent...
Tim Panton
thp@...
May 1, 1998 12:58 pm
628
Hi, I am also interested in develope SNMP applications with Java/Corba. I have some questions. Is it possible that I create a CORBA wrapper SNMP agent based on...
Jiongyu Cai
jcai1@...
May 5, 1998 10:42 pm
629
Dears friends, Does anyone know any list about JMAPI or work with it, so I can contact someone who might help me with some doubts. Thanks, Arnoldo Nunes da...
Arnoldo Nunes da Silva
arnoldo@...
May 5, 1998 10:44 pm
630
Using: JDK1.1.5, Advent-v2 My application requires the ability to change community string after making an unsuccesful query to an agent. To save memory I am...
Todd Wayne Bowman
tbowman@...
May 6, 1998 11:27 pm
631
Thank for your help, actually, what I want to do is to use the java/corba/snmp approach to build some network management application, and since I am a student,...
Jiongyu Cai
jcai1@...
May 7, 1998 6:04 pm
632
Hello, I am seeing very poor performance for the SNMPV2c stack doing either GetBulk requests or requesting a specific list of Oids. I find the same request to...
Tim Knight
tim@...
May 12, 1998 4:37 pm
633
I am trying to collect all the nexthop address of a routing table. I can of course get the entire routing table and pull out the addresses that way. But most...
Todd Wayne Bowman
tbowman@...
May 15, 1998 7:21 pm
634
I would like to know if it is possible to use the method AppendFile (write something from an applet to th server host) for multi-users. Is there any conflict...
Cédric DUSSAUT
cdussaut@...
May 18, 1998 7:14 pm
635
Hi, I'm a student interested in java-agent now. Does anyone know the native-method library including system, ip,... group in linux, Windows95 or -NT with...
tsjeong
tsjeong@...
May 19, 1998 2:34 am
636
Hi, Has anybody using Advent's "SNMP Browser", tried to use it together with the Netscape Communicator (version 4.x)? I get the following security exception:...
x
jmoya@...
May 19, 1998 8:19 pm
637
Juan Moya- ... I just tried it today. I have no idea what the "UniversalConnection" is and searching Netscape's web site yielded no clues. I ended up using...
Jason Osgood
josgood@...
May 19, 1998 11:51 pm
638
Hello, In netscape 4.x when the class files are loaded via the class path one would require special permissions inside the code. But if the class files are...
shailesh
shailesh@...
May 20, 1998 2:41 pm
639
Hi David- ... [I've been asked this a couple of times and I think it's important to a) substantiate one's opinions and b) go through the motions of documenting...
Jason Osgood
josgood@...
May 21, 1998 1:36 am
640
Hallo all , I am using the Advent SNMP Package and there's a problem I am stuck on I want to get the value of the SNMP Pdu as a String (pdu is a received pdu)...
Marentakis Giorgos
babis@...
May 22, 1998 3:20 pm
641
"JO" == Jason Osgood <josgood@...> writes: JO> Honestly, it's mostly aesthetics issues. I'm nuts for things like JO> design patterns, solid code...
Nicolai P Guba
nicolai@...
May 23, 1998 9:34 am
642
Regarding the SNMP API, AdventNet will be making a new release that addresses many of these criticisms. Thank you for the suggestions. Regarding exposing the...
Sridhar Vembu
svembu@...
May 23, 1998 6:24 pm
643
i tried to compile an example program given with the Advent NMS, using jdk1.1.6. i got an error saying can't find import java.rmi.*; the program i tried was...
Saad Iftikhar Khwaja
b98056@...
May 25, 1998 3:45 pm
644
Hallo all , I am using the Advent SNMP Package and there's a problem I am stuck on I want to get the value of the SNMP Pdu as a String (pdu is a received pdu)...
Marentakis Giorgos
babis@...
May 25, 1998 5:22 pm
645
Hi Sdirhar- ... The 'community' attribute is an excellent example for why accessor methods are needed. With a setCommunity( String ) method, you can ensure...
Jason Osgood
josgood@...
May 26, 1998 7:11 pm
646
Hi, Does anybody have experience using the callback methods to process response PDU with respect to a asnychronous send? I implemented the SnmpClient interface...
Chiu, Duncan (RIV)
CHIUD@...
May 29, 1998 1:33 am
647
how do i do a topology discovery using the Advent Web NMS API? Is it possible to use the TopoAPI Interface to get this done? If anyone has some example code,...
Saad Iftikhar Khwaja
b98056@...
May 29, 1998 11:45 am
648
In my applet using NetMonitor's Jedi Multiline class, I am going to poll for 10 different OID's. I also specified 10 different line colors to be used in the...
Joel C. Lim
jlim@...
Jun 2, 1998 9:33 am
649
Dear Sir, Thank you for your response. Actually I need to use more than 13 colors, that is why I had to define my own colors other than the standard Java color...
Joel C. Lim
jlim@...
Jun 6, 1998 4:30 am
650
Are there any free SNMP or RMON agents that can be downloaded from Internet. Karim Seada tseada@......
Karim Seada
tseada@...
Jun 8, 1998 7:20 pm
651
It seem that "timeouts" in advent package don't alaways work after for example applying "syncsend" for a device that has no agent. Any Help? Karim Seada ...
Karim Seada
tseada@...
Jun 10, 1998 7:03 pm
652
Hi NGR SANJEEVI- ... I would discourage you from using a non-Java MIB compiler. The work involved in writing the JNI layer is troublesome. Further, there are...
Jason Osgood
josgood@...
Jun 10, 1998 7:12 pm
653
Ref: Your note of Wed, 10 Jun 1998 09:28:38 -0700 Subject: Re: SNMP Implementations ... The one thing that I then always wonder about is... what is this MIB...
Bert Wijnen
wijnen@...
Jun 10, 1998 11:04 pm
654
Ref: Your note of Wed, 10 Jun 1998 16:51:24 -0700 Subject: Re: SNMP Implementations ... I know this very well. So my question was.... given the MIB, you...
Bert Wijnen
wijnen@...
Jun 11, 1998 11:18 am
655
Hi Bert- ... Oh, you want to know what's involved in implementing an SNMP agent in Java. Gotcha. The UPS agent example will soon be trivial. With Sun's...