05-19-2011 11:20 PM - edited 03-04-2019 12:27 PM
Friends
I have this topology below
1 - the two routers are next to each other in the same place and each is a circuit
for a switch
2 - each router also has a default route because it has 5 more networks across the
city
3 - the two routers are connected by giga ports in the switch 10.134.204.16 and has a network switch 10.134.186.x
Currently when I do a tracert to a serve0 from one of the pcs of the path of Router2
the tracert are are going across the city and another router and after this the trafic arrives in the router 2
I need to get the packet directly to the router 2 without leaving the default route
how can I do this?
05-20-2011 12:01 AM
Hi Almir,
You must change ip address between routers.
for example;
on Router 1
10.134.204.2 --> 1.1.1.2
ip route 10.134.185.0 255.255.255.0 1.1.1.3
on Router2
10.134.204.3 --> 1.1.1.3
ip route 10.134.204.0 255.255.255.0 1.1.1.2
hth
Muammer
05-20-2011 03:53 AM
what is the 1.1.1.2 or 1.1.1.3??? is of serial ? loopback ? or network inside another router???
Thanks
Almir
05-20-2011 06:35 AM
Hi Almir,
You can't use same subnet on different interface. Replace "10.134.204.2" and "10.134.204.3" with ip address from different subnet.
hth
Muammer
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