cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
583
Views
0
Helpful
7
Replies

IP SLA tracking IP on the internet

akhil.s
Level 1
Level 1

Hi All,

 

I need to create internet failover with hsrp. i try to integrate ip sla with hsrp. But ip sla monitor command is not found on my ios. 

 

IOS version 15.5(1)T1

 

Router 1 Configuration As of now,

!
interface GigabitEthernet0/1.10
encapsulation dot1Q 10
ip address 192.168.10.2 255.255.255.0
ip nat inside
standby 1 ip 192.168.10.100
standby 1 priority 110
standby 1 preempt
!
interface GigabitEthernet0/1.20
encapsulation dot1Q 20
ip address 192.168.20.1 255.255.255.0
ip nat inside
standby 2 ip 192.168.20.100
!

Router 2 Configuration As of now,

 

interface GigabitEthernet0/1.10
encapsulation dot1Q 10
ip address 192.168.10.1 255.255.255.0
ip nat inside
standby 1 ip 192.168.10.100
!
interface GigabitEthernet0/1.20
encapsulation dot1Q 20
ip address 192.168.20.2 255.255.255.0
ip nat inside
standby 2 ip 192.168.20.100
standby 2 priority 110
standby 2 preempt
!

 

I am hereby attaching my network diagram also.

7 Replies 7

Hello,

 

is this a Packet Tracer project or a real world setup ? In the latter case, post the full configs of both routers. If it is a Packet Tracer project: not all commands are available, since Packet Tracer does not have fully functional IOSs, but rather command subsets...

Hi,

 

It is a real-world project. I am using Cisco 4331 routers for this project. Configurations not yet begin. I just check the ip sla commands on my Cisco 3925 router, At this time i found the commands for ip sla configuration is not working on my IOS. 

 

#ip sla ?
key-chain Use MD5 Authentication for IP SLAs Control Messages
responder Enable IP SLAs Responder
server IPPM server configuration

 

it shows like this. what may the reason behind this?

 

I need to configure like this,

ip sla monitor 1
type echo protocol ipIcmpEcho 8.8.8.8
frequency 5
ip sla monitor schedule 1 life forever start-time now
!
track 1 rtr 1 reachability
!
interface GigabitEthernett0/0
standby 1 track 1 decrement 20

 

 

 

 

Hello,

 

probably a license problem, which license do you have installed (show license) ? I think you need the DATA license...

Show License,

 

I#show license
Index 1 Feature: ipbasek9
Period left: Life time
License Type: Permanent
License State: Active, In Use
License Count: Non-Counted
License Priority: Medium
Index 2 Feature: securityk9
Period left: Not Activated
Period Used: 0 minute 0 second
License Type: EvalRightToUse
License State: Active, Not in Use, EULA not accepted
License Count: Non-Counted
License Priority: None
Index 3 Feature: uck9
Period left: Not Activated
Period Used: 0 minute 0 second
License Type: EvalRightToUse
License State: Active, Not in Use, EULA not accepted
License Count: Non-Counted
License Priority: None
Index 4 Feature: datak9
Period left: Not Activated
Period Used: 0 minute 0 second
License Type: EvalRightToUse
License State: Active, Not in Use, EULA not accepted
License Count: Non-Counted
License Priority: None
Index 5 Feature: FoundationSuiteK9
Period left: Not Activated
Period Used: 0 minute 0 second
License Type: EvalRightToUse
License State: Active, Not in Use, EULA not accepted
License Count: Non-Counted
License Priority: None
Index 6 Feature: AdvUCSuiteK9
Period left: Not Activated
Period Used: 0 minute 0 second
License Type: EvalRightToUse
License State: Active, Not in Use, EULA not accepted
License Count: Non-Counted
License Priority: None
Index 7 Feature: LI
Index 8 Feature: ios-ips-update
Period left: Not Activated
Period Used: 0 minute 0 second
License Type: EvalRightToUse
License State: Active, Not in Use, EULA not accepted
License Count: Non-Counted
License Priority: None
Index 9 Feature: SNASw
Period left: Not Activated
Period Used: 0 minute 0 second
License Type: EvalRightToUse
License State: Active, Not in Use, EULA not accepted
License Count: Non-Counted
License Priority: None
Index 10 Feature: hseck9
Index 11 Feature: cme-srst
Period left: Not Activated
Period Used: 0 minute 0 second
License Type: EvalRightToUse
License State: Active, Not in Use, EULA not accepted
License Count: 0/0 (In-use/Violation)
License Priority: None
Index 12 Feature: mgmt-plug-and-play
Index 13 Feature: mgmt-lifecycle
Index 14 Feature: mgmt-assurance
Index 15 Feature: mgmt-onplus
Index 16 Feature: mgmt-compliance

 

Hello,

 

you have ipbase installed, you need data:

 

I#show license
Index 1 Feature: ipbasek9
Period left: Life time
License Type: Permanent
License State: Active, In Use
License Count: Non-Counted
License Priority: Medium
Index 2 Feature: securityk9
Period left: Not Activated
Period Used: 0 minute 0 second
License Type: EvalRightToUse
License State: Active, Not in Use, EULA not accepted
License Count: Non-Counted
License Priority: None
Index 3 Feature: uck9
Period left: Not Activated
Period Used: 0 minute 0 second
License Type: EvalRightToUse
License State: Active, Not in Use, EULA not accepted
License Count: Non-Counted
License Priority: None
Index 4 Feature: datak9
Period left: Not Activated

You may be able to get some use from using weights and tracking the route table, I believe this can achieve the same thing and doesn't need a data license

Hi,

Can you please provide me an example?

 

Review Cisco Networking products for a $25 gift card