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.

2. We can use a loopback interface as a “logical” interface. We can use whatever<br />

address we want with loopback addresses (ie., 1.1.1.1, 240.21.2.2, etc). So let’s<br />

configure a loopback interface:<br />

Bell(config)#int loop 0<br />

Bell(config-if)#ip address 1.1.1.1 255.255.255.0<br />

Bell(config-if)#no shut<br />

We really do not have to add the “no shut” since these are logical interfaces, but<br />

its good practice to always “no shut” anytime you are configuring an interface.<br />

Exit from the configuration mode and ping from the router to the looback<br />

interface. You should see:<br />

Bell#ping 1.1.1.1<br />

Type escape sequence to abort.<br />

Sending 5, 100-<strong>by</strong>te ICMP Echos to 1.1.1.1, timeout is 2 seconds:<br />

!!!!!<br />

Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms<br />

Bell#<br />

Ping from the workstation to the loopback interface. You should see:<br />

C:\WINDOWS\Desktop>ping 1.1.1.1<br />

Pinging 1.1.1.1 with 32 <strong>by</strong>tes of data:<br />

Reply from 1.1.1.1: <strong>by</strong>tes=32 time=2ms TTL=255<br />

Reply from 1.1.1.1: <strong>by</strong>tes=32 time=1ms TTL=255<br />

Reply from 1.1.1.1: <strong>by</strong>tes=32 time=1ms TTL=255<br />

Reply from 1.1.1.1: <strong>by</strong>tes=32 time=1ms TTL=255<br />

Ping statistics for 1.1.1.1:<br />

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),<br />

Approximate round trip times in milli-seconds:<br />

Minimum = 1ms, Maximum = 2ms, Average = 1ms<br />

C:\WINDOWS\Desktop><br />

3. We can do more…add these in and try to ping (from DOS) to each looback<br />

interface from your workstation:<br />

Loopback 1 11.11.11.11/24<br />

Loopback 2 22.22.22.22/24<br />

Loopback 3 33.33.33.33/24<br />

Loopback 4 44.44.44.44/24<br />

199

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

Saved successfully!

Ooh no, something went wrong!