Interface tracking

From: BALAKRISHNAN Balaji (Balaji.BALAKRISHNAN@swift.com)
Date: Fri Nov 30 2007 - 12:31:47 ART


All,

I need a help in finding a solution on the interface tracking. The
router has two interfaces E0 and E1 and I need them to track each other,
i.e, E0 should go down if E0 is down and vice versa..

interface Ethernet0
ip address 10.21.1.1 255.255.255.0
speed 100
duplex full
end

!
interface Ethernet1
ip address 10.22.1.1 255.255.255.0
speed 100
duplex full
end
!
ip route 172.19.1.0 255.255.255.0 10.21.1.10
ip route 172.20.1.0 255.255.255.0 10.22.1.10

The bottom line is that I need these two static routes to go Inactive
even if one interface is down.
I appreciate your help.

- Bala.



This archive was generated by hypermail 2.1.4 : Sat Dec 01 2007 - 06:37:32 ART