Annoing ifInOctets counter problem

2006-08-18 Thread Stefano Bossi
solution ?? I really need to monitor my servers! Could some developer or user give me a solution or workaround? If I was not clear enough, please ask me. Thanks, Stefano Bossi P.S. All the machine above are Gentoo linux so the net-snmp framework is compiled from scratch, same version (

Trunk pork with snmp

2005-10-03 Thread Stefano
Hi all, i need to know, when i parse a switch, if a port is a trunk port or not...how can i do this with snmp??? Mnyyy thanks Yours -- Stefano Stefano Corallo email:[EMAIL PROTECTED] __ TISCALI ADSL Solo con Tiscali Adsl

Re: AgentX Subagent send trap problem under Win32

2005-09-07 Thread Stefano Pagani
I'm sorry, I found the error: (void *)&selpA   StePa     Hi,   I have an AgentX Subagent running under Win32. When I try to send a trap I became an error: Unhandled exception in subagent.exe: Access Violation.   The problem appears when I try to add a variable to the

AgentX Subagent send trap problem under Win32

2005-09-07 Thread Stefano Pagani
Hi,   I have an AgentX Subagent running under Win32. When I try to send a trap I became an error: Unhandled exception in subagent.exe: Access Violation.   The problem appears when I try to add a variable to the trap variable list:     snmp_varlist_add_variable(&var_list,    selpA_oid,

Re: AgentX Subagent under Win32

2005-09-05 Thread Stefano Pagani
The entire call is netsnmp_ds_set_boolean(NETSNMP_DS_APPLICATION_ID, NETSNMP_DS_AGENT_ROLE, 1); netsnmp_ds_set_string(NETSNMP_DS_APPLICATION_ID,NETSNMP_DS_AGENT_X_SOCKET,"1 27.0.0.1:705"); StePa - Original Message ----- From: "Stefano Pagani" <[EMAIL PROTECTED]> To

Re: AgentX Subagent under Win32

2005-09-05 Thread Stefano Pagani
Thanks for the Answer, I've tried with 127.0.0.1, but it doesn't work. I've tried also to use another port number, but it doesn't work. StePa > Stefano Pagani wrote: > > I'm trying to run an AgentX subagent under Windows. > > The SNMP Agent is run

AgentX Subagent under Win32

2005-09-05 Thread Stefano Pagani
Hi,   I'm trying to run an AgentX subagent under Windows. The SNMP Agent is running with the AgentXSocket localhost:705.   I set the same Socket in my Subagent, with   netsnmp_ds_set_string, but it doesn't work. I became following error: Error: Failed to connect to the agentx master agent: