Multi Gateway and Backup Routing on a cisco router
Posted
by
user64880
on Server Fault
See other posts from Server Fault
or by user64880
Published on 2010-12-28T12:41:13Z
Indexed on
2010/12/28
12:56 UTC
Read the original article
Hit count: 290
Hi all,
I have a 2611 Cisco Router with only one Fastethernet port Now I have two internet gateways. I want to config my router as when primary routing fails second routing automatically start to route all my packets. When I set 2 IP route command in my router then I check I see it work well but when peer IP on primary routing is down it can not change to second routing until I remove first route command.In the following I write my setting. How can I set it?
interface FastEthernet0/0
ip address 81.12.21.100 255.255.255.248 secondary
ip address 62.220.97.14 255.255.255.252
ip route 0.0.0.0 0.0.0.0 62.220.97.13
ip route 0.0.0.0 0.0.0.0 81.12.21.97 100
Cheer, Kamal
© Server Fault or respective owner