A network technician is tasked with securing direct physical access to a Cisco switch console. Which two configuration steps are required to ensure that users connecting through the console port are authenticated against user accounts stored in the local device database? (Select two.)
- Configure the 'login local' command under line console 0 configuration mode.Cevap
- Define a user account using the 'username <name> secret <password>' command in global configuration mode.Cevap
- CApply the 'transport input ssh' command under line console 0 configuration mode.
- DSet an explicit inbound access list using the 'ip access-group' command on line console 0.
Cevap
To enforce local database authentication on the console line, a user account must be created in global configuration mode using 'username <name> secret <password>', and the console line must be configured with 'login local'.
Local authentication requires both a local database entry (created via global configuration 'username secret') and telling the specific line interface to check that database (using 'login local' under line console 0).
Adım Adım Çözüm
Anahtar Kavram
Local User Database Authentication on Cisco IOS Lines