in reply to Re: Re: SNMP String format
in thread SNMP String format
the SNMP (or Net::SNMP) module will take care of that for you. at least it does for me.
$res = $sess->set_request(-varbindlist => [ '1.3.6.1.4.1.5624.1.2.9.1.2.1.1.4.34603010', OCTET_STRING, "b +lahfoo", ]);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: SNMP String format
by traveler (Parson) on Mar 11, 2003 at 23:00 UTC | |
|
Re: Re: Re: Re: SNMP String format
by zengargoyle (Deacon) on Mar 11, 2003 at 23:23 UTC |