Foraward SNMP requests from Agentx Master to Agentx Subagent

Posted by Nadia on Stack Overflow See other posts from Stack Overflow or by Nadia
Published on 2010-04-23T21:24:04Z Indexed on 2010/04/24 4:53 UTC
Read the original article Hit count: 228

Filed under:
|
|

I am running an agentx master and an agentx subagent on linux. When I run snmpget on a default MIB i.e. sysdescr.0 it returns fine, but when I request for a MIB that was registered through the agentx subagent it timesout. It appears that the master receives the GET request but does not forward on to the agentx subagent. The MIB is registered successfully but when master agentx receives the GET request it saying "Sending 60 bytes to UDP: unknown". It can't find the location to forward to.

Am I missing a configuration of some sort on the subagent side? How does the master know who is suppose to receive the requests?

© Stack Overflow or respective owner

Related posts about snmp

Related posts about linux