cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
376
Views
10
Helpful
2
Replies

How to route beyond ROAS?

kkct
Level 1
Level 1

Okay, I'm a newbie and hope this question won't sound stupid to you guys. I've a topology shown in the figure. I use ROAS on the left hand side, and obviously I can't ping the right hand side from the left hand side. Is it possible for both sides to communicate with each other? What should I do if I want them all connected to one another? (or is this kind of topology simply wrong?)

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

 

You just need the routers to exchange routes for their local subnets. 

 

You can do this with either static routes or you can use a routing protocol, up to you really. 

 

Jon

luis_cordova
VIP Alumni
VIP Alumni

Hi @kkct ,

 

Try with this:

 

Router0

 

Router(config)# ip route 192.168.2.0 255.255.255.0 10.10.10.2

Router(config)# ip route 192.168.3.0 255.255.255.0 10.10.10.2

 

Router1

 

Router(config)# ip route 192.168.1.0 255.255.255.0 10.10.10.1

 

Also, you must make sure that the PCs have the correct gateway

 

Regards

 

 

Review Cisco Networking products for a $25 gift card