09-15-2011 08:20 AM - edited 03-04-2019 01:37 PM
Hi Partners:
In my work I charge these commands in the routers:
This group of lines permanently sends pings to IP 10.42.22.2, using as suorce the interface where the link connects
!
ip sla logging
ip sla 1
icmp-echo 10.42.22.2 source-interface FastEthernet0/0
timeout 500
threshold 100
frequency 10
ip sla schedule 1 life forever start-time now
!
The problem is that some routers are not recognized, the routers that I work with are:
I wonder if there are differences to load these commands on your IOS and if depending on this, that command should be replaced. Because for example in some routers it has worked this variation:
Add the word traps, otherwise indicates that the command is incomplete, and change the order with respect to the next command "timeout 500", otherwise it gives an error message.
!
ip sla logging traps
ip sla 1
icmp-echo 10.42.22.2 source-interface FastEthernet0/0
threshold 100
timeout 500
frequency 10
ip sla schedule 1 life forever start-time now
!
But maybe it's the model of router or the IOS and other routers I have not worked none or only part of the commands, such as the 500 does not recognize timeout.
I need to fix this and I'm desperate for not being able to find.
Thanks from now.
09-25-2011 02:09 AM
Hi Hector,
in my understanding the IP SLA piece of code is platform independent(considering IOS platforms), so I would start with IOS version comparison. Are you using the same version for all the boxes you work with? If yes, which one? If not, what are they?
HTH,
Ivan.
09-25-2011 04:05 AM
Some ipsla commands differ between iOS and platforms
Just try ip sla
Or
Ip monitor or ip sla monitor ..etc
But the ultimate result stil the same
Hope this help
09-25-2011 04:07 AM
one may try
router(config)#rtr
as well.
09-25-2011 05:23 AM
Here is the document that you can try for reference of Object tracking
http://www.cisco.com/en/US/docs/ios/12_3/12_3x/12_3xe/feature/guide/dbackupx.html#wp1079801
According to this doc there are 3 variations based on the IOS used
rtr [operation-number]
(or)
ip sla monitor [operation-number]
(or)
ip sla [operation-number]
One of the above mentioned three shd do the trick
09-25-2011 05:44 AM
nice one, makes me feel more confident that IP SLA in IOS is platform independent feature, actually depending on the IOS version.
09-26-2011 06:25 AM
Thanks parners, very good page.
05-22-2012 07:24 AM
Gentlemen,
I have cisco 2911 with IOS-universalK9 mz.SPA.150.1.T, but that does not accept the ip sla monitor commands XX, XX or rtr ip sla XX.
How active these commands in IOS or what you belong to?
Tks
06-04-2012 12:32 PM
Andre, you might have a licensing issue on your hands - to use IP SLA monitoring you need at least the IP Data or Security license on your 2911. IP Base does not support IP SLA monitoring.
HTH
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide