On 04/12/06, bhushan <[EMAIL PROTECTED]> wrote: > for agentx support enabling i putted following line in my snmpd.conf > master agentx > agentXSocket tcp:127.0.0.1:755
So the master agent is listening on port 755 > char *cptr= "tcp:localhost:705"; > netsnmp_ds_set_string(NETSNMP_DS_APPLICATION_ID, > NETSNMP_DS_AGENT_X_SOCKET, cptr); But the client is connecting to port 705 That won't work - the two configurations must match. Dave ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
