[CCNAv6 S1] 6.5.1.3 Packet Tracer Skills Integration Challenge



Packet Tracer - Skills Integration Challenge
Addressing Table



Objectives

·         Finish the network documentation.
·         Perform basic device configurations on a router and a switch.
·         Verify connectivity and troubleshoot any issues.
Scenario

Your network manager is impressed with your performance in your job as a LAN technician. She would like you to now demonstrate your ability to configure a router connecting two LANs. Your tasks include configuring basic settings on a router and a switch using the Cisco IOS. You will then verify your configurations, as well as configurations on existing devices by testing end-to-end connectivity.

Note: After completing this activity, you can choose to click the Reset Activity button to generate a new set of requirements. Variable aspects include device names, IP addressing schemes, and the topology.

Requirements

·         Provide the missing information in the Addressing Table.
·         Name the router RTA and the second switch ASw-2. You will not be able to access ASw-1.
·         Use cisco as the user EXEC password for all lines.
·         Use class as the privileged EXEC password.
·         Encrypt all plain text passwords.
·         Configure an appropriate banner.
·         Configure addressing for all devices according to the Addressing Table.
·         Document interfaces with descriptions, including the ASw-2 VLAN 1 interface.
·         Save your configurations.
·         Verify connectivity between all devices. All devices should be able to ping any other device.
·         Troubleshoot and document any issues.
·         Implement the solutions necessary to enable and verify full end-to-end connectivity.
Note: Click Check Results button to see your progress. Click the Reset Activity button to generate a new set of requirements.

ID: 210


Configuration RTA:

enable
configure terminal
hostname RTA
!
line console 0
 password cisco
 login
exit
line vty 0 15
 password cisco
 login
exit
!
enable secret class
!
service password-encryption
!
banner motd #Warning#
interface g0/0
 description LAN connection to ASw-1
 ip address 172.14.5.1 255.255.255.0
 no shutdown
interface g0/1
 description LAN connection to ASw-2
 ip address 172.14.10.1 255.255.255.0
 no shutdown
end
!
copy running-config startup-config


!


Configuration ASw-2:


enable
configure terminal
hostname ASw-2
!
line console 0
 password cisco
 login
exit
line vty 0 15
 password cisco
 login
exit
!
enable secret class
!
service password-encryption
!
banner motd #Warning#
!
interface vlan 1
 ip address 172.14.10.35 255.255.255.0
 no shutdown
exit
!
ip default-gateway 172.14.10.1
end
!
copy running-config startup-config


!

Configuration User-01:




Configuration User-02:



Configuration User-03:



Configuration User-04:




Link  Download: Here

Nhận xét

Bài đăng phổ biến từ blog này

[CCNAv6 S4] 8.2.4.14 Packet Tracer - Troubleshooting Enterprise Networks 3

[CCNAv6 S2] 2.2.2.4 Packet Tracer - Configuring IPv4 Static and Default Routes

[CCNAv6 S2] 7.3.2.4 Packet Tracer - Troubleshooting Standard IPv4 ACLs