summaryrefslogtreecommitdiff
path: root/examples/smi
Commit message (Collapse)AuthorAgeFilesLines
* * default /usr/share/mibs MIB source addedelie2015-07-041-1/+1
| | | | | | | | * compiler.addMibCompiler() now supports ifAvailable and ifNotAdded flags * rfc1902.ObjectIdentity() now always tries to instantiate and attach MIB compiler to snmpEngine (if not done yet), also .addMibCompiler() renamed to .addAsn1MibSource() to signify the fact that MIB compiler is attached behind the scene
* ObjectIdentity class additionally supports just a MIB module nameelie2015-06-211-0/+30
| | | | | | initializer in which case if resolves into either first or last symbol in given MIB. Another new option is just a MIB symbol initializer without specifying MIB module.
* use @mib@ placeholder instead of <mib> at pysmielie2015-06-041-1/+1
|
* missing example addedelie2015-05-311-0/+64
|
* - Initial PySMI integration. Original ASN.1 MIBs could now be parsed, storedelie2015-05-171-9/+11
| | | | | | | | at a local pysnmp MIBs repository and loaded into SNMP Engine. - smi.MibBuilder will now raise more specific exceptions (MibLoadError, MibNotFoundError) on MIB loading problems rather than more generic SmiError. - MibBuilder.addMibSources() convenience method added.
* MIB instrumentation example improved to cover table index building facilityelie2014-01-241-7/+18
|
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-063-43/+43
|
* getMibSource()/setMibSource() example addedelie2011-01-171-1/+13
|
* prettyPrint() valueselie2010-07-072-2/+2
|
* do not explicitly initialize index value as it's now being done automaticallyelie2007-03-251-2/+1
|
* modNames for unloadModules() is optionalelie2007-02-061-3/+1
|
* make use of mibBuilder.unloadModules()elie2007-02-051-0/+6
|
* initialize normally non-accessible table column instance to make thiselie2006-12-151-1/+2
| | | | example workable
* snmpCommunityStorageType not initialized in MIB for some reasonelie2006-05-251-1/+2
|
* hide readGet() argselie2006-05-211-1/+1
|
* moved from instrum.pyelie2005-10-261-0/+26
|
* re-written to demonstrate custom Managed Objects handlingelie2005-10-261-20/+44
|
* NoSuchInstanceError -> NoSuchObjectErrorelie2005-10-261-1/+1
|
* * mibView.getNodeLocation() returns suffixelie2005-07-251-5/+5
| | | | * reduce exception set
* MibNode.syntax now invokes output filter by itselfelie2005-06-141-1/+1
|
* adjusted to SMIv2 exception modelelie2005-06-141-6/+5
|
* commentselie2004-11-181-0/+1
|
* bugfux: newer release of versioning API does not require setApiVersion()elie2004-11-182-4/+0
| | | | to be called
* must specify API versionelie2004-11-122-0/+4
|
* MibInstrumentationController -> MibInstrumControllerelie2004-11-071-1/+1
|
* initial revisionelie2004-11-052-0/+88