Re: Perl module for Net-SNMP -snmpv3

2007-06-21 Thread Ajay Chenampara
the problem was with snmpUtils.pm that came with cricket - it was passing a "default" context. got rid of it and all is good - Thanks!! Wes Hardaker <[EMAIL PROTECTED]> wrote: >>>>> "AC" == Ajay Chenampara writes: AC> has anyone had success with Ne

Re: Perl module for Net-SNMP -snmpv3

2007-06-19 Thread Ajay Chenampara
ubleshoot! Ajay Wes Hardaker <[EMAIL PROTECTED]> wrote: >>>>> "AC" == Ajay Chenampara writes: AC> When I print these variables in SNMP.pm, my values appear correctly. AC> $this->{SessPtr} = SNMP::_new_v3_session($this->{Version}, AC> $t

Re: Perl module for Net-SNMP -snmpv3

2007-06-18 Thread Ajay Chenampara
UDP from on FastEthernet0/0 Jun 18 20:19:20.688: SNMP: Packet received via UDP from on FastEthernet0/0 Ajay Chenampara <[EMAIL PROTECTED]> wrote: Hi, I am trying to establish an snmpv3 session with a cisco router using the cricket monitoring system. I am trying to do it usi

Perl module for Net-SNMP -snmpv3

2007-06-18 Thread Ajay Chenampara
Hi, I am trying to establish an snmpv3 session with a cisco router using the cricket monitoring system. I am trying to do it using the authNoPriv level. While, I can get snmpwalk etc to work from the monitoring box (RH linux) to the router, I cant get the snmpsession to open with perl. When i r