cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1713
Views
10
Helpful
16
Replies

simple question

rodney.adams
Level 1
Level 1

I feel stupid for even asking this, but I'm stuck so here goes. I have a simple point-to-point T1 connection. I have a 1721 on one side and a 2620 on the other. I have the routers talking to each other, but I cannot get traffic from the two networks to pass through the routers. I have a route setup on each of the routers pointing the other way, what am I missing? Any help is appreciated.

16 Replies 16

Hello,

Agree with the other posters as far as the static routes. There are 2 more issues:

1. ip routing is disabled on router2 (1721)

2. there are no default routes set to access the internet.

I'd suggest:

1. As suggested by others, double check:

# on router1

ip route 172.16.3.0 255.255.255.0 Serial0/0

# on router2

ip route 172.16.4.0 255.255.255.128 Serial0

2. Enable "ip routing" on router2:

XXXXXXXX1721(config)#ip routing

3. Add default static routes for internet access via pix:

# on router1

ip route 0.0.0.0 0.0.0.0 Serial0/0

# on router2

ip route 0.0.0.0 0.0.0.0

HTH,

Mustafa

Sorry Rodney, I should have spotted it first time round. There was a seocnd problem: you have no ip routing on Router 2. Configure ip routing and it should all start working.

Kevin Dorrell

Luxembourg