SLA Monitoring in switch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2011 10:33 AM - edited 03-04-2019 12:49 PM
"hi all
How to configure SLA monitoring in 3560 switch. I have 2 DSL links terminating in switch and want to do WAN failover. I know how to do in ASA and router. I found IP SLA and track commands on switch but don't know exactly how to use them. Can some one help me"
Sent from Cisco Technical Support iPhone App
- Labels:
-
LAN Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2011 10:52 AM
Hi,
It's the same as you do on Router or ASA. Assuming that you want to use IPSLA for WAN failover. Make sure that you have IP Service image on C3560.
Assuming that we have 2 default routes configured on C3560. And we use IPSLA to track next-hop by using ICMP.
F.e.
!
ip sla monitor 1 type echo protocol ipIcmpEcho <Next-Hop IP address of Primary Link>
timeout 1000
threshold 2 frequency 3
ip sla monitor schedule 1 life forever start-time now !
track 1 rtr 1 reachability
!
ip route 0.0.0.0 0.0.0.0track 1 ip route 0.0.0.0 0.0.0.0100
!
HTH,
Toshi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2011 08:14 AM
Toshi,
Thanks for your reply.... Sorry for very late reply.... looks like switch image is not supporting.
