Hi there. I've compiled a very minimal version of net-snmp-5.3.1 with intentions to use it on an embedded system. The only MIB I've compiled in are "if-mib/ifTable" and "ucd-snmp/pass", now I've written a program to 'pass' to, and it works fine if I ask directly into the tree with snmp-walk like:
$ snmpwalk -v2c -c public 10.0.0.11 .1.3.6.1.4.1.26124.42.2.1.1 However, when trying to walk the whole tree, SNMPd doesn't jump into the tree-section controlled by my 'pass'-program. So: $ snmpwalk -v2c -c public 10.0.0.11 .1 Yeilds all other SNMP values but skips my section (.1.3.6.1.4.1.26124.42.2.1.1) How am I to let SNMPd know where my tree is located so that the SNMPd will respond with a correct 'next' OID? Kind regards /Jesper ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
