20.01.2013 Views

CCNA 3 Labs and Study Guide - BINARYBB.INFO – @jagalbraith

CCNA 3 Labs and Study Guide - BINARYBB.INFO – @jagalbraith

CCNA 3 Labs and Study Guide - BINARYBB.INFO – @jagalbraith

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

76 Switching Basics <strong>and</strong> Intermediate Routing <strong>CCNA</strong> 3 <strong>Labs</strong> <strong>and</strong> <strong>Study</strong> <strong>Guide</strong><br />

Task 4: Add ISP Router<br />

Step 1. If you are not simulating the ISP router, configure ISP with the following script:<br />

Router(config)#hostname ISP<br />

ISP(config)#enable secret class<br />

ISP(config)#no ip domain-lookup<br />

ISP(config)#ip host RTA 209.165.201.1<br />

ISP(config)#interface Loopback0<br />

ISP(config-if)#description Public Web Server<br />

ISP(config-if)#ip address 209.165.202.129 255.255.255.255<br />

ISP(config-if)#interface Serial0<br />

ISP(config-if)#description Link to RTA<br />

ISP(config-if)#ip address 209.165.201.1 255.255.255.252<br />

ISP(config-if)#clockrate 64000<br />

ISP(config-if)#no shutdown<br />

ISP(config-if)#exit<br />

ISP(config)#banner motd &<br />

***********************************<br />

!!!AUTHORIZED ACCESS ONLY!!!<br />

***********************************<br />

&<br />

ISP(config)#line con 0<br />

ISP(config-line)#exec-timeout 30 0<br />

ISP(config-line)#password cisco<br />

ISP(config-line)#logging synchronous<br />

ISP(config-line)#login<br />

ISP(config-line)#line aux 0<br />

ISP(config-line)#exec-timeout 30 0<br />

ISP(config-line)#password cisco<br />

ISP(config-line)#logging synchronous<br />

ISP(config-line)#login<br />

ISP(config-line)#line vty 0 4<br />

ISP(config-line)#exec-timeout 30 0<br />

ISP(config-line)#password cisco<br />

ISP(config-line)#logging synchronous<br />

ISP(config-line)#login<br />

ISP(config-line)#end<br />

ISP#copy run start<br />

Step 2. Verify that ISP can now ping the 209.165.201.2 interface on RTA.<br />

ISP#ping RTA<br />

Type escape sequence to abort.<br />

Sending 5, 100-byte ICMP Echos to 209.165.201.2, timeout is 2 seconds:<br />

!!!!!<br />

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

RTA will not be able to ping the Public Web Server <strong>and</strong> ISP will not be able to ping beyond the<br />

209.165.201.2 interface of RTA. Why?<br />

The routing table on ISP shows only two directly connected networks. ISP can ping RTA<br />

directly because ISP has a route to the 209.165.201.0/30 network in its routing table. RTA can<br />

reply for the same reason. But RTA does not have a route to host 209.165.202.129/32, nor does

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

Saved successfully!

Ooh no, something went wrong!