I have a Cisco 3640 that load balances 3-4 T1 circuits that go to AT&T with CEF. I still want to use my Mikrotik to webcache and p2p control so I still want to route all traffic through it. I am trying to use private IP’s to this.
So I want to do this.
T1x1 T1x2 T1x3 Cisco3640 172.16.10.1 * 172.16.10.2 Mikrotik 12.x.x.x Real IP’s Switch
Will this work? Anyone done this?
Matt
hello hci,
there are two thingsi fee u can do:
1 do static route on the cisco to the second interface of the MIkrotik, for example according to ur post: ip route 12.x.x.x y.y.y.y 172.16.10.2
2 u can do src-nat on the mikrotik to the ip subnet of ur 172* network of ur cisco.then make the ip of ur cisco the default gateway on the mikrotik.
i hope thiswill help you .