2009/7/16 Gaikwad, Rupesh <[email protected]>: > How do I send a trap over TCP? > > Can you please provide syntax. Right now I am using > > snmptrap -v 2c -c public IP_ADDRESS 22 ....
Prefix the IP address (e.g. 1.2.3.4) with "tcp:" (i.e. snmptrap -v 2c -c public tcp:1.2.3.4 22 .......) Note that you will need to ensure that the trap receiver is listening for incoming TCP notifications. By default it will probably only be set up for UDP notifications. Dave ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
