Link to home
Start Free TrialLog in
Avatar of leblanc
leblanc

asked on

IP SLA

I am trying to automate my keep alive on my router WAN side. I just want to monitor the provider router interface.. Will the IP SLA do the trick (see below)? How do I apply it to the interface? My router is a Cisco 2911 and it does not have the ip sla # command.

 
ip sla 10
icmp-echo 12.12.12.2 source-ip 12.12.12.100
frequency 300
timeout 3000

Open in new window

Avatar of atlas_shuddered
atlas_shuddered
Flag of United States of America image

Try this

ip sla 1
 icmp-echo 12.12.12.12 source-ip 12.12.12.100
 threshold 1000
 frequency 5
 timeout 3000
ip sla schedule 1 life forever start-time now
ip sla enable reaction-alerts

Open in new window

Switch(config)# ip sla 12
Switch(config-ip-sla)# icmp-echo 172.29.139.134
Switch(config-ip-sla-echo)# frequency 30
Switch(config-ip-sla-echo)# exit
Switch(config)# ip sla schedule 5 start-time now life forever
Switch(config)# end

Open in new window

Avatar of leblanc
leblanc

ASKER

I don;t have the ip sla operation #. My 2911 is IOS 15.0(2r)M6.

router(config)#ip sla ?
  key-chain  Use MD5 authentication for IP SLAs Control Messages
  responder  Enable IP SLAs Responder
ASKER CERTIFIED SOLUTION
Avatar of Saad Mardini
Saad Mardini
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
you need a data license to enable.

post a show ver?