cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3005
Views
0
Helpful
1
Replies

IP SLA Montor/logging

rasoftware
Level 1
Level 1

I am using IPSLA to track reliability of a route:

ip sla monitor 1

type echo protocol ipicmpecho 62.1.1.4

timeout 1000

frequency 3

threshold 2

ip sla monitor schedule 1 life forever start-time now

track 100 rtr 1 reachability

ip route 0.0.0.0 0.0.0.0 dialer1 track100

ip route 0.0.0.0 0.0.0.0 dialer0 254

Is there any way I can log when this fail-over occurs?

1 Accepted Solution

Accepted Solutions

pkhatri
Level 11
Level 11

Try something like this:

logging on

logging buffered debugging

ip sla logging traps

ip sla reaction-configuration 1 react connectionLoss action-type trapOnly

You can configure an SNMP server so that the traps will be sent to it. In any case, show logging should show you when the sla monitor failed...

Paresh

View solution in original post

1 Reply 1

pkhatri
Level 11
Level 11

Try something like this:

logging on

logging buffered debugging

ip sla logging traps

ip sla reaction-configuration 1 react connectionLoss action-type trapOnly

You can configure an SNMP server so that the traps will be sent to it. In any case, show logging should show you when the sla monitor failed...

Paresh