On 20/07/07, Need Help <[EMAIL PROTECTED]> wrote:
>     master agentx
>     agentxsocket 127.0.0.1:1610


> Here is the "netstat -an" output:


> Proto Recv-Q Send-Q Local Address           Foreign Address         State
> tcp        0      0 0.0.0.0:23              0.0.0.0:*               LISTEN
> tcp        0    138 10.0.0.2:23             10.0.0.3:3455     ESTABLISHED
> udp        0      0 0.0.0.0:1024            0.0.0.0:*
> udp        0      0 0.0.0.0:800             0.0.0.0:*
> udp        0      0 0.0.0.0:161             0.0.0.0:*
>
> Active UNIX domain sockets (servers and established)
> Proto RefCnt Flags       Type       State         I-Node Path
> unix  2      [ ACC ]     STREAM     LISTENING     495    127.0.0.1:1610


> Does the master agent look like it is started on port 1610 now?

No - it's still opening a unix socket.
(Which is why the "127.0.0.1:1610" entry has "unix" at the start of the line).

Try using   "tcp:127.0.0.1:1610" in your snmpd.conf and subagent setup.

You are aiming to have this entry appear in the first block of
netstat output, with "tcp" at the beginning of the line.



Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to