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

One fix

Im trying to ping pc to laptop but i cant seem to find the error.

1 Accepted Solution

Accepted Solutions

 

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

View solution in original post

5 Replies 5

Jon Marshall
Hall of Fame
Hall of Fame

 

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

I was not able to set up the vlan correctly

These are the ip route screenshots

 

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

balaji.bandi
Hall of Fame
Hall of Fame

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

BB

=====Preenayamo Vasudevam=====

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help