A network engineer observes the following partial running configuration on a Cisco IOS XE switch:
text
username netops privilege 15 secret Cisc0#2026!
!
line vty 0 4
password 7 094F471A1A0A
login
!
When administrators attempt to establish a remote SSH session to the switch, the prompt requests only a line password rather than asking for user credentials. Which command must be configured under line configuration mode to enforce authentication against the local user database?
- login localAnswer
- Blogin authentication local
- Cservice password-encryption
- Daaa new-model
Answer
The command 'login local' must be configured under line configuration mode to require local database authentication.
Configuring 'login local' under line configuration mode instructs Cisco IOS to authenticate incoming VTY session users using usernames and passwords stored in the router's local user database.
Step-by-Step Solution
Key Concept
Local Database Authentication on Cisco IOS Lines
Estimated Time:1m 0s