On Tue, 2011-10-04 at 11:21 +0530, Vivek Nagaraj wrote:
> I just tried it on RHEL 4.6 x86. Here is the more detailed OS info:
> Linux dhcp-135-24-228-150 2.6.9-67.EL #1 Wed Nov 7 13:41:13 EST 2007
> i686 i686 i386 GNU/Linux
> Red Hat Enterprise Linux AS release 4 (Nahant Update 6)
> NET-SNMP version: 5.1.2
> 
> When I executed this command on RHEL 4.6 x86
> snmptrap -v 1 -m ALL -c public 135.36.115.62:250 .1.3.6.1.6.3
> 169.254.1.1 6 1 20071105
> 
> I didnt see any trap message on myclient machine at port 250.

I assume that myclient is 135.36.115.62.

> No error message in '/var/log/messages' either. Any reason why?

I tried that command.
I got a long message about syntax error on standard error.

Try with

snmptrap -v 1 -m ALL -c public \
135.36.115.62:5000 .1.3.6.1.6.3169.254.1.1 127.128.129.130 6 1 20071105

i.e. you had forgotten to add the agent address to the trap specifier.

/MF


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to