Urgent: Multiple sub-agents registering same MIB

2007-07-03 Thread Shivani Garg
Greetings to all. I want to run multiple sub-agents (all running from one IP) all registering the same MIB with one snmpd. Is there any way this can be supported using agentx protocol so that a GET request for instance-1 of some MIB object (say myObject) goes to subagent-1 and a request for

Re: Urgent: Multiple sub-agents registering same MIB

2007-07-03 Thread Shivani Garg
on the same. On 7/3/07, Dave Shield [EMAIL PROTECTED] wrote: On 03/07/07, Shivani Garg [EMAIL PROTECTED] wrote: I want to run multiple sub-agents (all running from one IP) all registering the same MIB with one snmpd. Is there any way this can be supported using agentx protocol so that a GET

Re: vp-magic and OID passed by snmpd

2007-06-25 Thread Shivani Garg
Thanks, that solved my problem. On 6/21/07, Dave Shield [EMAIL PROTECTED] wrote: On 21/06/07, Shivani Garg [EMAIL PROTECTED] wrote: struct variable7 systemInfo_variables[] = { #define OVERALLDISKOCCUPANCYINKB 276 {OVERALLDISKOCCUPANCYINKB, ASN_UNSIGNED, RONLY

vp-magic and OID passed by snmpd

2007-06-21 Thread Shivani Garg
Greetings to all. I am using the code generated by mib2c for my MIB file. It contains an array like this.. : *oid systemInfo_variables_oid[] = { 1, 3, 6, 1, 4, 1, 6305, 1, 10, 1, 2, 1 };* *struct variable7 systemInfo_variables[] = {* *.* *.* *.* */* Out of all the elements of array, one is

Fwd: vp-magic and OID passed by snmpd

2007-06-21 Thread Shivani Garg
Sincere Apologies.. I copied the wrong error in my last mail.. I error I get is: RFC1155-SMI::enterprises.6305.1.10.1.2.1.2.18.1.1.1 = No Such Instance currently exists at this OID -- Forwarded message -- From: Shivani Garg [EMAIL PROTECTED] Date: Jun 21, 2007 4:35 PM Subject

Re: URGENT HELP NEEDEDHow to configure sub-agent to connect to snmpd on another machine

2007-06-14 Thread Shivani Garg
); Regards Awadhesh On 6/12/07, Shivani Garg [EMAIL PROTECTED] wrote: Greetings to all. Can anyone help me with this. My master agent snmpd daemon is running on a different machine. How can I configure my sub-agent to connect to the same? Thanks. Regards, Shivani

Re: How to configure sub-agent to connect to snmpd on another machine

2007-06-13 Thread Shivani Garg
It was very helpful.Thank you all for your inputs. On 6/13/07, Dave Shield [EMAIL PROTECTED] wrote: On 12/06/07, Shivani Garg [EMAIL PROTECTED] wrote: Can anyone help me with this. My master agent snmpd daemon is running on a different machine. How can I configure my sub-agent to connect

How to configure sub-agent to connect to snmpd on another machine

2007-06-12 Thread Shivani Garg
Greetings to all. Can anyone help me with this. My master agent snmpd daemon is running on a different machine. How can I configure my sub-agent to connect to the same? Thanks. Regards, Shivani - This SF.net email is

select() on external FDs in get APIs

2007-05-30 Thread Shivani Garg
Hi, I am building a netSNMP sub-agent which accepts SNMP Get from master daemon and has to forward the request to an external process (say myModule). My sub-agent will wait for a response to this SNMP Get from myModule and will fill the values for objects in var_myObject() functions { which are