cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
548
Views
0
Helpful
3
Replies

im neee a help to do a static router !

almir fiorio
Level 1
Level 1

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?

3 Replies 3

mrdogantr
Level 1
Level 1

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

what is the 1.1.1.2 or 1.1.1.3??? is of serial ? loopback ? or network inside another router???

Thanks

Almir

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