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.

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

1. Hook up a router to a workstation and watch the steps as the router boots.<br />

2. Try the show commands and fill in the description of what each does. Which type<br />

of processor (CPU, NVRAM, FLASH, RAM/DRAM, ROM) does each command<br />

reside within? Which one (s) do you think you will be using the most, least, and<br />

why? How do you find out what is in ROM?<br />

Command description processor<br />

sh buf (show buffers)<br />

sh fla (show flash)<br />

sh int (show interface)<br />

sh mem (show memory)<br />

sh pro (show processes)<br />

sh prot (show protocols)<br />

sh ru (show run)<br />

sh start (show start)<br />

sh stacks (show stacks)<br />

sh tech (show tech)<br />

sh ver (show version)<br />

3. Let’s look at a basic router script (use show run). My comments are in<br />

handwriting:<br />

Router#sh ru<br />

Building configuration...<br />

Current configuration:<br />

!<br />

version 12.0<br />

Our IOS version<br />

service timestamps debug uptime enables time stamping 1<br />

service timestamps log uptime enables time stamping 1<br />

no service password-encryption disables service passencryption 2<br />

!<br />

hostname Router<br />

Our router name<br />

!<br />

memory-size iomem 15 sets memory i/o to 15 2<br />

ip subnet-zero<br />

Let’s us use subnet zero!<br />

interface Ethernet0/0<br />

interface<br />

no ip address<br />

ip address for this interface<br />

no ip directed-broadcast drops ip directed broadcasts 3<br />

(good…prevents Denial of<br />

Service attacks)<br />

shutdown<br />

Note: shut down <strong>by</strong> default<br />

!<br />

172

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

Saved successfully!

Ooh no, something went wrong!