From: Dave S. <D.T...@cs...> - 2006-01-25 14:42:08
|
On Wed, 2006-01-25 at 15:27 +0530, Karan uk wrote: > i send the trap thru command bellow "snmptrap -v 1 -c public > localhost .1.2.3.4.5.6.8.9.6.0.6 localhost 6 17 "" > SNMPv2-MIB::sysLocation.0 s "Just here"" on same m/c with snmptrapd > listening there's no trap received. Is it that the trap is not received, or is not processed? Try running the trap handler as snmptrapd -c /etc/snmp/snmptrapd.conf -On -f -Le -d That should dump the raw packets as they are received, before they're parsed or processed. When you issue the "snmptrap" command, do you see any output from snmptrapd ? Dave |