>>>>> On Mon, 07 Jun 2004 16:56:40 -0400, Glenn MacGregor <[EMAIL PROTECTED]> said:

Glenn> I am using NetSNMP Version 5.1.1 on Linux 2.4. I have the SNMP
Glenn> agentx example from the toolkit working. I was wondering if I
Glenn> can receive snmpset messages in the subagent? The example
Glenn> doesn't handle or receive them.

Yes, the SETs will be based through the agentx protocol as well.

Glenn> Also on a different note. Does anyone know how to user the perl
Glenn> debugger to view reference valiables (?). The vars passed to the
Glenn> handler in the SNMP subagent perl example?

The Data::Dumper module can be very helpful in that case...

use Data::Dumper();
print STDERR Dumper($refvar);

-- 
Wes Hardaker
Sparta


-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
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

Reply via email to