Thanks for the reply... I have decided to go for context based solution ... (Where OSPF instance id (1 to n) will be passed as context)
As soon as the ospf instance is created our subagent will registers the ospf OID with created instance id as a context to the master agent... -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Thursday, September 14, 2006 2:20 PM To: Jayaprakasha Guddenahalli Naganna Cc: [email protected] Subject: Re: how to support mib for multiple OSPF instances ... On 28/08/06, Jayaprakasha Guddenahalli Naganna <[EMAIL PROTECTED]> wrote: > GateD allows configuring multiple instances of ospf. (Any number of ospf instances) > To solve this problem, > 1. Do I need to write private mib by adding ospfInstanceId? > 2. Is there any alternative way to do this? One possibility would be to register the various OSPF instances under difference contexts, then use the appropriate context (or community) to select which instance you're interested in. SNMPv3 allows you to specify the context explicitly. SNMPv1 or SNMPv2c would require you to set up a mapping from the community name to a (non-default) context, using "com2sec". I believe there's been some discussion on the mailing lists recently regarding use of contexts. Check the archive for details. Dave ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
