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
