Name__________________________________ Date _____________ Points_________ Practical 1 Switch and Two Computers Set up the switch and two computers using the IP Addresses shown. Student Checklist: Switch 1 Use your first name as the Switch’s name. Switch 1 Set up the console, and telnet ports. Set port passwords to “cisco”, and encrypt them on all Cisco devices. Switch 1 The enable password is to be “class” and encrypted. Switch 1 Add the logging synchronous and no ip domain-lookup commands. Switch 1 Add socially acceptable descriptions to all ports and VLANs assigned an IP address. Switch 1 Configure a message of the day to warn people that only authorized individuals may access the routers. _________Instructor’s initials - Demonstrate that you can ping from computer to computer. Print a copy of the switch configuration and staple it to this sheet. Cisco –Semester 1 - Introduction to Networks 5.0 Chapter 2 Robb Jones Frederick County Career & Tech Center, MD Reference Sheet Erasing the Switch enable erase startup-config <Enter> delete flash:vlan.dat <Enter> <Enter> reload <Enter> Switch Configuration enable config t ! service password-encryption ! hostname Robb ! ! enable secret cisco no ip domain-lookup ! ! vlan internal allocation policy ascending ! interface FastEthernet0/1 ! interface FastEthernet0/2 ! interface FastEthernet0/3 ! interface FastEthernet0/4 ! interface FastEthernet0/5 ! interface FastEthernet0/6 ! interface FastEthernet0/7 ! interface FastEthernet0/8 ! interface FastEthernet0/9 ! interface FastEthernet0/10 ! interface FastEthernet0/11 ! interface FastEthernet0/12 ! interface FastEthernet0/13 ! interface FastEthernet0/14 ! interface FastEthernet0/15 Cisco –Semester 1 - Introduction to Networks 5.0 Chapter 2 ! interface FastEthernet0/16 ! interface FastEthernet0/17 ! interface FastEthernet0/18 ! interface FastEthernet0/19 ! interface FastEthernet0/20 ! interface FastEthernet0/21 ! interface FastEthernet0/22 ! interface FastEthernet0/23 ! interface FastEthernet0/24 ! interface GigabitEthernet0/1 ! interface GigabitEthernet0/2 ! interface Vlan1 description Switch Telnet Connection (Answer may vary) ip address 192.168.1.1 255.255.255.0 no shutdown no ip route-cache ! ip http server ! control-plane ! ! banner motd #Authorized Users Only!# ! line con 0 password cisco login logging synchronous line vty 0 4 password cisco login line vty 5 15 password cisco login ! end Saving the Configuration on the Switch copy running-config startup-config <Enter> (Don’t forget to erase it when you’re finished.) Robb Jones Frederick County Career & Tech Center, MD