管理者は、認証にルーターのユーザー名とパスワードのデータベースを使用して、ルーター X への Telnet アクセスを有効にする必要があります。どの構成を適用する必要がありますか?
正解:C
To enable Telnet access to Router X using the router's username and password database for authentication, the administrator must configure the virtual terminal lines to use the local username and password database.
The correct configuration commands are:
RouterX(config)#line vty 0 4
RouterX(config-line)#login local
RouterX(config-line)#end
This configuration enters line configuration mode for virtual terminal lines 0 through 4, specifies that login should use the local user database with the login local command, and then exits configuration mode.