in reply to SNMP String format
does your encode_string look like this?
sub encode_string { pack 'C*', map {hex} split /\s/, shift }
it probably should (i've never used SNMP_Session, prefering Net::SNMP or plain old SNMP modules).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: SNMP String format
by traveler (Parson) on Mar 11, 2003 at 21:57 UTC | |
by zengargoyle (Deacon) on Mar 11, 2003 at 22:51 UTC | |
by traveler (Parson) on Mar 11, 2003 at 23:00 UTC | |
by zengargoyle (Deacon) on Mar 11, 2003 at 23:23 UTC |