; 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
> >
> 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
> 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 (
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
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