An engineer must configure router R1 to validate user logins via RADIUS and fall back to the local user database if the RADIUS server is not available. Which configuration must be applied?
The commands are wrong. They should have been:
a) aaa authentication login default group radius local
b) aaa authentication login default group radius
c) aaa authorization exec default group radius local
d) aaa authorization exec default group radius
We can eliminate B & D because without "local" keyword, if the AAA server does not reply to the authentication/authorization request, the authentication/authorization fails.
The reason I selected A is:
"Authentication allows administrators to identify who can connect to a router by including the user's username and password."
"Authorization comes into play after authentication. Authorization allows administrators to control the level of access users have after they successfully gain access to the router."
Validate user logins - authentication.
https://www.cisco.com/c/en/us/support/docs/security-vpn/terminal-access-controller-access-control-system-tacacs-/10384-security.html
https://www.ciscopress.com/articles/article.asp?p=422947&seqNum=2
If the question remains the same but the answers look like this:
a) aaa authentication exec default group radius local
b) aaa authentication exec default group radius
c) aaa authorization exec default group radius local
d) aaa authorization exec default group radius,
then I'd go with C.
only C works. and it has a condition stating it should use local, and only that option has it.
r2(config)#aaa authentication ?
arap Set authentication lists for arap.
attempts Set the maximum number of authentication attempts
banner Message to use when starting login/authentication.
dot1x Set authentication lists for IEEE 802.1x.
enable Set authentication list for enable.
eou Set authentication lists for EAPoUDP
fail-message Message to use for failed login/authentication.
login Set authentication lists for logins.
onep Set authentication lists for ONEP
password-prompt Text to use when prompting for a password
ppp Set authentication lists for ppp.
sgbp Set authentication lists for sgbp.
suppress Do not send access request for a specific type of user.
token token authentication
username-prompt Text to use when prompting for a username
r2(config)#aaa authentication
Correct answer is C. exec default can be used with authorization command only, for authentication to privileged EXEC command level , authentication enable default is used
All the commands are wrong. As the below users mentioned it should be:
aaa authentication login default group radius local
or
aaa authorization exec default group radius local
Consider the fact that all the given options have the "exec" I will chose C.
C is correct
after reading this, C is correct for sure
https://www.cisco.com/c/en/us/support/docs/security-vpn/terminal-access-controller-access-control-system-tacacs-/10384-security.html#:~:text=This%20document%20focuses%20on%20the,exec%20default%20group%20radius%20local
i would say A is correct and consider the missing "login" is a typo
C doesn't make any sense to me as the question seems to be asking for authentication
The question is talking about users logging in which would apply to Authentication more than its referring to "Authorization" which comes into play after you have gained access to the device via telnet or ssh. Maybe the question is missing some wording because it should be aaa authentication.
https://www.ciscopress.com/articles/article.asp?p=422947&seqNum=2#:~:text=A%20remote%20user%20must%20be,users%20are%20permitted%20access%20to.
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.
Horsefeathers
Highly Voted 1 year agoHorsefeathers
1 year agonight_wolf_in
Highly Voted 10 months, 1 week agoAbdhakeem
Most Recent 1 week, 3 days agotumajay
1 month, 2 weeks agoNikolas123
1 month, 3 weeks agoExamTaker1017
1 month, 3 weeks agofalconer42003
2 months, 2 weeks agozbeugene7
2 months, 3 weeks agozbeugene7
3 months, 1 week agoRfvaz
4 months, 4 weeks ago77a59d0
5 months ago77a59d0
5 months, 2 weeks agowengzaii96
5 months, 3 weeks ago[Removed]
7 months, 1 week ago[Removed]
7 months, 1 week ago[Removed]
7 months, 1 week ago[Removed]
7 months, 1 week ago[Removed]
7 months, 3 weeks ago[Removed]
7 months, 1 week agosledgey121
1 year agonetwkguy99
11 months ago