Re: [pysnmp-users] Problem making rquest from remote host
Brought to you by:
elie
From: Ilya E. <il...@gl...> - 2016-07-03 08:01:37
|
I’d make sure that your agent is listening on the IP interface you are querying and that there is not firewall blocking SNMP packets. > On 01 Jul 2016, at 15:46, Fabio Ferreira <fab...@gm...> wrote: > > Hi. > I am new in pysnmp ... and I have working mib command responder ... if I execute snmpwalk from the host (localhost) it works ok. > The problem is that if execute the command from another host (in the same LAN segment) it produces a timeout. > > Checking by wireshark (when execeuted from remote host) I see that request arrives to the agent, but response is something like ICMP. > > Does someone knsows why? > |