A network engineer creates a local user account on a Cisco IOS XE router using the command `username admin privilege 15 secret C1sc0#Pass`. However, when attempting to establish a session through the console port, the router displays only a `Password:` prompt rather than asking for a username.
Which command must be executed under `line con 0` configuration mode to require local database user authentication?
- login localCevap
- Blogin
- Caaa new-model
- Dpassword local
Cevap
The correct action is to execute the `login local` command under `line con 0` configuration mode.
Executing `login local` under line configuration mode explicitly binds line authentication to the local IOS user database created with global `username` commands. This forces the device to prompt for both a username and password during connection establishment.
Adım Adım Çözüm
Anahtar Kavram
Cisco IOS Line Local Database Authentication