This is a discussion on problem in sending more than one trap within the SNMP Users forums, part of the Networking and Network Related category; --===============0066337632== Content-Type: multipart/alternative; boundary="----=_Part_129405_479195.1167804243760" ------=_Part_129405_479195.1167804243760 Content-Type: text/plain; charset=ISO-8859-1; ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
--===============0066337632==
Content-Type: multipart/alternative; boundary="----=_Part_129405_479195.1167804243760" ------=_Part_129405_479195.1167804243760 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I had written a code which sends the trap if host-name is changed. the code is working fine for the first time, but when we try to change the host-name for the second time we get the error : "No support for any checked transport domain" snmptrap: unknown host (127.0.0.1) In main () The code is to check the hostname from proc file, infinitely in while loop and as soon as it detects the change a trap function is called. In trap(), We are mainly initializing the session , opening the session, creating pdu, sending the pdu(trap) n closing the session. main commands used for the above are: snmp_open snmp_pdu_create(SNMP_MSG_TRAP2) snmp_send snmp_close since we are able to receive the trap for the first time, this means that we are going on the right track. but for the next time when we change that host-name again, there is some problem related to the session as the snmp_open commands fails and returns NULL. Kindly point out the things which we might be missing Thanks, Payal Singla ------=_Part_129405_479195.1167804243760 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,<br><br>I had written a code which sends the trap if host-name is changed.<br>the code is working fine for the first time, but when we try to change the host-name for the second time<br>we get the error :<br><br>"No support for any checked transport domain" <br>snmptrap: unknown host (<a href="http://127.0.0.1">127.0.0.1</a>)<br><br>In main ()<br>The code is to check the hostname from proc file, infinitely in while loop and as soon as it detects the change a trap function is called. <br>In trap(),<br>We are mainly initializing the session , opening the session, creating pdu, sending the pdu(trap) n closing the session.<br>main commands used for the above are:<br>snmp_open<br>snmp_pdu_create(SNMP_MSG_TRAP 2) <br>snmp_send<br>snmp_close<br><br>since we are able to receive the trap for the first time, this means that we are going on the right track. but for the next time when we change that host-name again, there is some problem related to the session as the snmp_open commands fails and returns NULL. <br>Kindly point out the things which we might be missing<br><br>Thanks, <br>Payal Singla ------=_Part_129405_479195.1167804243760-- --===============0066337632== 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 --===============0066337632== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users --===============0066337632==-- |