Question 304 of 367 from exam 200-301-CCNA: Implementing and Administering Cisco Solutions

Question 304 of 367 from exam 200-301-CCNA: Implementing and Administering Cisco Solutions

Question

Refer to the exhibit.

An administrator configures four switches for local authentication using passwords that are stored as a cryptographic hash.

The four switches must also support SSH access for administrators to manage the network infrastructure.

Which switch is configured correctly to meet these requirements?

SW1(config-line) #line vty 0 15
SW1 (config-line) #no login local
SW1(config-line) #password cisco

$W2(config) username admin1 password abcd1234
SW2(config) username admin2 password abed1234
SW2(config-line) #line vty 0 15
$W2(config-line) #login local

SW3(config) #username admin1 secret abed1234
SW3(config) #username admin2 secret abed1234
SW3(config-line) #line vty 0 15

SW23(config-line) #login local

SW4 (config) #username admin1 secret abed1234
SW4 (config) username admin2 secret abod1234
$W4(config-line) #line console 0
SW4(config-line) #login local

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

C.