02-21-2012 03:06 AM - edited 03-07-2019 05:04 AM
How communication between two office in two different place is possible without changing the IP Range.
02-21-2012 03:26 AM
Hi, you ll need static routes or a dynamic routing prot to exchange traffic between 2 subnets.
But you have a network overlap though, so you ll need to do something about that
192.168.0.0/16 overlaps 192.168.1.0/24
maybe you mean 192.168.0.0/24 and 192.168.1.0/24
Then basicly something like
switch 0
ip route 192.168.0.0 0.0.0.255
switch 1
ip route 192.168.1.0 0.0.0.255
02-21-2012 07:56 PM
This is the actual situation.
192.168.0.0 network contains 300 pc also in 192.168.1.0 network contains 200 pc
02-21-2012 11:20 PM
Hi Sihanu,
Maybe you will need some solution like the one in the following link:
http://www.cisco.com/en/US/tech/tk648/tk361/technologies_configuration_example09186a0080093f30.shtml
Best regards,
Alex
*Please rate helpful posts.
02-21-2012 08:24 PM
what are the subnet masks? You could possibly do NAT between the two if you couldn't immediately change IP addresses.
Sent from Cisco Technical Support iPhone App
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