hi!
I have successfully compiled many table modules using
mib2c.iterate_access.conf. It works great.
There is just one problem - in the _get_first_data_point - I call my
initialization module which then passes
on the addresses of structures to my_data_context. Now the problem comes
when I try to
in reference to bug [995021] "OS X agent dies in nlist", wherein the crash referenced
is:
% /usr/local/sbin/snmpd -C -DALL -p /var/run/snmpd.pid -c /etc/snmpd.conf -Ls d
127.0.0.1
--> CRASH REPORT:
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FA
> 1. I've a new MIB and snmptranslate is not working. i've copied it into
> default directory /usr/local/share/snmp/mibs
What is the exact "snmptranslate" command that you are giving?
How have you told it to load the new MIB?
See the FAQ entry
How do I add a MIB to the tools?
> 2. how
Hi All,
Could somebody tell me following things:
1. I've a new MIB and snmptranslate is not working. i've copied it into
default directory /usr/local/share/snmp/mibs
2. how do i use MIb2c, to generate code
i am using this command
mib2c .x.y.z
where .x.y.z is the top node defined in my MIB.