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
Agent. > > Mahesh > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Clinton > Sent: Friday, February 11, 2005 12:31 AM > To: net-snmp-users@lists.sourceforge.net; > net-snmp-coders@lists.sourceforge.net > Subject

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
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Clinton Sent: Friday, February 11, 2005 12:31 AM To: net-snmp-users@lists.sourceforge.net; net-snmp-coders@lists.sourceforge.net Subject: Managing multiple instances of a MIB In a scenario where there is a master agent, and

Managing multiple instances of a MIB

2005-02-11 Thread Mark Clinton
In a scenario where there is a master agent, and there are subagents for each applications (separate mibs), how can we manage multiple instances of the same mib through the same master agent. The scenario is - Master Agent - M1, Subagent S1 (implementing a1.mib for an instance a1 of application

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.