cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
349
Views
0
Helpful
2
Replies

Two T1's to same router question

ericluoma
Level 1
Level 1

I have two T1's coming into a 2811 router. How do I set up the FastEthernet 0/0 to handle this traffic from both T1's?

Here is what I thought but not sure it is right.

interface FastEthernet0/0

description Connection to office

ip address 192.168.99.3 255.255.255.0

no ip redirects

no ip unreachables

no ip proxy-arp

no ip mroute-cache

duplex full

speed 100

no cdp enable

no mop enabled

standby track Serial0/0/0.501 20

standby 1 ip 192.168.99.1

standby 1 priority 105

standby 1 preempt delay minimum 120

standby 1 authentication MI1

standby track Serial0/1/0.701 20

standby 1 ip 192.168.99.1

standby 1 priority 105

standby 1 preempt delay minimum 120

standby 1 authentication MI2

!

interface FastEthernet0/1

description Connection to MI

no ip address

shutdown

duplex full

speed 100

!

2 Replies 2

paul.matthews
Level 5
Level 5

I am not sure what you are trying to do. Are there multiple routers? if not forget HSRP.

If you have a routing protocol running (or static routes) the router will forward traffic coming in the LAN acdcording to the routing table.

Any traffic from the T1s for 192.168.99.0/24 will be forwarded to the LAN - I think you are just trying too hard!

Paul.

ericluoma
Level 1
Level 1

I figured it out thanks.

Review Cisco Networking for a $25 gift card