Sunteți pe pagina 1din 2

CITM12 – LANs and WANs – Lab 3 CHALLENGE

In this lab you will build a larger more realistic network which uses the
routing protocol EIGRP.

You will need to work in groups of 4 to build the network shown below:

CITM12 Local and Wide Area Networks –


Challenge Lab 3 192.168.6.2

192.168.6.1
Remote Hut
Default Route

192.168.5.2
192.168.3.2 Default Route Static Route
Lo0 Mgmnt To 192.168.6.0
Lo0 Internet
200.1.1.1
192.168.3.1
Head Offce 192.168.5.1
192.168.1.1 192.168.1.2
S0/1 S0/1 S0/0
S0/1 Remote
198.1.1.1
198.1.1.2
192.168.2.1 Fa0/0 Finance
ISP 192.168.4.1 Fa0/0 Warehouse

Static Route to 192.168.0.0 via


198.1.1.2

EIGRP AS
192.168.2.2
200 192.168.4.2

Use the knowledge you have gained to date to build the above network. You should find most of
the commands you need in last week’s tutorial. HOWEVER note that the remote hut network
doesn’t participate in EIGRP and so will need a default route pointing to the remote router.
This router will need a static route pointing back to the remote hut network. The commands you
will need for this are:

Remote Hut
==========
Conf t
Ip route 0.0.0.0 0.0.0.0 192.168.5.1 (this tells remote hut router where to send the packets if
it doesn’t know where the network is).

Remote
======
Conf t
ip route 192.168.6.0 255.255.255.0 192.168.5.2 (this adds a static route to reach the
192.168.6.0 network on remote hut)
router eigrp 200
redistribute connected (this redistributes connected networks (in this case 192.168.5.0) into
EIGRP)
redistribute static (this redistributes static networks (in this case 192.168.6.0) into EIGRP)

The ISP router is also new and it will need a static route to point back into your network (your
ISP won’t normally run a routing protocol between you and them as they typically hold over
80,000 routes. If they shared with you, it would crash your router):

ip route 192.168.0.0 255.255.0.0 198.1.1.2

Finally you will need a default route on Head Office pointing out to the ISP:

Ip route 0.0.0.0 0.0.0.0 198.1.1.1

Try to configure this network in your group rather than asking for help from
your tutor. If you get stuck, then please ask.

Finally, when you have it all working, ask your tutor to break you network.

S-ar putea să vă placă și