On 06/04/2008, Toby DiPasquale <[EMAIL PROTECTED]> wrote: > Is is possible to write a subagent in Python using AgentX?
In principle - yes. AgentX is simply a network protocol - it doesn't matter how the two sides of the conversation are developed (language, OS, etc). > Does the new Python library in net-snmp 5.4.x allow me to > implement an AgentX process? No - it is (or at least appears to be) purely a client-side toolkit. > If not, is there any other way to implement a subagent in > Python? Thanks in advance. Pass. You could try asking the PySNMP people (http://pysnmp.sourceforge.net/) whether their system includes AgentX support. (The only other Python-based SNMP systems I'm aware of - SNMPy and YAPsnmp - seem to be totally dead ) Dave ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code J8TLD2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ 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
