---
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
___
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
--
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
> 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
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
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
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