Hello folks,
I am trying to build an IP SLA to trap my solarwinds server when exceeded the threshold. I have build in the following away but it doesn't work. I need assisting check the commands and please let me know where I am going wrong.
ip sla 2
path-jitter 8.8.8.8 source-ip 10.21.1.1 num-packets 50 targetOnly
request-data-size 1500
threshold 35
frequency 20
ip sla reaction-configuration 2 react rtt threshold-value 35 1 threshold-type immediate action-type trapOnly
ip sla reaction-configuration 2 react timeout threshold-type immediate action-type trapOnly
ip sla logging traps
ip sla enable reaction-alerts
ip sla schedule 2 life forever start-time now
snmp-server enable traps ipsla
snmp-server host 10.10.10.10 version 2c abc ipsla
Appreciate your assistance!
Thank you