Re: SNMP

2007-12-20 Thread Chas. Owens
On Dec 20, 2007 3:17 AM, Anirban Adhikary <[EMAIL PROTECTED]> wrote: > Dear List > > I want to write a system monitoring script using SNMP protocol. So for that > reason I need a sample script in PERL using NET::SNMP module of SNMP agent > as well as SNMP manager. Regarding this if I get any help f

Re: snmp translate

2007-06-08 Thread Jeff Pang
Doroshok Stanislav 写道: п'ятниця 08 червень 2007 15:31, Jeff Pang написав: Doroshok Stanislav 写道: hi all I need snmptranslate analog in perl i use Net::SNMP module but can't find this method. Try cpan: http://search.cpan.org/~gbarr/libnet-1.21/Net/SMTP.pm SMTP? http://search.cpan.org/~dt

Re: snmp translate

2007-06-08 Thread Eugene Kosov
Doroshok Stanislav wrote: п'ятниця 08 червень 2007 16:02, Eugene Kosov написав: Doroshok Stanislav wrote: п'ятниця 08 червень 2007 15:31, Jeff Pang написав: Doroshok Stanislav 写道: hi all I need snmptranslate analog in perl i use Net::SNMP module but can't find this method. Try cpan: http:

Re: snmp translate

2007-06-08 Thread Doroshok Stanislav
п'ятниця 08 червень 2007 16:02, Eugene Kosov написав: > Doroshok Stanislav wrote: > > п'ятниця 08 червень 2007 15:31, Jeff Pang написав: > >> Doroshok Stanislav 写道: > >>> hi all > >>> I need snmptranslate analog in perl > >>> i use Net::SNMP module but can't find this method. > >> > >> Try cpan: >

Re: snmp translate

2007-06-08 Thread Eugene Kosov
Doroshok Stanislav wrote: п'ятниця 08 червень 2007 15:31, Jeff Pang написав: Doroshok Stanislav 写道: hi all I need snmptranslate analog in perl i use Net::SNMP module but can't find this method. Try cpan: http://search.cpan.org/~gbarr/libnet-1.21/Net/SMTP.pm SMTP? SNMP - Simple Network M

Re: snmp translate

2007-06-08 Thread Doroshok Stanislav
п'ятниця 08 червень 2007 15:31, Jeff Pang написав: > Doroshok Stanislav 写道: > > hi all > > I need snmptranslate analog in perl > > i use Net::SNMP module but can't find this method. > > Try cpan: > http://search.cpan.org/~gbarr/libnet-1.21/Net/SMTP.pm SMTP?

Re: snmp translate

2007-06-08 Thread Jeff Pang
Doroshok Stanislav 写道: hi all I need snmptranslate analog in perl i use Net::SNMP module but can't find this method. Try cpan: http://search.cpan.org/~gbarr/libnet-1.21/Net/SMTP.pm -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.p

RE: snmp requests CORRECTED!

2005-02-16 Thread DBSMITH
Subject RE: snmp requests CORRECTED

RE: snmp requests CORRECTED!

2005-02-16 Thread brian . barto
HI. There's really two parts you need to have for a snmp get request. The first part is the object identifier (OID). This is the long string of numbers. The second part is the instance number. That is the zero at the end you're asking about. .iso.org.dod.internet.mgmt.mib-2.interfaces.ifNumber.0

RE: snmp requests CORRECTED!

2005-02-16 Thread DBSMITH
cc Subject Please respond to RE: snmp requests CORRECTED! <[EMAIL PROTECTED]

RE: snmp requests CORRECTED!

2005-02-15 Thread Tyson Sommer
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 15, 2005 3:52 PM > To: 'Perl Beginners ' > Subject: snmp requests CORRECTED! > > > All, > > to get the number of interfaces via a snmp call from a perl > program I would > say: > > ge

Re: SNMP MIBs in Perl

2005-01-19 Thread Phil Schaechter
Already did the CPAN search, found a bunch (including #1) that don't work at all. I'm looking for someone who has some experience with one. Thanks though -Phil > > SNMP MIBs? > > http://search.cpan.org/search?query=SNMP&mode=all > > 1 and 5 look promising, I would start there > > > I'd lik

Re: SNMP MIBs in Perl

2005-01-19 Thread Wiggins d Anconia
> Does anyone have any good suggestions for modules that can be used to parse > SNMP MIBs? > http://search.cpan.org/search?query=SNMP&mode=all 1 and 5 look promising, I would start there > I'd like to be able to read the MIB into a data structure, and then look up > OIDs, the types of val

SOLVED: Re: SNMP

2002-05-23 Thread Mat Harris
At 11:30 23/05/2002 -0700, you wrote: >On Thursday, May 23, 2002, at 11:17 , Mat Harris wrote: > >>SNMP::Utils > > >Net::SNMP I am aware of - > cf: http://search.cpan.org/search?mode=module&query=SNMP > >so this must be the version from freshmeat > >but they do not have an easy to fin

Re: SNMP

2002-05-23 Thread drieux
On Thursday, May 23, 2002, at 11:17 , Mat Harris wrote: > SNMP::Utils Net::SNMP I am aware of - cf: http://search.cpan.org/search?mode=module&query=SNMP so this must be the version from freshmeat but they do not have an easy to find 'README' file that expressly calls out the 'req

Re: SNMP Module and MIBs

2001-06-07 Thread Adrienne Kotze
Hi there, I use SNMP_util.pm which I got from CPAN. In there is function called 'snmpwalk' which you must use. HTH. -K. Christopher Wiedmaier wrote: > > I am attempting to use the following MIB .1.3.6.1.2.1.4.20.1.1 to retrieve > IP addresses using the Net::SNMP module. In the code I have wri