exam questions

Exam 300-410 All Questions

View all questions & answers for the 300-410 exam

Exam 300-410 topic 1 question 544 discussion

Actual exam question from Cisco's 300-410
Question #: 544
Topic #: 1
[All 300-410 Questions]



Refer to the exhibit. The authentication is not working as desired and the user drops into user-exec mode. Which configuration resolves the issue?

  • A. aaa new-model
    aaa authentication common-id default local
    aaa authorization exec default local
    !
    line vty 0 4
    login authentication default
    authorization exec default
  • B. aaa new-model
    aaa authentication login default local
    aaa authorization priv default 15
    !
    line vty 0 4
    login authentication default
    authorization exec priv15
  • C. aaa new-model
    aaa authentication login local
    aaa authorization exec local
    !
    line vty 0 4
    login authentication local
    authorization exec default
  • D. aaa new-model
    aaa authentication login default local
    aaa authorization exec default local
    !
    line vty 0 4
    login authentication default
    authorization exec default
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Commando1664
Highly Voted 1 year, 2 months ago
Selected Answer: D
Labbed this in GNS3, it could be the IOS version. But having followed the syntax I came to D: aaa new-model aaa authentication login default local aaa authorization exec default local ! line vty 0 4 session-timeout 240 password password transport input telnet ! I did put the last 2 bits of config in VTY but they don't show in the running so must be defautl and to be fair it worked before I did that.
upvoted 7 times
bk989
9 months, 4 weeks ago
Yup. B and C aren't valid commands. I tried a without defining the default list: IOU2(config-line)#line vty 0 4 IOU2(config-line)#login authentication default AAA: Warning authentication list "default" is not defined for LOGIN.
upvoted 1 times
bk989
9 months, 4 weeks ago
only D works
upvoted 2 times
...
...
Pietjeplukgeluk
1 year, 2 months ago
indeed the defaults do not show up, nice one to lab this one. I btw agree with D
upvoted 1 times
...
...
[Removed]
Most Recent 10 months, 2 weeks ago
Selected Answer: D
D is corerct
upvoted 1 times
...
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.

SaveCancel
Loading ...