cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
996
Views
0
Helpful
3
Replies

Why can I not ping from Router to Router (example attached)?

mahed60822
Level 1
Level 1

I'm trying to ping from router "DC_GE" to Router "BE":

 

image.png

 

The packet tracer file is linked.  Any help would be greatly appreciated, thanks a lot!

 

Best regards

 

 

 

3 Replies 3

Hello, 

 

make sure that on the GE and the BE routers, you have:

 

network 10.0.10.0 0.0.0.255 area 0

 

configured...

luis_cordova
VIP Alumni
VIP Alumni

Hi @mahed60822 

 

Try this 

 

Router GE

ospf 10

network 10.0.10.2 mask area 1

 

Regards

Hello,

 

there was a lot missing in your configuration, such as some routers not running OSPF at all, a missing default route on the ISP router, and missing network statements on the routers that actually do have OSPF running. On the BE router, you need a static default route towards the ISP, and under the OSPF process, you need 'default-information originate' in order for that default route to get propagated to all the other OSPF routers.

 

Have a loo at the revised file, where end to end connectivity has been established....