Net::SNMP module

Net::SNMP module

am 02.06.2006 16:29:33 von Amaninder

Hi

I am trying to use Net::SNMP module in perl to communicate with the
remote agent. In this module i have to set oid in dotted notation( like
'1.3.6.1.2.1.1.3.0') and i get the result in number form. This thing i
dont want.
Is there any way i can just give the oid in name format like
"tcpRtoAlgorithm.0" and get the result as "vanj" instead of 4.

syntax of tcpRtoAlgorithm is INTEGER {other(1), constant(2), rsre(3),
vanj(4) }

Is there any function in Net::SNMP or any other module that can do
this?

Regards
Amaninder Saini

Re: Net::SNMP module

am 04.06.2006 05:23:05 von Jim Keenan

Amaninder.Saini@gmail.com wrote:

> syntax of tcpRtoAlgorithm is INTEGER {other(1), constant(2), rsre(3),
> vanj(4) }
>
Have you tried plugging 'tcpRtoAlgorithm' into the search.cpan.org
search engine?

jimk