28.06.2014 Views

Learning by Doing: CISCO Certified Network ... - SCN Research

Learning by Doing: CISCO Certified Network ... - SCN Research

Learning by Doing: CISCO Certified Network ... - SCN Research

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Workstations A B<br />

IP 161.20.2.2 161.20.1.2<br />

SM 255.255.255.0 255.255.255.0<br />

GW 161.20.2.1 161.20.1.1<br />

Step-<strong>by</strong>-Step Instructions:<br />

1. Cable and set up the lab as shown.<br />

2. Complete the basic router setup on each router.<br />

3. Configure the interfaces on each router.<br />

4. Configure the workstations. You should NOT be able to ping from workstation A to<br />

anywhere. Silly billy…we haven’t configured a routing protocol yet.<br />

5. So let’s fix that little problem here using RIP version 2. Configure the routing<br />

protocol and advertise the router’s networks using RIP version 2 <strong>by</strong> doing this:<br />

phiber(config)#router rip<br />

phiber(config-router)#network 161.20.0.0<br />

phiber(config-router)#version 2<br />

And on the other router:<br />

optik(config)#router rip<br />

optik(config-router)#network 161.20.0.0<br />

optik(config-router)#version 2<br />

6. Now you should be able to ping from each workstation to the other workstation, to<br />

the loopbacks on both routers and everywhere. BAM! Problem solved much easier<br />

than with static routes. Yeah…it’s that easy. ☺<br />

7. Now let’s take it up another level and add some more routers to our network (look for<br />

the lab diagram at the end of this lab). One router will act as an ISP and the other will<br />

be a new company we just acquired. They are running RIP on their network. The<br />

boss their likes RIP because she is familiar with it so you decide to leave it intact.<br />

But you need to be able to pass your routing information over your network so you<br />

use your knowledge of the <strong>CISCO</strong> website and find out information about two<br />

commands you can use to “redistribute” your routing protocol:<br />

ip rip send version 1<br />

ip rip receive version 1<br />

8. Also you do not want your ISP to have the information about your network so you<br />

decided to stop all routing table broadcasts out the serial interface on phiber. You<br />

enter this command:<br />

phiber(config)#router rip<br />

phiber(config-router)#passive-interface serial0/1<br />

238

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!