On Mon, 01 Nov 2004 10:47:47 +0200 Toni wrote: TW> On Mon, 2004-10-18 at 15:07, Toni Willberg wrote: TW> > I have developed a little device emulator using NetSNMP Perl module.
First, there is a difference between the Net::SNMP perl module and the Net-SNMP perl module(s). If you are using Net::SNMP, that (despite the unforunately simliarity in the name), is not from us, and thus we can't help you. Second, I haven't really used the Net-SNMP perl stuff either, but looking at the examples, this looks like a likely candidate: $sess = new SNMP::Session( 'DestHost' => "10.0.0.1" ); -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ Net-snmp-users mailing list [EMAIL PROTECTED] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
