Hello
I have a 2611 cisco router that I have 2 T1s connected to from different ISPs. Both T1s are equal in bandwidth. Both lines are connected directly to an ethernet interface on my router, see show run below.
How can I make both T1s into a failed over in case one goes down? Will static ip routes do the trick? Would HSRP work in this scenario with one router?
I appreciate any assistance, JC.
hostname Metro
!
enable secret 5 $1$BKKA$yXnOA1kclfrrDJapJAMBO1
enable password xxxxxxx
!
ip subnet-zero
!
!
!
!
!
interface Ethernet0/0
ip address 205.136.x.x 255.255.255.248
no ip directed-broadcast
!
interface Serial0/0
no ip address
no ip directed-broadcast
encapsulation frame-relay IETF
frame-relay interface-dlci 114
frame-relay lmi-type ansi
!
interface Serial0/0.1 point-to-point
description Frame PVC DLCI 16 to PST
bandwidth 1544
ip address 192.168.x.x 255.255.255.252
no ip directed-broadcast
frame-relay interface-dlci 16
!
interface Serial0/0.2 point-to-point
description PVC Voice to Metlabs
bandwidth 1544
ip address 192.x.x.x 255.255.255.252
no ip directed-broa
frame-relay interface-dlci 118
!
interface Ethernet0/1
ip address 192.1.x.x 255.255.255.0
no ip directed-broadcast
!
interface Ethernet1/0
ip address 12.161.x.x 255.255.255.255
no ip directed-broadcast
!
ip classless
ip route 0.0.0.0 0.0.0.0 205.136.92.x
ip route 0.0.0.0 0.0.0.0 192.168.100.x
ip route 192.168.2.0 255.255.255.0 192.168.3.x
ip route 192.168.100.x 255.255.255.252 205.136.92.x
ip route 205.136.0.x 255.255.255.248 192.168.100.x
no ip http server
!
!
!
line con 0
password xxxxxx
login
transport input none
line aux 0
line vty 0 4
password xxxxxx
login
!
end
I have a 2611 cisco router that I have 2 T1s connected to from different ISPs. Both T1s are equal in bandwidth. Both lines are connected directly to an ethernet interface on my router, see show run below.
How can I make both T1s into a failed over in case one goes down? Will static ip routes do the trick? Would HSRP work in this scenario with one router?
I appreciate any assistance, JC.
hostname Metro
!
enable secret 5 $1$BKKA$yXnOA1kclfrrDJapJAMBO1
enable password xxxxxxx
!
ip subnet-zero
!
!
!
!
!
interface Ethernet0/0
ip address 205.136.x.x 255.255.255.248
no ip directed-broadcast
!
interface Serial0/0
no ip address
no ip directed-broadcast
encapsulation frame-relay IETF
frame-relay interface-dlci 114
frame-relay lmi-type ansi
!
interface Serial0/0.1 point-to-point
description Frame PVC DLCI 16 to PST
bandwidth 1544
ip address 192.168.x.x 255.255.255.252
no ip directed-broadcast
frame-relay interface-dlci 16
!
interface Serial0/0.2 point-to-point
description PVC Voice to Metlabs
bandwidth 1544
ip address 192.x.x.x 255.255.255.252
no ip directed-broa
frame-relay interface-dlci 118
!
interface Ethernet0/1
ip address 192.1.x.x 255.255.255.0
no ip directed-broadcast
!
interface Ethernet1/0
ip address 12.161.x.x 255.255.255.255
no ip directed-broadcast
!
ip classless
ip route 0.0.0.0 0.0.0.0 205.136.92.x
ip route 0.0.0.0 0.0.0.0 192.168.100.x
ip route 192.168.2.0 255.255.255.0 192.168.3.x
ip route 192.168.100.x 255.255.255.252 205.136.92.x
ip route 205.136.0.x 255.255.255.248 192.168.100.x
no ip http server
!
!
!
line con 0
password xxxxxx
login
transport input none
line aux 0
line vty 0 4
password xxxxxx
login
!
end