cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
731
Views
5
Helpful
2
Replies

IP SLA and Tracking for alerting

Patrick McHenry
Level 4
Level 4

 

Hi,

 

I configured IP SLAs for sites that connect to the Internet via a 2911 router

------------------------------

Config:

ip sla 199
 icmp-echo 4.2.2.2 source-interface GigabitEthernet0/2
ip sla schedule 199 life forever start-time now

ip sla logging traps

track 199 ip sla 199
 delay down 120 up 120

--------------------------------

Works great - sends a syslog message to the Solarwinds box and message sets off an email alert.

 

We have a couple of smaller sites that connect to the Internet via a 5510. I'm trying to accomplish the same thing but, it doesn't seem to have the options to set a "delay down and delay up"

Below seems to be my only option:

"track 199 rtr 199 reachability"

 

Will this tracking-config log the ping fail and if so, is there a way to delay the logging for 120 secs - for Up and Down events?

 

Thanks, Pat

 

2 Replies 2

Bilal Nawaz
VIP Alumni
VIP Alumni

Hello Pat,

Have you tried entering the command "track 199 rtr 199 reachability"

The prompt should look like this after:

Router(config-track)#

Here you should be able to enter the command "delay down 120 up 120" to my recollection.

Please rate useful posts & remember to mark any solved questions as answered. Thank you.

I don't think so - I believe I stayed in config mode after track 199 rtr 199 reachabilty. I'll try again later though.

 

Thanks