We have 2 routers connecting to another Customer (CustB) for network 192.168.1.0/24. Static routes on both of the CustA routers to the 192.168.1 network. See attached for topology.
Notes:
- I don't have access to CustB routers
- Redistribution from CustB routers is NOT an option
- Created an IP SLA on both routers and tied to static routes
- Running EIGRP and redistributed static routes on both
- Increased the redistribution seed metric from RTR2 to have all traffic go through RTR1
Problem:
SLA and redistribution into EIGRP is working. But when looking at RTR2 routing table. Obviously its own static route takes precedence over the redistributed route because of the AD.
1. What are my option here to have all traffic go through RTR1 (even from RTR2) unless RTR1 is down? Is changing the static routes AD the only option?
2. Is there a better way to accomplish what I am trying to do?