Posted on 2009-06-24 12:04:55-07 by dtown in response to 11033
Re: How is it possible to change the outputformat with the translate function
All of the OCTET STRING data is binary data. You are talking about presentation format. If you tell Perl to display it as hexadecimal it will be displayed as hexadecimal, if you want ASCII text it will be displayed as ASCII text. The translation functionality of Net::SNMP attempts examine the binary data and based on the content of try to provide the most appropriate presentation format. Without MIB information to guide the presentation format, this is what can be accomplished.
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.