This is a discussion on Re: about agentx support in windows within the SNMP Coders forums, part of the Networking and Network Related category; --===============0440014148== Content-Type: multipart/alternative; boundary="----=_Part_7477_10133476.1165336462993" ------=_Part_7477_10133476.1165336462993 Content-Type: text/plain; charset=ISO-8859-1; ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
--===============0440014148==
Content-Type: multipart/alternative; boundary="----=_Part_7477_10133476.1165336462993" ------=_Part_7477_10133476.1165336462993 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello after reading code of init_agent, add_trap_session i understand that add_trap_session function will register session & fill sinks global structure (struct trap_sink sinks) & this structure is used by netsnmp_send_traps for sending trap i.e. if this structure is NULL no traps get send when we are calling send_v2trap/send_easy_trap etc. . "init_agent" function call init_agent_read_config function & this function inturn call register_app_config_handler("trapsess", snmpd_parse_config_trapsess, NULL, "[snmpcmdargs] host"); & snmpd_parse_config_trapsess function call add_trap_session function so my question is register_app_config_handler get invoke when we are master agent in init_agent_read_config function . so if we are subagent then this function never get call. so if we are subagent process then using which flow of code sinks structure get fill so that when we are calling send_v2trap then it get data from sinks structure & send trap to destination tell me If i am wrong . Thanks in advance Regards Bhushan ------=_Part_7477_10133476.1165336462993 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello<br>after reading code of init_agent, add_trap_session i understand that <br>add_trap_session function will register session & fill sinks global structure<br>(struct trap_sink sinks) & this structure is used by netsnmp_send_traps <br>for sending trap i.e. if this structure is NULL no traps get send when we are calling <br>send_v2trap/send_easy_trap etc. .<br>"init_agent" function call init_agent_read_config function & this function inturn call <br><br>register_app_config_handler("trapsess ", snmpd_parse_config_trapsess, NULL, &nb sp;   ; "[snmpcmdargs] host");<br>& snmpd_parse_config_trapsess function call add_trap_session function<br> so my question is register_app_config_handler get invoke when we are master agent <br>in init_agent_read_config function . so if we are subagent then this function never get <br>call.<br>so if we are subagent process then using which flow of code sinks structure get fill <br>so that when we are calling send_v2trap then it get data from sinks structure & send trap to destination<br>tell me If i am wrong .<br>Thanks in advance<br>Regards <br>Bhushan<br><br><br><br> ------=_Part_7477_10133476.1165336462993-- --===============0440014148== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- 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?p...rge&CID=DEVDEV --===============0440014148== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders --===============0440014148==-- |