2009/2/5 Ragesh V <vrag...@hcl.in>: > The issue is explained below with machine A and machine B. > > Machine A : snmpd running > Machine B : Requesting set or get. > > On the command below on machine B. > snmpget -v3 -u <USERNAME> -n <USERNAME> -m <mymib> <IP machine A> <my > OID> > > The snmp network capture shows the below order for the single get > request in our lab. > > 1. Get from A to B
Hmmm... Surely the GET is being sent *from* B *to* A ? That's what you've described above. In any case, if you look closely at a detailed dump of this request, you'll probably see that the securityEngineID is empty. The client typically doesn't know the engineID of the agent, so has to send a probe to discover this. > 2. Report from B to A This is an error message from the agent back to the client, saying "you didn't include a valid securityEngineID". But that report also includes the securityEngineID for the agent. > 3. Get from B to A This is a repeat of step 1, but with the securityEngineID field filled in. (using the value returned in step 2). > 4. Response from A to B. The request is now valid, so can be processed. > This is returning values in our test setup, but at client's setup the > report (step 2) is not sent by B to A and the get/set fails. Hmmmm.... That sounds wrong. If the agent receives a request with an invalid (or missing) securityEngineID, then it ought to return a Report-PDU to indicate this fact. Is your client running the Net-SNMP agent, or some other agent? What happens if you explicitly supply the engineID as an option to the "snmpget" command? Dave ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users