04-12-2016 02:46 AM - edited 03-08-2019 05:19 AM
Hi,
I have connected 2 routers router 1 and router 2 with each having 2 different networks. Router 1 has 10.0.0.0 & 11.0.0.0 network and on Router 2 12.0.0.0 & 13.0.0.0 networks Configured.
On router I have Configured Static Route with Following Commands.
ip route 10.0.0.0 255.0.0.0 15.0.0.1
ip route 11.0.0.0 255.0.0.0 15.0.0.1
Now I'm unable to ping from Router 2 networks to Router 1 Networks.
Please someone help me.
Thanks in Advance
Solved! Go to Solution.
04-12-2016 04:29 AM
Hi Naveen,
cannot see the label of routers
What you have to specify on the routing statement is "the subnet that the router
R1
ip route 12.0.0.0 255.0.0.0 15.0.0.2
ip route 13.0.0.0 255.0.0.0 15.0.0.2
R2
ip route 10.0.0.0 255.0.0.0 15.0.0.1
ip route 11.0.0.0 255.0.0.0 15.0.0.1
04-12-2016 04:29 AM
Hi Naveen,
cannot see the label of routers
What you have to specify on the routing statement is "the subnet that the router
R1
ip route 12.0.0.0 255.0.0.0 15.0.0.2
ip route 13.0.0.0 255.0.0.0 15.0.0.2
R2
ip route 10.0.0.0 255.0.0.0 15.0.0.1
ip route 11.0.0.0 255.0.0.0 15.0.0.1
04-12-2016 05:49 AM
Hi Preranda,
Thanks for your Answer. Your assumption is Correct.
Now I removed the 12.0.0.0 n/w and the routing table from R1 and now 13.0.0.2 is unable to ping. R2 has the commands you've mentioned above. but it is not pinging.
What is the Reason behind it and If i want to Remove 12.0.0.0 n/w how to configure on R2?
Thanks in Advance
04-12-2016 02:43 PM
04-12-2016 10:28 PM
Hi Preranda
Consider the same network with 12.0.0.0 removed permanently and all the previous static routings are removed.
Now R2 I'm trying to configure Static route with following commands:
ip route 10.0.0.0 255.0.0.0 15.0.0.1
ip route 11.0.0.0 255.0.0.0 15.0.0.1
now i'm unable ping from host 13.0.0.2 to other networks (10.0.0.0 & 11.0.0.2) & I can ping to router (13.0.0.1)
I can ping from R2 to 10.0.0.0 & 11.0.0.0 Networks.
and this is the "show ip route" on R2:
S 10.0.0.0/8 [1/0] via 15.0.0.1
S 11.0.0.0/8 [1/0] via 15.0.0.1
C 13.0.0.0/8 is directly connected, FastEthernet0/0
C 15.0.0.0/8 is directly connected, Serial0/0/0
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide