Hello:
I have T-1 from SBC coming to Serial 0/0 of 2611XM. I have the ADSL from speakeasy to FastEthernet 0/1 of 2611XM.
I wanted to use ADSL as a backup connection to T-1,i mean in case we T-1 goes down,ADSL should be up and running.
This is what i did, i added the following command at serial interface mode
Serial0/0#backup interface fa0/1
Also i added ip address given by Speakeasy to fa0/1
FastEthernet0/1#ip address x.x.x.x 255.255.255.0
When i did the command "sh ip int brief". this is what it shows
FastEthernet0/0 192.168.2.1 YES manual up up
Serial0/0 x.x.x.x YES manual up up
FastEthernet0/1 x.x.x.x YES manual standby mode down
When i manually shut down Serial0/0.. i was hoping the Fa0/1 should come up and provide seamless internet connection. But it is not. Please let me know any changes i need to make.
I have T-1 from SBC coming to Serial 0/0 of 2611XM. I have the ADSL from speakeasy to FastEthernet 0/1 of 2611XM.
I wanted to use ADSL as a backup connection to T-1,i mean in case we T-1 goes down,ADSL should be up and running.
This is what i did, i added the following command at serial interface mode
Serial0/0#backup interface fa0/1
Also i added ip address given by Speakeasy to fa0/1
FastEthernet0/1#ip address x.x.x.x 255.255.255.0
When i did the command "sh ip int brief". this is what it shows
FastEthernet0/0 192.168.2.1 YES manual up up
Serial0/0 x.x.x.x YES manual up up
FastEthernet0/1 x.x.x.x YES manual standby mode down
When i manually shut down Serial0/0.. i was hoping the Fa0/1 should come up and provide seamless internet connection. But it is not. Please let me know any changes i need to make.