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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

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 routing protocol and advertise/associate/publish the router’s<br />

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

workstation A to workstation B or vice versa. You should be able to ping from<br />

workstation A or B to either loopback. And then try showing the route from<br />

…you should see the loopback interface for Phiber (learned via RIP) in the<br />

routing table for Optik:<br />

optik#sh ip route<br />

Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP<br />

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area<br />

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2<br />

E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP<br />

i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default<br />

U - per-user static route, o - ODR<br />

Gateway of last resort is not set<br />

161.20.0.0/16 is variably subnetted, 4 subnets, 2 masks<br />

C 161.20.5.0/30 is directly connected, Loopback0<br />

C 161.20.4.0/30 is directly connected, Serial0/1<br />

C 161.20.1.0/24 is directly connected, Ethernet0/0<br />

R 161.20.3.0/30 [120/1] via 161.20.4.1, 00:00:06, Serial0/1<br />

optik#<br />

5. So let’s fix that little problem here:<br />

optik(config)#ip route 161.20.2.0 255.255.255.0 161.20.4.1<br />

What this line says to the router is “to get to the network 161.20.2.0/24 use the<br />

interface with the address of 161.20.4.1.” (note: it’s the address on the far side of<br />

the serial line…more on that in a bit). Now a request from workstation B to the<br />

Ethernet interface has directions on how to get to that address. We have provided<br />

them to the router with manual (static) instructions. Our router has summarized<br />

our networks because of the addresses we used but, ha-ha!, we are one step ahead<br />

of that router because we let it know who’s the boss <strong>by</strong> slapping a static route in<br />

there…take that!<br />

6. Now you should be able to ping from workstation B to the Ethernet interface on<br />

Phiber and to workstation A. Now try to ping from workstation A to B. You<br />

231

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

Saved successfully!

Ooh no, something went wrong!