Re: Managing multiple instances of a MIB

2005-02-21 Thread Robert Story
On Fri, 18 Feb 2005 19:44:50 +0530 Kurapati wrote: KMG> Response as KMG> KMG> -Original Message- KMG> 3) If I use an SNMP v1 manager, how will it handle the scenario? I mean, KMG> say I have 3 instances of a1.mib running under different context, how will KMG> an SNMP v1 request for a vari

RE: Managing multiple instances of a MIB

2005-02-21 Thread Kurapati M-G19456
Response as -Original Message- From: Mark Clinton [mailto:[EMAIL PROTECTED] Sent: Saturday, February 12, 2005 12:27 AM To: Kurapati M-G19456 Cc: net-snmp-users@lists.sourceforge.net; net-snmp-coders@lists.sourceforge.net Subject: Re: Managing multiple instances of a MIB Thank you

Re: Managing multiple instances of a MIB

2005-02-16 Thread Robert Story
On Wed, 16 Feb 2005 10:26:49 -0800 Riju wrote: RK> Will this fix be included in the next release of NetSNMP? When is the RK> next release going to be? Yes, now that you've confirmed it works, I'll be checking it in shortly. There are no immediate plans for the next release. 5.3 is a long way off,

RE: Managing multiple instances of a MIB

2005-02-16 Thread Riju Kallivalappil
@lists.sourceforge.net Subject: Re: Managing multiple instances of a MIB On Tue, 15 Feb 2005 17:11:04 -0800 Riju wrote: RK> This fix didn't work for me. Infact, after applying this patch, snmpd RK> process froze at the following location. The stack trace looks a bit RK> weird though

Re: Managing multiple instances of a MIB

2005-02-15 Thread Robert Story
On Tue, 15 Feb 2005 17:11:04 -0800 Riju wrote: RK> This fix didn't work for me. Infact, after applying this patch, snmpd RK> process froze at the following location. The stack trace looks a bit RK> weird though. According to the stack trace the process got stuck in a RK> call to free(). Oops. Sorr

RE: Managing multiple instances of a MIB

2005-02-15 Thread Riju Kallivalappil
0xa31bc28) at serialize.c:46 #13 0x0091d061 in netsnmp_register_scalar (reginfo=0xa31bc28) at scalar.c:91 -Original Message- From: Robert Story [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 15, 2005 3:44 PM To: Riju Kallivalappil Cc: net-snmp-coders@lists.sourceforge.net Subject: Re:

Re: Managing multiple instances of a MIB

2005-02-15 Thread Robert Story
On Tue, 15 Feb 2005 10:55:17 -0800 Riju wrote: RK> On Fri, 11 Feb 2005 16:56:17 -0800 Riju wrote: RK> RK> Do SNMP v3 contexts work with agentx in 5.2.1? RK> RK> Yes, they should. But apparently they don't. Sigh. RK> RK> I've been trying to get this work for the past few days. I was trying RK>

RE: Managing multiple instances of a MIB

2005-02-15 Thread Riju Kallivalappil
-Original Message- From: Robert Story [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 15, 2005 10:41 AM To: Riju Kallivalappil Cc: net-snmp-coders@lists.sourceforge.net Subject: Re: Managing multiple instances of a MIB On Fri, 11 Feb 2005 16:56:17

Re: Managing multiple instances of a MIB

2005-02-15 Thread Robert Story
On Fri, 11 Feb 2005 16:56:17 -0800 Riju wrote: RK> Do SNMP v3 contexts work with agentx in 5.2.1? Yes, they should. RK> I've been trying to get this work for the past few days. I was trying with RK> 5.2 initially. Didn't work. So, I tried upgrading to 5.2.1. Still doesn't RK> work. When I turn

Re: Managing multiple instances of a MIB

2005-02-14 Thread Robert Story
On Thu, 10 Feb 2005 11:01:28 -0800 Mark wrote: MC> In a scenario where there is a master agent, and there are subagents MC> for each applications (separate mibs), how can we manage multiple MC> instances of the same mib through the same master agent. Read this overview here: http://www.fr

Re: Managing multiple instances of a MIB

2005-02-14 Thread Mark Clinton
Thank you. I tried to look for documentation, could not find enough. Can you please tell me: 1) What API call I need to change in the net-snmp subagent to register with the master agent using different contexts everytime? 2) How to configure net-snmp daemon to use these different contexts so th

Re: Managing multiple instances of a MIB

2005-02-11 Thread Riju Kallivalappil
Hi, Do SNMP v3 contexts work with agentx in 5.2.1? I've been trying to get this work for the past few days. I was trying with 5.2 initially. Didn't work. So, I tried upgrading to 5.2.1. Still doesn't work. When I turn on the debug level logs I can see that the master agent forwards the reques

RE: Managing multiple instances of a MIB

2005-02-11 Thread Kurapati M-G19456
SubAgents should register a unique string with agent, in addition to the MIB (for more information see AGENTX REGISTER PDU). SNMP Managers should give that string as context string in the SNMP requsets, thereby SNMP AGENT can locate the appropriate SubAgent. Mahesh -Original Message

Re: Managing multiple instances of a MIB

2005-02-11 Thread Wes Hardaker
> On Thu, 10 Feb 2005 11:01:28 -0800, Mark Clinton <[EMAIL PROTECTED]> said: Mark> In a scenario where there is a master agent, and there are Mark> subagents for each applications (separate mibs), how can we Mark> manage multiple instances of the same mib through the same Mark> master agent.