Can you give me an update on the availability of the Release 3.0 MibParser? Thanks James ... From: owner-java-nm@......
James Medlock
jhm@...
Feb 4, 2000 2:49 am
1364
Hi, Thanks for your interest in AdventNet products. The final release of AdventNet SNMP API Release 3.0 will be available for download in a week. In the ...
snmp-support
snmp-support@...
Feb 4, 2000 11:54 am
1365
Hi, We are currently evaluating SNMPv3 and are experiencing some difficulties using the SnmpTrapReceiver bean within our proposed target environments. Any...
Lincoln.Goldspink@...
Feb 9, 2000 12:30 pm
1366
Dear Lincoln, ... You cannot bind to a port in use. You can use another port if you need it, although it is not the standard port. You can implement a "master ...
Jorge Enrique Lopez d...
jlopez@...
Feb 9, 2000 6:12 pm
1367
Hi, Is there a way to modify the default values of parameters such as community timeout, port, so that the instantiation of a new SnmpTarget (at the server...
Genady Podgaeizky
genadyp@...
Feb 10, 2000 5:31 pm
1368
Suggestion for SnmpException: add a byte field that holds the original SNMP error code. It is nice to have the English explanation of the error code, but what...
Nascif Abousalh-Neto
nascif@...
Feb 14, 2000 6:22 pm
1369
I think this a good suggestion. I had encapsulated the SnmpException to my own exception which contains the original error codes. Regards, Y. Nguyen ... From:...
Nguyen, Yung
ynguyen@...
Feb 14, 2000 10:51 pm
1370
Is there some place that I could get a listing of ErrIndex->Error Message. I want to trap errors in PDU based on types. For example, if community is...
Paul M Hopper
phopper@...
Feb 15, 2000 12:24 am
1371
using rmi.SnmpTargetHi, I need ATMF-CES mib file, can you help me? thanks. Leonel Soriano Equigua...
Leonel Soriano Equigua
lsoriano@...
Feb 15, 2000 7:11 am
1372
Goto ftp://ftp.atmforum.com/pub/approved-specs/ download ATMF-CES file = af-vtoa-78 Spec watch is also useful ...
Paul Costin
prc@...
Feb 15, 2000 9:06 am
1373
Changinf the String representation helps, but brings back again the problem scenario I was talking about. By doing that you're going to impact the code that...
Nascif Abousalh-Neto
nascif@...
Feb 15, 2000 6:03 pm
1374
Dear Genady, Please see my answers interspersed below. ... As of now you have to call individual APIs (like setCommunity, setContextId, etc) to completely...
Snmp-support
snmp-support@...
Feb 16, 2000 5:05 pm
1375
Hi, I'm writing a generic routine that goes over a table using GET-NEXT. When it comes to detect that I've reached the end of table, I realize that there are...
Nascif Abousalh-Neto
nascif@...
Feb 16, 2000 10:44 pm
1376
Dear Nascif, Our api does support handling end-of-mib-view. Following apis can be used to extract the end-of-mib-view. Class SnmpVar public byte getError() ...
snmp-support
snmp-support@...
Feb 17, 2000 10:00 am
1377
Dear Java-NM Subscriber: AdventNet Management Builder Release 4.0 is now generally available. This latest release provides substantial enhancements over...
Sridhar Vembu
svembu@...
Feb 18, 2000 2:32 am
1378
Hi Nascif and Nguyen Yung, Many thanks for your suggestion for SnmpException. We will definitely incorporate them in our next release. We welcome you...
snmp-support
snmp-support@...
Feb 21, 2000 3:17 pm
1379
Hi Paul, The SnmpException class has a static method "public static java.lang.String exceptionString(byte error)" which takes the error code and returns the ...
snmp-support
snmp-support@...
Feb 21, 2000 3:19 pm
1380
I am getting java.lang.NullPointerException, see below log file, when I select, Reports -> View Collected Variable and then click on any one of the icons in...
Dale G. Herrig
dgh1@...
Feb 22, 2000 6:00 pm
1381
Hi, I'm looking for any experiences with the AdventNet Management Builder 4.0 and/or the high and low level SNMP APIs. Have you had good (or bad) luck with any...
Ditmars, Peter
PDitmars@...
Feb 22, 2000 11:00 pm
1382
Hi Pete, We at LUCENT TECHNOLOGIES have been using the Adventnet high and low level APIs for the past 1 year and have found that even though the initial ...
Ramaswamy, Venkatesh ...
vprasad1@...
Feb 23, 2000 3:31 am
1383
Dear Manuel , The fix for the problems faced by you is available in the website as a Patch2 Release for AdventNetSnmpV3 Release 2.2. You can down load it from...
snmp-support
snmp-support@...
Feb 26, 2000 11:23 am
1384
Dear Manuel, This problem is also fixed in the AdventNetSnmpV3 Release 2.2 Patch2 . Please download it from the following link. ...
snmp-support
snmp-support@...
Feb 26, 2000 11:24 am
1385
Hola, ¿hay alguien en el 'mailing list' que hable mi idioma? Os agradecería que me constestaseis, de este modo prodria comunicarme mucho mejor y me a...
David Alcaraz
ALCARAZ.3@...
Feb 29, 2000 7:53 pm
1386
Hi everyboy! I'm usign Adventnet Management Builder 3.1.1 to develop a network management application for our LAN. I'll go straight to the point. I'm having so...
Karel Alfonso
karel@...
Mar 2, 2000 5:08 am
1387
Dear Manuel, In the CSTELECOM-GLOBAL-REG MIB, the node cstMIBModules node is used before its definition. The MibParser of Release 2.x does not supports the...
snmp-support
snmp-support@...
Mar 2, 2000 7:56 am
1388
Hi! I was jus wondering the features integrated with de ManagementBuilder both versions to build management applications able to communicate data through the...
Karel Alfonso
karel@...
Mar 2, 2000 7:46 pm
1389
Hi! I created a new screen in the Management Builder, but I need that this frame implements an interface I developed. How can I do that for I can't change the...
Karel Alfonso
karel@...
Mar 2, 2000 10:48 pm
1390
Hi, I am trying to develop a simple agent that send a byte throw serial port to another PC. When it receives that byte, it returns the same byte two times. For...