cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
10193
Views
21
Helpful
1
Replies

What are the default IP SLA?

emora6001
Level 1
Level 1

I mean threshold values, frequency and timeout.

thanks in advance.

1 Accepted Solution

Accepted Solutions

  • threshold: 5000 milliseconds.
  • timeout: 5000 milliseconds.
  • frequency: 60 seconds.
show running-config all' shows the running-config

including all the default (hidden) commands. We can make the output to start exactly on the line we want.

R1#show running-config | begin ip sla
ip sla 1
 icmp-echo 192.168.1.2
ip sla schedule 1 life forever start-time now
R1#show running-config all | begin ip sla

ip sla 1
 icmp-echo 192.168.1.2
 request-data-size 28
 tos 0
 verify-data
 threshold 5000
 timeout 5000
 frequency 60
 secondary-frequency timeout 0
 secondary-frequency connection-loss 0
 history hours-of-statistics-kept 2
 history distributions-of-statistics-kept 1
 history statistics-distribution-interval 20
 history lives-kept 0
 history buckets-kept 15
 history filter none
ip sla schedule 1 life forever start-time now ageout 0

 

I hope this helps.

Best Regards.

View solution in original post

1 Reply 1

  • threshold: 5000 milliseconds.
  • timeout: 5000 milliseconds.
  • frequency: 60 seconds.
show running-config all' shows the running-config

including all the default (hidden) commands. We can make the output to start exactly on the line we want.

R1#show running-config | begin ip sla
ip sla 1
 icmp-echo 192.168.1.2
ip sla schedule 1 life forever start-time now
R1#show running-config all | begin ip sla

ip sla 1
 icmp-echo 192.168.1.2
 request-data-size 28
 tos 0
 verify-data
 threshold 5000
 timeout 5000
 frequency 60
 secondary-frequency timeout 0
 secondary-frequency connection-loss 0
 history hours-of-statistics-kept 2
 history distributions-of-statistics-kept 1
 history statistics-distribution-interval 20
 history lives-kept 0
 history buckets-kept 15
 history filter none
ip sla schedule 1 life forever start-time now ageout 0

 

I hope this helps.

Best Regards.

Review Cisco Networking products for a $25 gift card