Hi,
   Thanks for the reply. I did as u told but still its forwarding the requests 
to subagent multiple timings. But this time the request id is the same. 
Previously it was different.  But  I want the request to be sent only one time. 
For this wat else I need to do. Please do help me in this regard.
Thanks,


   Message    Hi,
  
 The  default value of no of agentxRetries (from SNMPD to Subagent for Agentx  
requests) is 5.
 You  can configure this by specifying the token agentxRetries in snmpd.conf 
file as  below.
  
 agentxRetries 0 
 # This  means 0 retries.
  
 And  the default value of no of retries of any snmp request (snmpget, snmpset, 
 snmpgetnext, etc from snmp manager to SNMPD) is also 5. You can specify any  
other value for retries using -r option in snmp request. Example  is given 
below.
  
 snmpgetnext -v2c -c public -r 0 localhost 1
  
  
 Regards,
 Suresh.
  
  
  
  
    
   -----Original Message-----
From:    [EMAIL PROTECTED]    [mailto:[EMAIL PROTECTED] On Behalf Of    snmpgi
Sent: Friday, October 12, 2007 11:18 AM
To:    [email protected]
Subject: How to control agent    sending SNMP request multiple    times


Hi,
    I am running an    MasterAgent and a Subagent. When I send a snmpget 
request the master is    sending the same to subagent through agentx about 50 
times before timeout. Is    there any way by which i can control the master to 
forward the snmp request to    subagent only for 4 to 5 times and not more than 
that. Since this creating a    problem in our system.





      

---------------------------------
   Unlimited freedom, unlimited storage. Get    it now

       
---------------------------------
 Why delete messages? Unlimited storage is just a click away.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to