Re: Using Net-SNMP Perl module

2005-05-24 Thread Wes Hardaker
> On Tue, 24 May 2005 09:03:11 +0200, Frank Kusters <[EMAIL PROTECTED]> > said: Frank> If I don't get it to work, I'll stick to the current solution (parse the Frank> output of snmptable.exe) until the next binary release of Net-SNMP. I don't have another solution, unfortunately so if yo

Re: Using Net-SNMP Perl module

2005-05-24 Thread Frank Kusters
Wes Hardaker wrote: > > Frank> If I query "ifTable" (from RFC1213), I get normal results. > Frank> However, when querying "atTable" or "ipNetToMediaTable" (or any > Frank> other table), Net-SNMP shows: > > Frank> ack: gettable results not appropriate > > Frank> Does anyone have ideas how to debu

Re: Using Net-SNMP Perl module

2005-05-23 Thread Wes Hardaker
> On Thu, 19 May 2005 11:01:35 +0200, Frank Kusters <[EMAIL PROTECTED]> > said: Frank> I'm trying to use the Net-SNMP module via Perl. Via gettable I try to Frank> read some SNMP tables in a switch through SNMP v1. The problem is that I Frank> can't read all tables I want to. Frank> If I