Hey guys, I'm writing an SNMP module for our company's app. I've gotten through 2 big hurdles and now I'm onto my last one and I just can't get this. I've google'd for this and even found a post on the net-snmp mailling lists hosted on SF but nobody responded to it. If I launch snmpd with -aAfL a lot of stuff flys by. But most notibly I see this section:
transport_callback: initialized master listening on 1 trace: which_module(): parse.c, 3585 parse-mibs: Module SNMPv2-SMI not found trace: which_module(): parse.c, 3585 parse-mibs: Module RFC1155-SMI not found trace: which_module(): parse.c, 3585 parse-mibs: Module RFC1213-MIB not found I think this is the reason I get this when querying my MIB: [EMAIL PROTECTED] root]# snmpwalk -c public -v 2c localhost asterisk asterisk: Unknown Object Identifier (Sub-id not found: (top) -> asterisk) Can anyone confirm? This is a custom coded module so code was/is involved, but is this on the wrong list? The custom MIB is in the same place as all other mibs: /usr/share/snmp/mibs/ and is in the .index file. It seems to me that the 3 MIBs at top are essential to SNMP but why aren't the loading? How can I find out? Thanks, Matthew ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
