
On Thu, Sep 15, 2011 at 12:20:50PM +0300, Edwin Ngige wrote:
Hi Hugo Lombard,
All links terminate on one router at end user side and the same at NOC side.
Let's say CustomerA terminates on the NOC router on FastEthernet2 and Serial2, and has been assigned the subnet 10.20.0.0/16. On CustomerA's router, the fiber terminates on FastEthernet0, and the serial on Serial0. There's a default route to the NOC. Then, at the NOC router, you might try: ip route 10.20.0.0 255.255.0.0 FastEthernet2 ip route 10.20.0.0 255.255.0.0 Serial2 100 On the customer router: ip route 0.0.0.0 0.0.0.0 FastEthernet0 ip route 0.0.0.0 0.0.0.0 Serial0 100 Note that this assumes the NOC router and CustomerA's router senses a DOWN on their respective FastEthernet interfaces in case of issues on the fiber. Once that happens, it will fall back to the route over the Serial interfaces, until the FastEthernet comes up again. Beware, this advice is based on a lot of assumptions. You should make sure you understand the consequences of applying this to your network, if you choose to do so. -- Hugo Lombard