Refer to the exhibit. An engineer is trying to configure local authentication on the console line, but the device is trying to authenticate using TACACS+. Which action produces the desired configuration?
A.
Add the aaa authentication login default none command to the global configuration.
B.
Replace the capital ג€Cג€ with a lowercase ג€cג€ in the aaa authentication login Console local command.
C.
Add the aaa authentication login default group tacacs+ local-case command to the global configuration.
D.
Add the login authentication Console command to the line configuration
D sounds right:
Example 2: Console Access Using Line Password
Let's expand the configuration from Example 1 so that console login is only authenticated by the password set on line con 0.
The list CONSOLE is defined and then applied to line con 0.
We configure:
Router(config)# aaa authentication login CONSOLE line
In the command above:
the named list is CONSOLE.
there is only one authentication method (line).
Once a named list (in this example, CONSOLE) is created, it must be applied to a line or interface for it to come into effect. This is done using the login authentication list_name command:
Router(config)# line con 0
Router(config-line)# exec-timeout 0 0
Router(config-line)# password cisco
Router(config-line)# login authentication CONSOLE
https://www.cisco.com/c/en/us/support/docs/security-vpn/terminal-access-controller-access-control-system-tacacs-/10384-security.html
Correct
Also aaa authorization isn't enabled by default for the console to prevent a user from accidentally logging himself out (ENCOR OCG) but the aaa default authentication list is automatically applied to the console.
D is right. There are 2 authentication profiles here: (1) default and (2) Console. (1) will first authenticate with TACACS+ (that is mentioned by the question) and (2) has not been applied to the console. D is binding (2) to con 0 configuration.
upvoted 3 times
...
This section is not available anymore. Please use the main Exam Page.300-410 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
CraigB83
Highly Voted 4 years, 6 months agobk989
7 months, 3 weeks agosteiger
Highly Voted 3 years, 4 months ago[Removed]
Most Recent 9 months, 1 week agoerror_909
3 years, 7 months ago[Removed]
3 years, 8 months agoWesgo
4 years ago