cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
390
Views
0
Helpful
6
Replies

Routing problem,Please somebody help me

bijan.kianifard
Level 1
Level 1

Hi,

I want to make a route for traffic destined 196.38.151.0/24 on my router.

Configuration of my router (R1) is as followed:

F0/0 has IP address 192.168.102.4

G0/1 has IP addresses 192.168.100.1 and 192.168.101.1

Other router (R2) has the following configuration:

F0/0 has IP addresses 192.168.100.3 and 192.168.102.3

Also network 196.38.151.0/24 is connected to other interface of this router and I'm not administrator of this router

Both routers are connected to a hub through their f0/0 interfaces.

I would like to give work stations on networks 192.168.100.0/24 and 192.168.101.0/24 (which can be summurized to 192.168.100.0/23 and are connected to R1) accessibility to network 196.38.151.0/24.

I hope I could describe the problem undestandable.

Bijan

6 Replies 6

amit-singh
Level 8
Level 8

Bijan,

What are you running between R1 and R2. This is only possible if R1 has a route to that network and also R2 has a reverse route to your local segment by static route or dynamic routing protocol. As you are not the admin for R2 so you wont be able to add the routes on that. The only thing that we can think of the Routing protocol if it is there, running on R2. You can use the same or different RP and get it worked. its not possible otherwise.

HTH

Amit Singh

Thank you Amit,

I know that EIGRP is runnig on router R2 but I also know that is running on all networks connected to R2 including 196.38.151.0 except networks 192.168.100.0 and 192.168.102.0.

Now what must I do?

No more help?

Bijan,

If we know what AS number we are running on Router R2, then we can go ahead and set the same EIGRP AS on router R1 and it will learn the routes from R2.

HTH

Amit Singh

I know the EIGRP number,but isn't it important that networks 192.168.100.0/24 and 192.168.102.0/24 are not participated in EIGRP routing protocol?

djohnston
Level 1
Level 1

Bijan,

Like I mentioned to your previous post, you have a design problem in that the 192.168.102.0 network is located in two seperate places.

Beyond that, you can create static routes on the workstations pointing to 192.168.100.3 or 192.168.102.3 (depending on which network they're on).

Or you can create a static route on R1

ip route 196.38.151.0 255.255.255.0 192.168.100.3

-Don

Review Cisco Networking for a $25 gift card