[CCNAv6 S2] 5.3.1.2 Packet Tracer - Skills Integration Challenge



Packet Tracer - Skills Integration Challenge
Addressing Table

Scenario

The network administrator asked you to configure a new switch. In this activity, you will use a list of requirements to configure the new switch with initial settings, SSH, and port security.

Requirements

·         Configure S1 with the following initial settings:
-       Hostname
-       Banner that includes the word warning
-       Console port login and password cisco
-       Encrypted enable password of class
-       Encrypt plain text passwords
-       Management interface addressing
·         Configure SSH to secure remote access with the following settings:
-       Domain name of cisco.com
-       RSA key-pair parameters to support SSH version 2
-       Set SSH version 2
-       User admin with secret password ccna
-       VTY lines only accept SSH connections and use local login for authentication
·         Configure the port security feature to restrict network access:
-       Disable all unused ports.
-       Set the interface mode to access.
-       Enable port security to allow only two hosts per port.
-       Record the MAC address in the running configuration.
-       Ensure that port violations disable ports.




Configuration S1:

enable
configure terminal
hostname S1
banner motd #Warning#
line console 0
 password cisco
 login
 exit
enable secret class
service password-encryption
interface vlan 1
 ip address 10.10.10.2 255.255.255.0
 no shutdown
 exit
ip domain-name cisco.com
crypto key generate rsa
1024

ip ssh version 2
username admin secret ccna
line vty 0 4
 transport input ssh
 login local
 exit
interface range f0/3-24,g0/1-2
 shutdown
 exit
interface range f0/1-2
 switchport mode access
 switchport port-security
 switchport port-security maximum 2
 switchport port-security mac-address sticky
 switchport port-security violation shutdown
 exit
!

Configuration PC1:


Configuration PC2:



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