08-24-2015 09:31 PM - edited 03-05-2019 02:09 AM
Hi all,
i am try to put a command "ip sla 1" on GNS3. but it rejected the command.
I am running c7200-jk9s-mz.124-13b.image .
please help me.
08-24-2015 10:51 PM
Hi,
the syntax has changed several times over the years.
If
are not supported, you can try the earlier
command.
Link: http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipsla/command/sla-cr-book/sla_r1.html#wp3499715081
HTH
Rolf
08-24-2015 10:55 PM
Hello
The IP SLA feature is supported on this platform and IOS version, it's just configured using an older syntax. For example:
ip sla monitor 1
type echo protocol ipIcmpEcho 192.168.1.1
frequency 10
ip sla monitor schedule 1 life forever start-time now
show ip sla monitor statistics 1
For command reference see: http://www.cisco.com/c/en/us/td/docs/ios/12_4/ip_sla/configuration/guide/hsla_c/hsicmp.html
Best regards,
Martin
08-25-2015 12:47 AM
Martin,
R1#show ver
Cisco IOS Software, 7200 Software (C7200-JK9S-M), Version 12.4(13b), RELEASE SOFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2007 by Cisco Systems, Inc.
Compiled Wed 25-Apr-07 03:18 by prod_rel_team
and when I try to configure it works for me:-
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#ip sla monitor 1
R1(config-sla-monitor)# type echo protocol ipIcmpEcho 192.168.1.1
R1(config-sla-monitor-echo)# frequency 10
R1(config-sla-monitor-echo)#$tor schedule 1 life forever start-time now
R1(config)#
08-25-2015 02:08 AM
Hello InayathUlla Sharieff,
can you please upload your image version....
08-25-2015 09:50 AM
yasiba,
I am using c7200-jk9s-mz.124-13b.image
Hope this helps
Regards
Inayath
***********Please do not forget to rate all usefull posts******
02-02-2017 12:01 PM
I was able to find success with the following:
ip sla monitor 1
type echo protocol ipIcmpEcho 2.2.2.2 source-interface l0
timeout 1000 (1second)
frequency 2
ip sla monitor schedule 1 start-time now life forever
sho ip sla monitor statistics details
#track 1 ip route 2.2.2.2 255.255.255.255 reachability
R1#sho run | sec ip sla
ip sla monitor 1
type echo protocol ipIcmpEcho 2.2.2.2 source-interface Loopback0
timeout 1000
frequency 2
ip sla monitor schedule 1 life forever start-time now
R1#sho run | sec ip sla|track
ip sla monitor 1
type echo protocol ipIcmpEcho 2.2.2.2 source-interface Loopback0
threshold 500
timeout 1000
frequency 2
ip sla monitor schedule 1 life forever start-time now
track 1 ip route 2.2.2.2 255.255.255.255 reachability
R1#show track 1
Track 1
IP route 2.2.2.2 255.255.255.255 reachability
Reachability is Up (static)
1 change, last change 00:03:01
First-hop interface is FastEthernet0/0
Hope this helps,
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