Re: Help me on SNMP walk script urgent

2006-10-06 Thread Dave Shield
On 6 Oct 2006 09:27:26 -, gururaj vishwanath nidoni <[EMAIL PROTECTED]> wrote: > my $snmp = new SNMP::Util(-device => '10.35.0.139', > -community => 'public', > ); > Can anyone tell me whats wrong in this script as it is consistently giving

Help me on SNMP walk script urgent

2006-10-06 Thread gururaj vishwanath nidoni
  Hi Guys, I am currently developing SNMP walk and SNMP query utility using SNMP::Util modules in perl. my script is as below. #! /usr/bin/perl use strict; use SNMP::Util; my $snmp = new SNMP::Util(-device => '10.35.0.139',                         -community => 'public',