10-04-2020 09:32 AM - edited 10-04-2020 09:33 AM
Im trying to ping pc to laptop but i cant seem to find the error.
Solved! Go to Solution.
10-04-2020 12:59 PM
Your routers only have directly connected routes so they cannot forward packets to the remote subnets.
Add these static routes to the router configurations -
Router0
ip route 192.168.2.0 255.255.255.0 <Router1's 10.0.1.x IP address>
Router1
ip route 192.168.1.0 255.255.255.0 <Router0's 10.0.1.x IP address>
ip route 192.168.2.0 255.255.255.0 <Router2's 10.0.2.x IP address>
Router2
ip route 192.168.1.0 255.255.255.0 <Router1's 10.0.2.x IP address>
Jon
10-04-2020 11:09 AM
As you have only posted a diagram we can only guess.
Assuming you have setup the vlans and ports correctly then check the routing tables of all the routers as each router needs to know about both subnets.
If you want more specific help then post the configs.
Jon
10-04-2020 12:33 PM
10-04-2020 12:37 PM
10-04-2020 12:59 PM
Your routers only have directly connected routes so they cannot forward packets to the remote subnets.
Add these static routes to the router configurations -
Router0
ip route 192.168.2.0 255.255.255.0 <Router1's 10.0.1.x IP address>
Router1
ip route 192.168.1.0 255.255.255.0 <Router0's 10.0.1.x IP address>
ip route 192.168.2.0 255.255.255.0 <Router2's 10.0.2.x IP address>
Router2
ip route 192.168.1.0 255.255.255.0 <Router1's 10.0.2.x IP address>
Jon
10-04-2020 12:55 PM
here is my observation :
1. you do not have route entry for the router to establish routing topology
2. you need to set up static routes between router to exchange route
3. you do not have any route as per output.
suggest to start with below video to understand basic routing and you will learn :
https://www.youtube.com/watch?v=PtKsssg63-A
still not working post all the device configuration
=====Preenayamo Vasudevam=====
***** Rate All Helpful Responses *****
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