This is a discussion on Re: how to modify the output of an smpset command within the SNMP Users forums, part of the Networking and Network Related category; On 12/03/2008, Jordi Moles <jordi@cdmon.com> wrote: > i'm using perl to extend the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 12/03/2008, Jordi Moles <jordi@cdmon.com> wrote:
> i'm using perl to extend the functionality of snmp. Extending the agent, I presume. > The thing is that if i run this command: > > ******** > snmpset -v 2c -c mykey localhost .1.3.6.1.4.1.2021.255.8.1.9 s > "delete...bustia01" > ******** > i get this in the shell....... > > ******** > UCD-SNMP-MIB::ucdavis.255.8.1.2 = STRING: "delete...bustia01" > ******** That's correct. The specification of SNMP states that the response to a SET request will contain the exact same set of varbinds. > so... what i would like to do is replacing this "STRING: > "delete...bustia01" witch something else dynamically Sorry - SNMP doesn't work that way. The response will include the same value as was SET. You can't change that. Dave ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. 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 |