Is this security bug effect on v5.0.9?
In net-snmp-5.0.1.0.2, which file the fix for security is in,
snmp_api.c, right?
Thanks,
FT
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Wes
Hardaker
Sent: Friday, July 01, 2005 9:25 PM
To: net-snmp-announce@li
Title: Message
Hi
all,
I'm a new SNMP
user.
I'm trying to create
a NET-SNMP agent API that would manage various software and hardware
attributes.
I've create MIB file
and extended my MIB.
Then, I've use mib2c
to generate my .c and .h files
Then I've updated
this file, and I'm able
thanks for the help.
I have one more problem. I'm loading the lib and the
init function does register for lot of tables/scalars.
At this point I can snmpget/walk the MIB.
Now when I try to unload the lib, I call a shutdown
function which has 'unregister_mib' for all the above
OIDs. But the 'unre
Hi
I'm trying to extend the agent with my own MIB using mib2c and the MIB
For Dummies framework.
I've read the ifTable tutorial on net-snmp.org.
The agent works fine and I can do a snmpwalk on the table, but when
the container-cache reloads snmpwalk gives an empty result (no error).
The cache-t