A network administrator needs to secure remote administrative access to a Cisco IOS switch by requiring users to authenticate against the local user database. Which two steps are required to implement local user database authentication for remote VTY line access? (Select two.)
- Configure a local user account using the global configuration command 'username <name> secret <password>'.Cevap
- Apply the line configuration command 'login local' under the VTY lines.Cevap
- CConfigure 'line vty 0 4' with an external TACACS+ server key using the line command 'enable password'.
- DApply an access list to the VTY line using 'ip access-group 10 in' to grant database credentials.
Cevap
To configure local user database authentication for remote VTY line access, you must define a local user account in global configuration mode using 'username <name> secret <password>' and configure 'login local' under the line configuration mode for VTY lines.
Local authentication requires both the creation of user credentials in the local security database using the global 'username' command and configuring the terminal lines (VTY) with 'login local' so Cisco IOS checks incoming connections against that database.
Adım Adım Çözüm
Anahtar Kavram
Local User Database Authentication on Cisco IOS VTY Lines