05.01.2013 Views

CCNA Cisco Certified Network Associate Study Guide - FTP Server

CCNA Cisco Certified Network Associate Study Guide - FTP Server

CCNA Cisco Certified Network Associate Study Guide - FTP Server

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

3. Set the three passwords by typing the following:<br />

config t<br />

enable password level 1 todd<br />

enable password level 15 todd1<br />

enable secret todd2<br />

Hands-on Labs 615<br />

4. Type sh run to see the password. Notice that the enable passwords are<br />

not encrypted.<br />

5. Go to int Ethernet 0/5 and set the duplex to full.<br />

config t<br />

int e0/5<br />

duplex full<br />

6. Go to interface Ethernet 0/6 and set the duplex to half.<br />

config t<br />

int e0/6<br />

duplex half<br />

7. Verify the setting by typing sh interface or sh int e0/5 and sh int e0/6.<br />

8. Type the command to remove any IP configuration from the switch:<br />

Config t<br />

no ip address<br />

9. Verify that the switch is IP-less by typing show ip.<br />

10. Set the IP address, subnet mask, and default gateway of the switch:<br />

config t<br />

ip address 172.16.10.100 255.255.255.0<br />

ip default-gateway 172.16.10.1<br />

11. Verify the configuration by typing show ip.<br />

12. Type show mac-address-table to see the forwarding table. Notice that<br />

all MAC addresses have been found dynamically.<br />

13. Add a static entry into the filter table by using the command permanent:<br />

config t<br />

mac-address-table permanent 083c.0000.0001 e0/9

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

Saved successfully!

Ooh no, something went wrong!