You wish to force users to use twofactor authentication on t
You wish to force users to use two-factor authentication on the console before gaining a command prompt. Which of the following commands are required?
A. Switch(config)# username Bob password Cisco
B. Switch(config-line)# username Bob password Cisco
C. Switch(config)# login
D. Switch(config-line)# login
E. Switch(config)# login local
F. Switch(config-line)# login local
Solution
A. Switch(config)# username Bob password Cisco is the correct. Or we can use another command
Switch(config)# username Bob secret Cisco to have log in for local data base.
These two command are called global commands.
