The socket that the Net-SNMP master agent uses to listen for AgentX
 
The socket that the Net-SNMP master agent uses to listen for AgentX
 
registrations (and send appropriate requests) can be specified using
 
registrations (and send appropriate requests) can be specified using
the option </CODE>'-x'</CODE>.<BR>
+
the option <CODE>'-x'</CODE>.<BR>
 
The command
 
The command
                 "snmpd -x localhost:705 ...."
+
                 "snmpd -x tcp:localhost:705 ...."
 
would start the agent listening on the TCP port 705 for connections
 
would start the agent listening on the TCP port 705 for connections
 
from the local system.<BR>The same effect can also be obtained by adding
 
from the local system.<BR>The same effect can also be obtained by adding
 
the line
 
the line
                 agentxsocket localhost:705
+
                 agentxsocket tcp:localhost:705
 
to the file <CODE>snmpd.conf</CODE>.
 
to the file <CODE>snmpd.conf</CODE>.
   Exception encountered, of type "Error"