cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
360
Views
4
Helpful
3
Replies

Object Tracking with Tool Command Language, Any experience?

Farhan Jaffer
Level 1
Level 1

I have 2 ISPs terminating on my 851 Router. I want to auto switch my traffic to second ISP once first one is unavailable. NATing should be used for both ISPs with different IPs obviously.

Is object tracking with TCL works? which IOS supports both features? sample config :) & if there is any alternate solution?

many thanks in advance.

3 Replies 3

Nagendra Kumar Nainar
Cisco Employee
Cisco Employee

Hi,

Configure 2 static default route one point to your primary ISP and other to your secondary but with higher admin distnace as below,

ip route 0.0.0.0 0.0.0.0

ip route 0.0.0.0 0.0.0.0 200

Now configure NAT with route-map to match the source address as well the outgoing interface.

access-list 1 permit any

route-map PRIMARY permit 10

match ip address 1

match interface

route-map SECONDARY permit 10

match ip address 1

match interface

ip nat inside source route-map PRIMARY pool POOL1 overload

ip nat inside source route-map SECONDARY pool POOL2 overload

HTH,

Nagendra

Hi Nagendra,

Thanks for this idea. But will it suitable for Cisco 851?

I have 4 LAN interfaces & 1 WAN interface. Which IOS will support to enable multiple VLANs on LAN interfaces?

Second point is, interface will remain up even the link is down, then higher AD will not work, what do u say?

Thanks.

-FJ

for the second point you can use the feature: Reliable Static Routing Backup.

http://www.cisco.com/en/US/docs/ios/12_3/12_3x/12_3xe/feature/guide/dbackupx.html

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: