Hi,
I would like to send an snmp trap to appear to be coming from a different host.
I am easily able to send the trap from a host using,

Code:
#snmptrap -v 2c -c public 10.29.100.10 '' 1.3.6.1.4.1.14823.2.3.1.11.1.2.1038
but what is the correct option so that it appears to be coming from a different host?

Thanks