CCNA 1 v5.1+v6.0 Chapter 6 Network Layer PT Practice Skills Assessment – Packet Tracer Answers
Topology
You will receive one of three possible topologies
Addressing Table
Housing Router Configuration
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | Router>enable Router#configure terminal Router(config)#hostname Housing Housing(config)#enable secret cisco Housing(config)#line console 0 Housing(config-line)#password cisco Housing(config-line)#login Housing(config-line)#exit Housing(config)#line vty 0 4 Housing(config-line)#password cisco Housing(config-line)#login Housing(config-line)#exit Housing(config)#line aux 0 Housing(config-line)#password cisco Housing(config-line)#login Housing(config-line)#exit Housing(config)#service password-encryption Housing(config)#banner motd $Authorized Personnel Only$ Housing(config)#interface g0/0 Housing(config-if)#ip address <strong>172.16.5.1</strong> <strong>255.255.255.0</strong> Housing(config-if)#no shutdown Housing(config-if)#description <strong>Bldg1 LAN</strong> Housing(config-if)#exit Housing(config)#interface g0/1 Housing(config-if)#ip address <strong>192.168.5.1 255.255.255.0</strong> Housing(config-if)#no shutdown Housing(config-if)#description <strong>Bldg2 LAN</strong> Housing(config-if)#end Housing#write Building configuration… [OK] |
Bldg1 Switch Configuration
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | Switch>enable Switch#configure terminal Switch(config)#hostname Bldg1 Bldg1(config)#enable secret class Bldg1(config)#line console 0 Bldg1(config-line)#password cisco Bldg1(config-line)#login Bldg1(config-line)#exit Bldg1(config)#line vty 0 4 Bldg1(config-line)#password cisco Bldg1(config-line)#login Bldg1(config-line)#exit Bldg1(config)#service password-encryption Bldg1(config)#banner motd $Authorized Personnel Only$ Bldg1(config)#interface vlan 1 Bldg1(config-if)#ip address 172.16.5.2 255.255.255.0 Bldg1(config-if)#no shutdown Bldg1(config-if)#description Bldg1 – Housing LAN Bldg1(config-if)#exit Bldg1(config)#ip default-gateway <strong>172.16.5.1</strong> Bldg1(config)#end Bldg1#write Building configuration… [OK] |
Bldg2 Switch Configuration
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | Switch>enable Switch#configure terminal Switch(config)#hostname Bldg2 Bldg2(config)#enable secret class Bldg2(config)#line console 0 Bldg2(config-line)#password cisco Bldg2(config-line)#login Bldg2(config-line)#exit Bldg2(config)#line vty 0 4 Bldg2(config-line)#password cisco Bldg2(config-line)#login Bldg2(config-line)#exit Bldg2(config)#service password-encryption Bldg2(config)#banner motd $Authorized Personnel Only$ Bldg2(config)#interface vlan 1 Bldg2(config-if)#ip address 192.168.5.252 255.255.255.0 Bldg2(config-if)#no shutdown Bldg2(config-if)#description Bldg2 – Housing LAN Bldg2(config-if)#exit Bldg2(config)#ip default-gateway <strong>192.168.5.1</strong> Bldg2(config)#end Bldg2#write Building configuration… [OK] |
RA1-1
IP Address: 172.16.5.10
Subnet Mask: 255.255.255.0
Default Gateway: 172.16.5.1
RA1-2
IP Address: 172.16.5.11
Subnet Mask: 255.255.255.0
Default Gateway: 172.16.5.1
RA2-1
IP Address: 192.168.5.10
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.5.1
RA2-2
IP Address: 192.168.5.11
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.5.1
Topology
You will receive one of three possible topologies
Addressing Table
Science Router Configuration
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | Router#configure terminal Router(config)#hostname Science Science(config)#enable secret cisco Science(config)#line console 0 Science(config-line)#password cisco Science(config-line)#login Science(config-line)#exit Science(config)#line vty 0 4 Science(config-line)#password cisco Science(config-line)#login Science(config-line)#exit Science(config)#line aux 0 Science(config-line)#password cisco Science(config-line)#login Science(config-line)#exit Science(config)#service password-encryption Science(config)#banner motd $Authorized Personnel Only$ Science(config)#interface g0/0 Science(config-if)#ip address <strong>172.16.5.1</strong> <strong>255.255.255.0</strong> Science(config-if)#no shutdown Science(config-if)#description <strong>Bio LAN</strong> Science(config-if)#exit Science(config)#interface g0/1 Science(config-if)#ip address <strong>192.168.5.1 255.255.255.0</strong> Science(config-if)#no shutdown Science(config-if)#description <strong>Phys LAN</strong> Science(config-if)#end Science#write Building configuration… [OK] |
Bio Switch Configuration
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | Switch>enable Switch#configure terminal Switch(config)#hostname Bio Bio(config)#enable secret class Bio(config)#line console 0 Bio(config-line)#password cisco Bio(config-line)#login Bio(config-line)#exit Bio(config)#line vty 0 4 Bio(config-line)#password cisco Bio(config-line)#login Bio(config-line)#exit Bio(config)#service password-encryption Bio(config)#banner motd $Authorized Personnel Only$ Bio(config)#interface vlan 1 Bio(config-if)#ip address 172.16.5.2 255.255.255.0 Bio(config-if)#no shutdown Bio(config-if)#description Bio – Science LAN Bio(config-if)#exit Bio(config)#ip default-gateway <strong>172.16.5.1</strong> Bio(config)#end Bio#write Building configuration… [OK] |
Phys Switch Configuration
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | Switch>enable Switch#configure terminal Switch(config)#hostname Phys Phys(config)#enable secret class Phys(config)#line console 0 Phys(config-line)#password cisco Phys(config-line)#login Phys(config-line)#exit Phys(config)#line vty 0 4 Phys(config-line)#password cisco Phys(config-line)#login Phys(config-line)#exit Phys(config)#service password-encryption Phys(config)#banner motd $Authorized Personnel Only$ Phys(config)#interface vlan 1 Phys(config-if)#ip address 192.168.5.252 255.255.255.0 Phys(config-if)#no shutdown Phys(config-if)#description Phys – Science LAN Phys(config-if)#exit Phys(config)#ip default-gateway <strong>192.168.5.1</strong> Phys(config)#end Phys#write Building configuration… [OK] |
Bio 1
IP Address: 172.16.5.10
Subnet Mask: 255.255.255.0
Default Gateway: 172.16.5.1
Bio 2
IP Address: 172.16.5.11
Subnet Mask: 255.255.255.0
Default Gateway: 172.16.5.1
Phys 1
IP Address: 192.168.5.10
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.5.1
Phys 2
IP Address: 192.168.5.11
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.5.1
You will receive one of three possible topologies
Addressing Table
• Perform basic device configuration tasks on a router and a switchObjectives
• Configure IP addressing settings on network devices
• Venfy Layer 3 connectivity and troubleshoot connectivity issuesScenario
You are working on a network that has already been partially configured In this assessment you will complete a set of requirements by configunng some additional settings on the Faculty switch and the router. Use the knowledge that you have gained in the curnculum and labs to fulfill the requirements below
Note: If you need a value that is not given to you, you can use any value you want However, you must use the correct values for the default gateways in order that the hosts can communicate.
Requirements
• Determine the values that are missing from the Addressing Table
• Configure all devices with the missing default gateway values
• Name the Faculty switch Faculty Your configuration must match this value exactly
• Secure access to all configuration lines of the Faculty switch
• Secure access to the device configurations of the Faculty switch using the encrypted password
• Ensure that all plain text passwords on the Faculty switch are encrypted
• Configure an appropriate banner on the Faculty switch
• Configure addressing for all devices according to the Addressing Table Most values are provided in the table, others you must determine
• Document interfaces with descnptions on the College router interfaces and the Faculty switch virtual interface
• Save your configurations
• Venfy connectivity between all devices All devices should be able to ping all of the other devices
• Troubleshoot any connectivity problemsAll devices should be able to ping one another when you have successfully completed the activity.
College Router Configuration
1234567891011121314151617181920212223242526272829303132333435363738394041 Router>enableRouter#configure terminalRouter(config)#hostname CollegeCollege(config)#enable secret ciscoCollege(config)#line console 0College(config-line)#password ciscoCollege(config-line)#loginCollege(config-line)#exitCollege(config)#line vty 0 4College(config-line)#password ciscoCollege(config-line)#loginCollege(config-line)#exitCollege(config)#line aux 0College(config-line)#password ciscoCollege(config-line)#loginCollege(config-line)#exitCollege(config)#service password-encryptionCollege(config)#banner motd $Authorized Personnel Only$College(config)#interface g0/0College(config-if)#ip address <strong>172.16.5.1</strong><strong>255.255.255.0</strong>College(config-if)#no shutdownCollege(config-if)#description <strong>Faculty LAN</strong>College(config-if)#exitCollege(config)#interface g0/1College(config-if)#ip address <strong>192.168.5.1 255.255.255.0</strong>College(config-if)#no shutdownCollege(config-if)#description <strong>Admin LAN</strong>College(config-if)#endCollege#writeBuilding configuration…[OK]Faculty Switch Configuration
123456789101112131415161718192021222324252627282930313233 Switch>enableSwitch#configure terminalSwitch(config)#hostname FacultyFaculty(config)#enable secret classFaculty(config)#line console 0Faculty(config-line)#password ciscoFaculty(config-line)#loginFaculty(config-line)#exitFaculty(config)#line vty 0 4Faculty(config-line)#password ciscoFaculty(config-line)#loginFaculty(config-line)#exitFaculty(config)#service password-encryptionFaculty(config)#banner motd $Authorized Personnel Only$Faculty(config)#interface vlan 1Faculty(config-if)#ip address 172.16.5.2 255.255.255.0Faculty(config-if)#no shutdownFaculty(config-if)#description Faculty – College LANFaculty(config-if)#exitFaculty(config)#ip default-gateway <strong>172.16.5.1</strong>Faculty(config)#endFaculty#writeBuilding configuration…[OK]Admin Switch Configuration
123456789101112131415161718192021222324252627282930313233 Switch>enableSwitch#configure terminalSwitch(config)#hostname AdminAdmin(config)#enable secret classAdmin(config)#line console 0Admin(config-line)#password ciscoAdmin(config-line)#loginAdmin(config-line)#exitAdmin(config)#line vty 0 4Admin(config-line)#password ciscoAdmin(config-line)#loginAdmin(config-line)#exitAdmin(config)#service password-encryptionAdmin(config)#banner motd $Authorized Personnel Only$Admin(config)#interface vlan 1Admin(config-if)#ip address 192.168.5.252 255.255.255.0Admin(config-if)#no shutdownAdmin(config-if)#description Admin – College LANAdmin(config-if)#exitAdmin(config)#ip default-gateway <strong>192.168.5.1</strong>Admin(config)#endAdmin#writeBuilding configuration…[OK]Prof X
IP Address: 172.16.5.10
Subnet Mask: 255.255.255.0
Default Gateway: 172.16.5.1Prof Y
IP Address: 172.16.5.11
Subnet Mask: 255.255.255.0
Default Gateway: 172.16.5.1Dean X
IP Address: 192.168.5.10
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.5.1Dean Y
IP Address: 192.168.5.11
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.5.1
More Resources