notes on MIB resolution args at AsynCommandGenerator

pull/45/head
elie 2012-08-13 15:58:57 +00:00
parent 7c9c629f59
commit 9c931d05ac
1 changed files with 5 additions and 4 deletions

View File

@ -5,10 +5,11 @@ Revision 4.2.3
to an authoritative SNMP engineinbound against auth/priv protocols
configured for the user in question. That allowed unauthenticated/unciphered
access to pysnmp-based Agent even if USM user is configured to provide one.
- Oneliner CommandGenerator now supports optional keyword args lookupNames,
lookupValues that enable response OID / value looked up at MIB and reported
as a MibVariable container object carrying relevant MIB info.
- Oneliner CommandGenerator now supports symbolic MIB object names to be
- Oneliner [Asy6]CommandGenerator now supports optional keyword args
lookupNames, lookupValues that enable response OID / value looked up at
MIB and reported as a MibVariable container object carrying relevant
MIB info.
- Oneliner [Asyn]CommandGenerator now supports symbolic MIB object names to be
passed within a MibVariable container object which would do a deferred
MIB lookup for name resolution. This is a new and preferred API which
obsoletes the tuple-based one (it is still suppored though).