This is a discussion on RE: Still some more problems using python module within the SNMP Users forums, part of the Networking and Network Related category; > From: net-snmp-users-bounces@lists.sourceforge.net > [mailto:net-snmp-users-bounces@lists.sourceforge.net] On > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> From: net-snmp-users-bounces@lists.sourceforge.net > [mailto:net-snmp-users-bounces@lists.sourceforge.net] On > Behalf Of Jack G Atkinson Jr > Sent: Wednesday, January 02, 2008 3:08 PM > I can get the next "adGenEasyBridgeIndexNext.0" just fine, but I can't > use any other object ID. I verifed that these all work from > the normal > command line. > > error: set: unknown object ID (adGenEasyBridgeRowStatus.14) > error: get: unknown object ID (adGenEasyBridgeStatusString.14) (WARNING: just guessing) I suspect the python module is not doing random indexing on the MIBs. Try using the MIB-NAME::object.instance notation (i.e. ADGEN-MIB::adGenEasyBridgeRowStatus.14). HTH, Mike ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |