Net::SNMP module
am 02.06.2006 16:29:33 von AmaninderHi
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