[CCNAv6 S1] 11.2.4.5 Packet Tracer - Configuring Secure Passwords and SSH



Packet Tracer – Configuring Secure Passwords and SSH
Addressing Table


The network administrator has asked you to prepare RTA for deployment. Before it can be connected to the network, security measures must be enabled.

Requirements

·         Configure IP addressing on PCA according to the Addressing Table.
·         Console into RTA from the Terminal on PC-A.
·         Configure IP addressing on RTA and enable the interface.
·         Configure the hostname as RTA.
·         Encrypt all plaintext passwords.
RTA(config)# service password-encryption
·         Set a strong secret password of your choosing.
·         Set the domain name to RTA.com (case-sensitive for scoring in PT).
RTA(config)# ip domain-name RTA.com
·         Create a user of your choosing with a strong password.
RTA(config)# username any_user password any_password
·         Generate 1024-bit RSA keys.
Note: In Packet Tracer, enter the crypto key generate rsa command and press Enter to continue.
RTA(config)# crypto key generate rsa
·         Block anyone for three minutes who fails to log in after four attempts within a two-minute period.
RTA(config)# login block-for 180 attempts 4 within 120
·         Configure the VTY lines for SSH access and use the local user profiles for authentication.
RTA(config)# line vty 0 4
RTA(config-line)# transport input ssh
RTA(config-line)# login local
·         Save the configuration to NVRAM.
·         Be prepared to demonstrate to your instructor that you have established SSH access from PCA to RTA.

Isomorph ID: 12

Configuration RTA:




enable
configure terminal
interface g0/0
 ip address 172.16.31.1 255.255.255.0
 no shutdown
 exit
hostname RTA
service password-encryption
enable secret Cis&o12345
ip domain-name RTA.com
username admin password CiscoCCNA
crypto key generate rsa
1024

login block-for 180 attempts 4 within 120
line vty 0 4
 transport input ssh
 login local
 end
write memory
!

Configuration PC-A:




Link Download: Here


Nhận xét

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

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

[CCNAv6 S2] 8.3.1.2 Packet Tracer - Skills Integration Challenge

[CCNAv6 S3] 7.2.3.5 Packet Tracer - Troubleshooting EIGRP for IPv4