|
From: Dave S. <D.T...@li...> - 2008-07-02 13:20:13
|
2008/7/2 Joan Landry <Joa...@ov...>: >>What command did you use to start the agent? > > ./snmpd -f -Le That will be listening on port 161, which will fail >>> If you specify a different (high-numbered) port when you start the >>> agent, then it should be OK. > > I do not know how to do this: ./snmpd -f -Le 22222 > I tried: > ./snmpd -f -Le -x 22222 No - that specifies the _AgentX_ port (which you're already setting in the config file). The issue here is with the port for _SNMP_ requests. Dave |