cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3922
Views
12
Helpful
6
Replies

IP SLA command not available in GNS3. Why??

yasib ahmed
Level 1
Level 1

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.

 

 

6 Replies 6

Rolf Fischer
Level 9
Level 9

Hi,

the syntax has changed several times over the years.

If

  • ip sla <entry>
  • ip sla monitor <entry>

are not supported, you can try the earlier

  • rtr <entry> ! (Response Time Reporter)

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

Martin Hruby
Level 1
Level 1

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

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)#

 

 

 

 

Hello InayathUlla Sharieff,

can you please upload your image version....

yasiba,

I am using c7200-jk9s-mz.124-13b.image

Hope this helps

Regards

Inayath

***********Please do not forget to rate all usefull posts******

jmcgowan1983
Level 1
Level 1

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,

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