Refer to the exhibit.
SW1(config-line)#line vty 0 15
SW1(config-line)#no login local
SW1(config-line)#password cisco
SW2(config)#username admin1 password abcd1234
SW2(config)#username admin2 passwordabcd1234
SW2(config-line)#line vty 0 15
SW2(config-line)#login local
SW3(config)#username admin1 secret abcd1234
SW3(config)#username admin2 secret abcd1234
SW3(config-line)#line vty 0 15
SW3(config-line)#login local
SW4(config)#username admin1 password abcd1234
SW4(config)#username admin2 password abcd1234
SW4(config-line)#line console 0
SW4(config-line)#login local
An administrator configures four switches for local authentication using passwords that are stored in 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?
A.SW1 B.SW2 C.SW3 D.SW4正确答案C