http://stackoverflow.com/questions/3565975/why-is-snmp-usually-run-over-udp-and-not-tcp-ip
josh reynolds :: chief information officer
spitwspots :: www.spitwspots.com
On 12/29/2014 09:43 AM, Simon Westlake via Af wrote:
Yeah, but at least you can treat a failed poll response as a failure.
On 12/29/2014 12:37 PM, Josh Reynolds via Af wrote:
SNMP polling is normally UDP as well :P
josh reynolds :: chief information officer
spitwspots ::www.spitwspots.com
On 12/29/2014 09:19 AM, Bill Prince via Af wrote:
Poll for data, use traps for "emergencies" or unusual events that
you don't want to wait around for.
Belt and suspenders I guess.� Poll to collect all your data;
historical and otherwise.� Use traps for alert situations.
Important caveat is that traps are UDP, and so may get lost when bad
things are happening on the network.
--
bp
<part {dash} 15 {at} SkylineBroadbandService {dot} com>
On 12/29/2014 8:46 AM, Chuck McCown via Af wrote:
When attempting to collect system wide status and alarm data
real-time, are traps reliable enough or should you just poll
everything on a regular basis?