Pavel Komarov <pav...@silicom.co.il> writes: > I set multiple IP addresses to localhost in /etc/hosts file and successfully > pinged all of them, but when I opened > second agent, I received the error "Error opening specified endpoint".
You need to use the command line arguments to specify different address destinations. to set the listening point: snmpd udp:10.0.0.1:161 (eg) To set the agentx listening address point, you'll need to use the -x argument: snmpd -x /var/agentx/socket1 udp:10.0.0.1:161 and then point the sub-agents to that socket as well. -- Wes Hardaker Parsons ------------------------------------------------------------------------------ _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users