cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
932
Views
5
Helpful
4
Replies

Static Route

naveen.bodhula1
Level 1
Level 1

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

 

1 Accepted Solution

Accepted Solutions

Hi Naveen,

cannot see the label of routers to identify.assuming your R1 is the one on the left (the router with the default gateway 10.0.0.1 attached or with the network 11.0.0.0/24) your routing statements should look like this

What you have to specify on the routing statement is "the subnet that the router want to access" "Subnet mask" "what's the next hop address to access that route".Could you ping between your serial link?

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

***Please rate all the useful posts***
-Prabath

View solution in original post

4 Replies 4

Hi Naveen,

cannot see the label of routers to identify.assuming your R1 is the one on the left (the router with the default gateway 10.0.0.1 attached or with the network 11.0.0.0/24) your routing statements should look like this

What you have to specify on the routing statement is "the subnet that the router want to access" "Subnet mask" "what's the next hop address to access that route".Could you ping between your serial link?

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

***Please rate all the useful posts***
-Prabath

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

Hi Naveen,were you able to reach 13.0.0.2 before,there is no reason on your topology that you cant reach 13.0.0.0/24 from R1 when still have static route above on R1(after just deleting the route mentioned only from R1).I noticed that you are saying "13.0.0.2" what about "13.0.0.1"?publish your "show ip route" here if you still having issues

***Please rate all the useful posts***
-Prabath

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

Review Cisco Networking for a $25 gift card