Sunday, January 23, 2011

IP SLA: Reachability Configuration


Steps


  1. Create the monitor


    (config)# ip sla monitor <#>

    (config-sla-monitor)# type <type> <options>

     
  2. Schedule the probe


    (config)# ip sla monitor schedule <#> start-time <start> life <life>

       
  3. Configure the track object
     
    (config)# track <#> rtr <#> reachability

       
  4. Apply the tracking in a route-map
     
    (config-route-map)# match ip address <acl>

    (config-route-map)# set ip next-hop verify-availability

     
Verification 
router# sh ip sla statistics

 
Links
http://www.tech-recipes.com/rx/3894/cisco-sla/

No comments:

Post a Comment