I have an agent on a remote device that returns me OID's in the number
syntax.  I want to convert those numbers to a readable text string.

Here is my test code:
use Net::SNMP;
my $n = Net::SNMP->new();
my $t = $n->snmp_type_ntop('iso.3.6.1.4.1.14264.1.1.0.3');
print "[$t]\n";

Here is output:
[EMAIL PROTECTED] SAM]$ /tmp/p.pl
[?? [0x8174cb0]]

Can someone tell me what is the best way to accomplish this?

Thanks,
Chris



-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Net-snmp-users mailing list
[EMAIL PROTECTED]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to