Test - please ignore

2004-07-14 Thread Le Dinh An
--- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click ___

[email protected]

2004-07-14 Thread EastDr agon
hallo all, I wonder to know how to implement the vacm & usm as defined in rfc3415,rfc3414, any suggestion? thanks Oriental Dragon _ 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn --

module ip-mib broken on CVS MAIN

2004-07-14 Thread Bruce Shaw
checking for and configuring mib modules to use... mibII ucd_snmp snmpv3mibs notification target agent_mibs agentx utilities host disman/event-mib ucd-snmp/diskio examples/example smux agentx mibII/mta_sendmail. mibII ucd_snmp snmpv3mibs notification target agent_mibs agentx utilities host disman

Re: Counter64 objects retrieval

2004-07-14 Thread Dave Shield
> Currently , I am trying to implement the counter64 objects in ifXTable Just to check - you do know that there is already an implementation of the ifXTable in the current CVS code ? (It's part of a long-overdue re-working of the whole IF-MIB code) > Inside the IFHCINOCTETS case statement I ret

Reg. use of static and dynamic variables

2004-07-14 Thread Karthikeyan N
Hi, I have generated the code using the net-snmp style for a table in linux environment. The below is the one generated for the get and set routines( addl. code added to store and retrieve it from a structure). getXXX() { xxxTable_info *info = (xxxTable_info *) data_context; *ret_le

Counter64 objects retrieval

2004-07-14 Thread Karthikeyan N
Hi, Currently , I am trying to implement the counter64 objects in ifXTable ( example : ifHCInOctets). I generated the code in uce-snmp style and it generates the code with var_XXX() methods. Inside the IFHCINOCTETS case statement I retrieved the value through ioctl calls and storing the value

RE: how to implement a table

2004-07-14 Thread Liat Appel
Thanks. It's even working now :) Liat. -Original Message- From: Dave Shield [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 4:32 PM To: Liat Appel Cc: [EMAIL PROTECTED] Subject: Re: how to implement a table > I used mib2c.iterate.conf. > As much as I understand, the data I put t