Hey @ukmoose ,
I made a flow which listens to my udp port 162 on my localhost ,to which I try to send a test trap using the snmpTrapgen.exe utility.(SnmpTrapGen.exe -r:localhost -q -v:2c -p:162 -to:.1.3.6.1.2.1.1.1.0)
Though I could see a response from the debug attached to the udp node the snmp node always returns the 'timeOut error'
PFB the json of the flow :-
[{"id":"7cc0cdb3.77520c","type":"tab","label":"Flow 5","disabled":false,"info":""},{"id":"31bedf90.29b91","type":"udp in","z":"7cc0cdb3.77520c","name":"","iface":"","port":"162","ipv":"udp4","multicast":"false","group":"","datatype":"base64","x":160,"y":80,"wires":[["a0115c69.220c1","11519d27.05ac3b"]]},{"id":"a0115c69.220c1","type":"debug","z":"7cc0cdb3.77520c","name":"","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":470,"y":80,"wires":[]},{"id":"11519d27.05ac3b","type":"snmp","z":"7cc0cdb3.77520c","host":"127.0.0.1:162","community":"public","version":"2c","oids":"1.3.6.1.2.1.1.1.0","timeout":5,"name":"","x":320,"y":240,"wires":[["7b01d0bd.e9ff2"]]},{"id":"7b01d0bd.e9ff2","type":"debug","z":"7cc0cdb3.77520c","name":"","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":560,"y":240,"wires":[]}]