2009/7/17 François Dumont <francoisdumon...@gmail.com>:
> I thought my problem was in my python script or in the python library my
> script uses, but I think this is a general problem (because it also happens
> with a simple snmpset in command shell).

If it fails with a "snmpset" command, then it sounds like the problem
is with the code that implements this particular MIB object.

That's not something we can really help you with.
You'll need to talk to the vendor who supplied this MIB module.

If it's trying to run "undo" when you're only assigning one varbind,
then something is definitely wrong with the MIB implementation.
The *only* time it should be running "undo", is when there are two
or more assignments, and one of them fails.
  And "undoFailed" is a very serious error - the module implementor
should really be trying to avoid this at all costs.

Dave

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
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/listinfo/net-snmp-users

Reply via email to