Link to home
Start Free TrialLog in
Avatar of Tat4Tat
Tat4Tat

asked on

Cisco 1841 not accepting the TRACK RTR or TRACK IP SLA

Hello Everyone,

I am trying to get a Cisco 1841 router to accept a TRACK 100 RTR 150 REACHABILITY command.  I know that CIsco has replaced this command with TRACK IP SLA, however, my router will not run that either.

Her is a SHOW VERSION from my Cisco 1841


Cisco IOS Software, 1841 Software (C1841-IPBASE-M), Version 12.4(15)T10, RELEASE SOFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2009 by Cisco Systems, Inc.
Compiled Mon 14-Sep-09 12:41 by prod_rel_team

ROM: System Bootstrap, Version 12.4(13r)T, RELEASE SOFTWARE (fc1)

CallOneDSL uptime is 1 week, 4 days, 12 hours, 42 minutes
System returned to ROM by power-on
System image file is "flash:c1841-ipbase-mz.124-15.T10.bin"

Cisco 1841 (revision 7.0) with 233472K/28672K bytes of memory.
Processor board ID FTX140281BU
2 FastEthernet interfaces
DRAM configuration is 64 bits wide with parity disabled.
191K bytes of NVRAM.
63808K bytes of ATA CompactFlash (Read/Write)

Configuration register is 0x2102

Here is the running configuration:

!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname MyRouter
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$kClW$RHIAogDM4pY8VL008Iv4M0
enable password 7 11390B0A0517030D067B78717B64
!
no aaa new-model
ip cef
!
!
!
!
ip name-server 208.67.220.220
ip name-server 208.67.222.222
multilink bundle-name authenticated
!
!
username proadmin privilege 15 password 7 097C5C0658462517030D06
archive
 log config
  hidekeys
!
!
!
!
!
interface FastEthernet0/0
 shutdown
!
interface FastEthernet0/1
 ip address x.x.x.x 255.255.255.248
 duplex auto
 speed auto
 standby 1 ip x.x.x.x
 standby 1 priority 105
 standby 1 preempt
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 x.x.x.x
!
!
no ip http server
!
ip sla 150
 icmp-echo 4.2.2.2 source-interface FastEthernet0/1
ip sla schedule 150 life forever start-time now
!
!
control-plane
!
!
line con 0
 password 7 06112F22474B1B4B17121C1C050721
 login
line aux 0
 password 7 06112F22474B1B4B17121C1C050721
 login
line vty 0 4
 password 7 044C2B0504245E1C1B1C0B001B0807
 login
!
scheduler allocate 20000 1000
end

Any help would be appreciated.  I feel like in some way I need to enable the ability to fully use the TRACK command

Thanks!!
ASKER CERTIFIED SOLUTION
Avatar of Jimmy Larsson, CISSP, CEH
Jimmy Larsson, CISSP, CEH
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial