06-05-2015 01:13 AM - edited 03-05-2019 01:37 AM
Hi all iam new to CCNA
i have connected two router on the with ip address on one WAN interface is 192.168.1.1 /28 and wan interface ip address of second router is 192.168.1.2/28
The LAN on the router 1 has ip address 192.168.1.17/28 and LAN intergace of 2nd router has 192.168.1.65/28
i have created the ip route 192.168.1.0 255.255.255.240 192.168.1.2 on router 1 and ip route 192.168.1.0 255.255.255.0 192.168.1.1 on second router
but static route is not displaying in routing table as shown in packet tracer
is it possible static route with same subnetmask on the on both the routers
can i have configured it wrong
Solved! Go to Solution.
06-05-2015 01:31 AM
Hello,
Your static routes are not advertising the lan networks.
Add static route ip route 192.168.1.16 255.255.255.240 192.168.1.1 on router 2.
add static route ip route 192.168.1.64 255.255.255.240 192.168.1.2 on router 1.
Hope this helps,
please rate helpful posts
Thanks
06-05-2015 01:31 AM
Hello,
Your static routes are not advertising the lan networks.
Add static route ip route 192.168.1.16 255.255.255.240 192.168.1.1 on router 2.
add static route ip route 192.168.1.64 255.255.255.240 192.168.1.2 on router 1.
Hope this helps,
please rate helpful posts
Thanks
06-05-2015 02:35 AM
Hi Charles
Thanks for your help can u please explain the things you have done
06-05-2015 06:36 AM
The static routes(ip route 192.168.1.xx 255.255.255.240 192.168.1.x) provide the path to the remote router's lan network.
The original static routes that were added did not reference the lan networks.
ip route 192.168.1.0 255.255.255.240 192.168.1.2
ip route 192.168.1.0 255.255.255.0 192.168.1.1
If you are interested, here is a link that discusses using an interface as the next hop versus using the ip address for the next hop.
https://supportforums.cisco.com/discussion/12489066/static-route-basic-directly-connected-interface
Hopefully this makes sense.
07-21-2016 11:45 AM
It means ip route 192.168.1.0 255.255.255.240 192.168.1.2 (http://192.168.1.2)
ip route 192.168.1.0 255.255.255.0 192.168.1.1 (http://192.168.1.1)
I will try it.
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