cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
548
Views
0
Helpful
3
Replies

Can't Create IP SLA Tracking Object

mikedeyoung
Level 1
Level 1

What am I missing...

DEFINE MONITOR PROBE:

(config) ip sla monitor <monitor#>

(config-sla-monitor)# type [echo] protocol ipicmpecho <target-ip> source-int <int>

(config-sla-monitor-echo)# timeout <ms>

(config-sla-monitor-echo)# threshold <ms>

(config-sla-monitor-echo)# frequency <s>

SCHEDULE TIME WINDOW FOR THE PROBE:

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

CREATE PROBE TRACKING OBJECT:

(config)# track <track#> ip sla <monitor#> reachability

* ABOVE SYNTAX IN RED NOT AVAILABLE *

Below are my only options...

R1(config)#track 1 ip ?

  route  IP route

1 Accepted Solution

Accepted Solutions

Peter Paluch
Cisco Employee
Cisco Employee

Hello,

Karsten may very well be right - you may be running an older IOS. Do you have rtr commands available in your IOS? The old syntax used rtr instead of ip sla. Check this document:

http://www.cisco.com/en/US/docs/ios/12_0t/12_0t3/feature/guide/RTRenh.html

Best regards,

Peter

View solution in original post

3 Replies 3

Which platform and which IOS are you using? Perhaps it's just an IOS-upgrade that's needed.

-- 
Don't stop after you've improved your network! Improve the world by lending money to the working poor:
http://www.kiva.org/invitedby/karsteni

Peter Paluch
Cisco Employee
Cisco Employee

Hello,

Karsten may very well be right - you may be running an older IOS. Do you have rtr commands available in your IOS? The old syntax used rtr instead of ip sla. Check this document:

http://www.cisco.com/en/US/docs/ios/12_0t/12_0t3/feature/guide/RTRenh.html

Best regards,

Peter

Thank you - that's better