Re: Trap is not sent on specified port #

2006-01-24 Thread Dave Shield
On Mon, 2006-01-23 at 12:07 -0500, Basker Janakiram wrote:

 What I am trying to achieve is to send trap to 300 and
 I don’t want to specify community string. 
 
 trap2sink 192.168.52.10 300 
 
 What is happening is the trap2sink is still sending the trap on port
 162. The port 300 that I specified is used as a community string.

Because that's what you've asked for.

$ man snmpd.conf
:
trap2sink HOST [COMMUNITY [PORT]]

The third field (if present) is the community string, and the
*fourth* field (if present) is the port number. If you are
specifying the port number explicitly as a separate field,
then you *must* also specify a community string.


 How to fix this problem?

trap2sink192.168.52.10:300

Dave


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
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/listinfo/net-snmp-users


Trap is not sent on specified port #

2006-01-23 Thread Basker Janakiram








All,



The snmpd.conf file has trap2sink entry as below. 



What I am trying to achieve is to send trap to 300
and I dont want to specify community string. 



trap2sink 192.168.52.10 300
 this line has problem.

trap2sink 192.168.52.33 public 162



What is happening is the trap2sink is still sending
the trap on port 162. The port 300 that I specified is used as a community
string.



How to fix this problem?



Thanks a lot



Basker