Hello,
I am to implement a circuits failover test to ensure when either one of the 10 Mb Ethernet circuits fail, we can route to other router's lo0 address via the 3750 stack.
The circuits are load balanced.
I was thinking doing the following:
On 3750
ip route 10.0.70.9 .255.255.255.255 10.1.69.254
ip route 10.0.70.10 255.255.255.255 10.1.70.6
!
ip access-list standard Lo0
permit 10.1.70.9 255.255.255.255
permit 10.1.70.10 255.255.255.255
!
router eigrp 10
redistribute static lo0
!
Now I have to advertise .9 and .10 address's so that when one circuit goes away I can reach the othe via the 3750. How do I do it? Please attached file