Refer to the exhibit. The network administrator must be able to perform configuration changes when all the RADIUS servers are unreachable. Which configuration allows all commands to be authorized if the user has successfully authenticated?
A.
aaa authentication login default group radius local none
B.
aaa authorization exec default group radius
C.
aaa authorization exec default group radius if-authenticated
D.
aaa authorization exec default group radius none
Although C & D can both let network administrator to perform changes when RADIUS servers are unreachable, C is doing what the question asking for - "to be authorized if the user has successfully authenticated"
"if-authenticated" allows user get authorized (every command the user enter is authorized) in the session if user is authenticated by any of methods defined in aaa
meanwhile "none" disable authorization (every command the user enter does not need authorization) for the session if the defined authorization method in aaa is unreachable
ENCOR OCG Page 775 has specified that
Answer is D because RADIUS server is unavailable, and local user need to issue commands. And with "non" is there, the local user will not be subject of authorization will issue commands without restrictions
C is correct
GNS3 Output :
R1(config)#aaa authorization exec default group radius ?
group Use server-group.
if-authenticated Succeed if user has authenticated.
krb5-instance Use Kerberos instance privilege maps.
local Use local database.
none No authorization (always succeeds).
C is the answer.
The aaa authorization exec default group radius if-authenticated command configures the network access server to contact the RADIUS server to determine if users are permitted to start an EXEC shell when they log in. If an error occurs when the network access server contacts the RADIUS server, the fallback method is to permit the CLI to start, provided the user has been properly authenticated.
upvoted 4 times
...
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.
kmb192006
Highly Voted 1 year, 5 months ago[Removed]
Most Recent 4 months, 2 weeks agodragonwise
1 year, 6 months agoSammy3637
1 year, 7 months agokebkim
2 years ago