CCNA Routing and Switching
CCNA Routing and Switching
CCNA Routing and Switching
Introduction to Networks
Chapter 6 Skills Assessment – Packet Tracer
Playvolume00:00/01:03TruvidfullScreen
TYPE C
TYPE A
TYPE B
Topology
Addressing Table
Objectives
Scenario
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
• Verify connectivity between all devices All devices should be able to ping all of the other devices
• Troubleshoot any connectivity problems
All devices should be able to ping one another when you have successfully completed the
activity.
configure terminal
hostname College
line console 0
password cisco
login
exit
line vty 0 4
password cisco
login
exit
line aux 0
password cisco
login
exit
service password-encryption
interface g0/0
no shutdown
exit
interface g0/1
no shutdown
end
write
enable
configure terminal
hostname Faculty
line console 0
password cisco
login
exit
line vty 0 4
password cisco
login
exit
service password-encryption
interface vlan 1
exit
ip default-gateway 172.16.5.1
end
write
enable
configure terminal
hostname Admin
line console 0
password cisco
login
exit
line vty 0 4
password cisco
login
exit
service password-encryption
interface vlan 1
no shutdown
exit
ip default-gateway 192.168.5.1
end
write
Prof X
IP Address: 172.16.5.10
Subnet Mask: 255.255.255.0
Default Gateway: 172.16.5.1
Prof Y
IP Address: 172.16.5.11
Subnet Mask: 255.255.255.0
Default Gateway: 172.16.5.1
Dean X
IP Address: 192.168.5.10
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.5.1
Dean Y
IP Address: 192.168.5.11
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.5.1