Re: [pysnmp-users] MIB reader/writer
Brought to you by:
elie
From: Ilya E. <il...@gl...> - 2003-05-26 05:12:40
|
A list for users of pure-Python SNMP framework <pysnmp-users.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/pysnmp-users>, <mailto:pys...@li...?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=pysnmp-users> PySNMP package does not implement MIB compiler at the moment so you have several options (in no particular order): * Use libsmi to dump MIBII into Python classes then bind the result with PySNMP for SNMP functionality * Use http://sf.net/projects/yapsnmp/ or http://sf.net/projects/snmpy/ both are wrappers over NetSNMP * Extract SMI data (OIDs, types) from MIBII and hardcode them into your Python script. This makes sense if you only deal with a small fraction of the MIB tree. On Sun, 25 May 2003, Arthur 8 wrote: > A list for users of pure-Python SNMP framework <pysnmp-users.lists.sourceforge.net> > List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/pysnmp-users>, > <mailto:pys...@li...?subject=unsubscribe> > List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=pysnmp-users> > Date: Mon, 26 May 2003 07:18:08 +0800 > > > I'm very new to SNMP and MIBs in general. Can someone point me to a > PySNMP program that reads from and writes to a MIB-II MIB? > > Thanks, > > Arthur > -- > _______________________________________________ > Get your free email from http://www.boardermail.com > > Powered by Outblaze > > > ------------------------------------------------------- > This SF.net email is sponsored by: ObjectStore. > If flattening out C++ or Java code to make your application fit in a > relational database is painful, don't do it! Check out ObjectStore. > Now part of Progress Software. http://www.objectstore.net/sourceforge > _______________________________________________ > pysnmp-users mailing list > pys...@li... > https://lists.sourceforge.net/lists/listinfo/pysnmp-users > |