Re: using Net::SNMP::snmp_type_ntop()

2004-11-18 Thread Christopher Fowler
Wow. Thanks, Is there a net-snmp implementation to use the net-snmp api in perl? On Wed, 2004-11-17 at 11:49, Robert Story wrote: On Tue, 16 Nov 2004 11:17:42 -0500 Christopher wrote: CF use Net::SNMP; This is covered in the FAQ:

RE: using Net::SNMP::snmp_type_ntop()

2004-11-18 Thread Christopher Fowler
: using Net::SNMP::snmp_type_ntop() 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

using Net::SNMP::snmp_type_ntop()

2004-11-17 Thread Christopher Fowler
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