[CCNAv6 S1] 2.4.1.2 Packet Tracer - Skills Integration Challenge



Packet Tracer - Skills Integration Challenge
Addressing Table


Objectives

·         Configure hostnames and IP addresses on two Cisco Internetwork Operating System (IOS) switches using the command-line interface (CLI).
·         Use Cisco IOS commands to specify or limit access to the device configurations.
·         Use IOS commands to save the running configuration.
·         Configure two host devices with IP addresses.
·         Verify connectivity between the two PC end devices.
Scenario

As a recently hired LAN technician, your network manager has asked you to demonstrate your ability to configure a small LAN. Your tasks include configuring initial settings on two switches using the Cisco IOS and configuring IP address parameters on host devices to provide end-to-end connectivity. You are to use two switches and two hosts/PCs on a cabled and powered network.

Requirements

·         Use a console connection to access each switch.
·         Name Class-A and Class-B switches.
·         Use the 8ubRu password for all lines.
·         Use the C9WrE secret password.
·         Encrypt all clear text passwords.
·         Include the word warning in the message-of-the-day (MOTD) Banner.
·         Configure addressing for all devices according to the Addressing Table.
·         Save your configurations.
·         Verify connectivity between all devices.
Note: Click Check Results to see your progress. Click Reset Activity to generate a new set of requirements. If you click on this before you complete the activity, all configurations will be lost.

Isomorph Index: 0112


Configuration Class-A

enable
configure terminal
hostname Class-A
!
line console 0
 password 8ubRu
 login
 exit
!
line vty 0 15
 password 8ubRu
 login
 exit
!
enable secret C9WrE
!
service password-encryption
!
banner motd "warning"
!
interface vlan 1
 ip address 172.16.5.35 255.255.255.0
 no shutdown
 exit
!
end
copy running-config startup-config

!

Configuration Class-B

enable
configure terminal
hostname Class-B
!
line console 0
 password 8ubRu
 login
 exit
!
line vty 0 15
 password 8ubRu
 login
 exit
!
enable secret C9WrE
!
service password-encryption
!
banner motd "warning"
!
interface vlan 1
 ip address 172.16.5.40 255.255.255.0
 no shutdown
 exit
!
end
copy running-config startup-config

!

Student-1


Student-2











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