Hi,
We are using net-snmp version 5.5 and we have run into the vacm
mask issue. We followed the example given in
http://www.insanum.com/docs/vacm.html, namely:
(A) subtree: 1.3.6.1.2.1
mask: 1 1 1 1 1 1
(B) subtree: 1.3.6.1.2.1.1.1
mask: 1 1 1
(C) subtree: 1.3.6.1.2.1.2
i want to send a IF-MIB::linkDown trap , it's oid is
1.3.6.1.6.3.1.1.5.3 from a subagent, i based on example
notification.c, my question is what do i need to put to
notification_oid instead of notification_oid in example? can i to put
this variable(notification_oid ) in my case to NULL?
r18341 adds a call to netsnmp_get_mib_directory to snmpd.c, that
function doesn't exist when --disable-mib-loading is given to configure.
--
Download IntelĀ® Parallel Studio Eval
Try the new software tools for yourself. Sp
On 20 March 2010 15:13, Robert Story wrote:
> Dave, have any other issues come up that might warrant a rc2?
I've got a list of three or four possible patches sitting on my desk at work.
I'll send out a CFV tomorrow.
Dave
--