Hi Mike,
   Can you please help me in another issue? I am using net-snmp 5.4.1
and I can see whenever I give a set or get, in the network capture one
get from snmpd to the machine which requested set/get. There is one
report exchanged from that machine to snmpd for this and then only the
set/get is executing. 
Is this a valid behavior?? 
How can I get rid off this get for report and make successful
get/set/getbulk?


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
2. Report from B to A
3. Get from B to A
4. Response from A to B.

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. 

Is this an authentication issue?? I am using the snmpd.conf as given
below.


rwuser <USERNAME> noauth
syslocation <SYSIP>
syscontact Root r...@localhost
master  agentx
sysobjectid  <SysObjOID>
authtrapenable  1
AgentXTimeout 60
engineID <EngineID>
engineIDType 1
createUser -e <EngineID> <USERNAME>  MD5 "mypasswd"
trapsess -v 3 -u <USERNAME> -a MD5 -A mypasswd -l noauth localhost:162


Please help

Thanks in advance
-Ragesh 


DISCLAIMER:
-----------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only.
It shall not attach any liability on the originator or HCL or its affiliates. 
Any views or opinions presented in 
this email are solely those of the author and may not necessarily reflect the 
opinions of HCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of 
this message without the prior written consent of the author of this e-mail is 
strictly prohibited. If you have
received this email in error please delete it and notify the sender 
immediately. Before opening any mail and 
attachments please check them for viruses and defect.

-----------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------
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

Reply via email to