On Mon, 2006-01-09 at 19:47 +0530, [EMAIL PROTECTED] wrote:
> How to configure snmptrapd to receive traps besides 162 port?

Run the command as

        snmptrapd  2222
or
        snmptrapd  udp:localhost:2222


> I tried by entering listening address in snmpd.conf, with
> following information
> 
> trap2sink localhost:2222

That will tell the agent to send traps to the specified port,
but doesn't ensure that anything's actually listening.

> 
> And snmptrapd.conf with following information
> 
> using rule: snmpTrapdAddr
> [<transport-specifier>:]<transport-address>[,...]
> 
> snmpTrapdAddr udp:localhost:2222

Hmmm... at first sight, that should have worked.
I'll have a whirl with my testing setup to check,
but try specifying the listening port(s) on the
command line.

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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to