cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
780
Views
0
Helpful
5
Replies

Default gateway not routing properly

willemvwyk
Level 1
Level 1

Hi

I have 2 routers on a point to point network. When the user from the LAN try to trace to the core router (CR1) the trace stops on the router connected to his LAN. He cannot get past the serial interface on his router. However when I connect to his router I can ping the core router.

Attached is the running config of his router on his LAN.

Thanks

wvw

1 Accepted Solution

Accepted Solutions

lgijssel
Level 9
Level 9

From your post I cannot verify if this is the only router at the remote site. Does the trace indeed go to 192.168.2.2?

If not, the users default gw is probably misconfigured.

For the rest, is this a new config or has this already been working?

Normally you should also add the 192.168.2 network to eigrp also using: "network 192.168.2.0".

Without this, the other router (CR1) will not have a route for network 192.168.2.0.

regards,

Leo

View solution in original post

5 Replies 5

lgijssel
Level 9
Level 9

From your post I cannot verify if this is the only router at the remote site. Does the trace indeed go to 192.168.2.2?

If not, the users default gw is probably misconfigured.

For the rest, is this a new config or has this already been working?

Normally you should also add the 192.168.2 network to eigrp also using: "network 192.168.2.0".

Without this, the other router (CR1) will not have a route for network 192.168.2.0.

regards,

Leo

Jon Marshall
Hall of Fame
Hall of Fame

Hi

I think Leo has hit the nail on the head. If you ping from the router it will use it's serial IP address and so the core router will know how to route back to it.

On your core router if you do a show ip route - is there a route back to 192.168.2.x.

If not either do as Leo suggested and add it under your EIGRP config "network 192.168.2.0" or add a static route at core site - probably best to go with EIGRP tho.

Jon

paul.matthews
Level 5
Level 5

I am with Leo - I suspect the problem is that the core router does not have a route back. Turn off auto summary on EIGRP and add the lan interface using a network statement.

I say to turn off auto summary as I suspect you will be using a number of these subnets. Allowing autosummary would mean all routers with one of these subnets would all advertise the same into eigrp!

smothuku
Level 7
Level 7

Hi ,

add reditribute static under eigrp.

Thanks,

satish

If redistributing it would need to be connected not static. Better to use a network statement though as that keeps it an an eigrp internal route.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card