Multi Gateway and Backup Routing on a cisco router
- by user64880
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