cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
291
Views
0
Helpful
2
Replies

Routing design

somanabich
Level 1
Level 1

I have the following requirements.....

I work for a ferry company and we have a small office in all the ports we dock, with a small Cisco router in each. ie. I have network access to the remote offices.

Each ship has a small LAN (unix server etc).

We are wanting to implement a WLAN between the ships and the small office. So we can administer the Unix servers.

We have looked at configuring a DHCP server on the Cisco routers in the small office and a router on the ship with two LAN i/fs, with one using DHCP so that each time the ferry docks the router will recieve a IP address.

The question I have is this how do I handle routing (we currently run EIGRP).

Is there a way using EIGRP to tell it to put an interface (as opposed to a static IP address) into a routing process so that we can communicate with the ships LAN? Can I use something else.

I may have been a bit vague, but any ideas would be appreciated.

Regards

2 Replies 2

Gilles Dufour
Cisco Employee
Cisco Employee

you can't enable an interface with EIGRP.

However, I guess you can predict the range used by DHCP.

So, enable eigrp with an address to will match the range.

ie:

router eigrp 1

network 10.0.0.0

!

I guess what I could do is allocate a clasfull class c address range for all the small offices located at each port.

Then subnet each small office so each has a unique network address, and then since when configuring a router to use EIGRP to specify the clasfull address, the address range would always be valid regardless of which port the ship is docked.

Sound sane to you?