Hi, I want to use an SNMP host manager with trap reception support, to load the MIBs, browse through the MIBs, try out get/set APIs and the Traps. Can anyone suggest a link to a "Graphical" SNMP Manager on top of Linux?
If not then what tools do you suggest to setup the environment for implementing MIBs on linux? Quoting Robert Story <[EMAIL PROTECTED]>: > On Thu, 28 Jul 2005 02:52:20 -0700 (PDT) mahua wrote: > MD> What is the context in snmp? How does it work ? Any > MD> technical documents on the same ? > > You can read the SNMPv3 RFCs for more information on contexts. > > MD> I got some idea from someone.. Basically let's say > MD> some performance data of JVM need to be exposed to the > MD> SNMP. There will be multiple JVM running in the same > MD> machine. > MD> > MD> How Can I show those performance data for JVM instance > MD> wise? > MD> Some one was saying Context will work for that . I > MD> donot know what is that. > > A context can be used to allow an agent to return different answers for the > same object, depending on the context. For example, if an agent is located in > new york, and gets a query like: > > snmpget currentTime.0 > > The answer might be "3:00 pm". But a query like > > snmpget -n Paris currentTime.0 > > would get an answer of "9:00 pm". > > > MD> One more thing does it supported in SNMPv1? My MIB is > MD> SMIv2. > > It's not part of SNMPv1, since it wasn't defined until SNMPv3. But, you can > implement the MIB in net-snmp with contexts, and use unique community strings > to map to a context. There is more information here: > > http://www.freesnmp.com/net-snmp/faqs/#multidev > > -- > NOTE: messages sent directly to me, instead of the lists, will be deleted > unless they are requests for paid consulting services. > > Robert Story; NET-SNMP Junkie > Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> > Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> > > You are lost in a twisty maze of little standards, all different. > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Net-snmp-coders mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/net-snmp-coders > Regards, Asim Pervez Zaka. ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
