cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
416
Views
3
Helpful
1
Replies

object tracking on 2691

harinirina
Level 1
Level 1

We tried to configure object tracking on a cisco 2691 for internet backup.

Here's the ios :

IOS (tm) 2600 Software (C2691-IS-M), Version 12.2(15)T5, RELEASE SOFTWARE (fc1)

we've executed the following command without problem :

rtr 1

type echo protocol ipIcmpEcho xxxxx

timeout 1000

threshold 2

frequency 3

rtr schedule 1 start-time now life forever

we couldn't entered

"track 123 rtr 1 reachability".

There only 2 options under track : interface and ip.

is it the ios version?

1 Reply 1

mheusinger
Level 10
Level 10

Hi,

according to the command reference you need at least 12.3(4)T:

track rtr

To track the state of a Service Assurance Agent (SAA) operation and to enter tracking configuration mode, use the track rtr command in global configuration mode. To remove the tracking, use the no form of this command.

track object-number rtr saa-id {state | reachability}

no track object-number rtr saa-id {state | reachability}

Syntax Description

object-number

Object number representing the object to be tracked. The range is from 1 to 500.

saa-id

Service Assurance Agent router ID number.

state

Tracks operation return code.

reachability

Tracks whether the route is reachable.

Defaults

SAA tracking is disabled.

Command Modes

Global configuration

Command HistoryRelease Modification

12.3(4)T

This command was introduced.

12.2(25)S

This command was integrated into Cisco IOS Release 12.2(25)S.

http://www.cisco.com/en/US/products/sw/iosswrel/ps5207/products_command_reference_chapter09186a0080238b77.html#wp1109164

Hope this helps! Please use the rating system.

Regards, Martin