I have writen a subagentagent based on net-snmp Tutorial (http://www.net-snmp.org/wiki/index.php/TUT:Writing_a_Subagent). I run my snmpd daemon with options "-f -Le -d" so I can see what happens on the wire. So when I run example-demon I can see that this daemon is connected to the master agent (snmpd). But according to the tutorial, when I run: snmpget localhost NET-SNMP-TUTORIAL-MIB:nstAgentSunagentObject.0 I've got response: Timeout: No Response from localhost
Looking at the snmpd log I can see: Received 129 bytes from UDP: [127.0.0.1]:1054 ..... Sending 60 bytes to UDP: unknown .... It seems that snmpd doesn't know where to sent the answer to. Am I right? Could you help me to fix this problem? ------------------------------------------------------------------------- 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
