Re: Net::SNMP OID doubt

2009-11-18 Thread Venkat Saranathan
; Is it correct ?. Can i replace the string with this decimal values ?. > > Shammi > > > > - Original Message > > From: Shameem Ahamed > > To: beginners@perl.org > > Sent: Wed, November 18, 2009 6:36:42 PM > > Subject: Net::SNMP OID doubt > >

Re: Net::SNMP OID doubt

2009-11-18 Thread Shameem Ahamed
> From: "Hack, Gabi (ext)" > To: Shameem Ahamed ; "beginners@perl.org" > > Sent: Wed, November 18, 2009 7:22:52 PM > Subject: RE: Net::SNMP OID doubt > > > From: Shameem Ahamed [mailto:shameem.aha...@yahoo.com] > > > > > SNMP

RE: Net::SNMP OID doubt

2009-11-18 Thread Hack, Gabi (ext)
> From: Shameem Ahamed [mailto:shameem.aha...@yahoo.com] > > SNMPv2-SMI::enterprise i can use the 1.3.6.1.4.1 > > Is it correct ?. Can i replace the string with this decimal values ?. > It's the wrong list for your question, but yes, you can substitute all names with the corresponding OIDs (

Re: Net::SNMP OID doubt

2009-11-18 Thread Shameem Ahamed
November 18, 2009 6:36:42 PM > Subject: Net::SNMP OID doubt > > Hi All, > > I am trying to create a script to get the logical disk status using Net::SNMP. > > My snmpget query is > > snmpget -v2c -t 1 -r 9 -m ALL -v 1 -c public localhost:161 > SNMPv2-SMI::enterpri

Net::SNMP OID doubt

2009-11-18 Thread Shameem Ahamed
Hi All, I am trying to create a script to get the logical disk status using Net::SNMP. My snmpget query is snmpget -v2c -t 1 -r 9 -m ALL -v 1 -c public localhost:161 SNMPv2-SMI::enterprises.1714.1.1.2.1.6.1 In this , OID part is SNMPv2-SMI::enterprises.1714.1.1.2.1.6.1 In the Net::SNMP get_re