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

ip sla function question !

systemant
Level 1
Level 1

Hello guys

My lab config~

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

ip sla 1

icmp-echo 1.1.1.2 source-interface Serial0/0

timeout 10000

frequency 10

ip sla schedule 1 life forever start-time now

track 1 rtr 1 reachability

ip route 192.168.1.0 255.255.255.0 1.1.1.2 track 1

ip route 192.168.1.0 255.255.255.0 2.2.2.2 10

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

When ping 1.1.1.2 onces is fail every 10s , ip sla switch routing .

How does cofonigure ip sla when ping 1.1.1.2 three times is fail ( 3 * 10s = 30s ), ip sla switch routing .

Have any command can do that ?

ios ~

12.2(55)SE3           C3750-IPSERVICESK9-M    

1 Accepted Solution

Accepted Solutions

AhmedSonba
Level 1
Level 1

Hello

Let me see If got you right , you want to delay te process of changing from the main to the  backup route and in your case its from 1.1.1.1 to 2.2.2.2

You can do that by  increasing  the delay  from the command track 1 where you can adjust down and the up time up to 180 Seconds

Example:

Router(config)# track 1 rtr 1 reachability

Router(config-track)# delay down 30

Router(config-track)# delay up 30

In this case it will be delaied 30 Seconds

Please refer to the below link for more information

http://www.cisco.com/en/US/docs/ios/12_2t/12_2t15/feature/guide/fthsrptk.html#wp1027188

Hope it helps and let me know in case you need any further help

Ahmed Sonba

View solution in original post

1 Reply 1

AhmedSonba
Level 1
Level 1

Hello

Let me see If got you right , you want to delay te process of changing from the main to the  backup route and in your case its from 1.1.1.1 to 2.2.2.2

You can do that by  increasing  the delay  from the command track 1 where you can adjust down and the up time up to 180 Seconds

Example:

Router(config)# track 1 rtr 1 reachability

Router(config-track)# delay down 30

Router(config-track)# delay up 30

In this case it will be delaied 30 Seconds

Please refer to the below link for more information

http://www.cisco.com/en/US/docs/ios/12_2t/12_2t15/feature/guide/fthsrptk.html#wp1027188

Hope it helps and let me know in case you need any further help

Ahmed Sonba

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card