exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 983 discussion

Actual exam question from Cisco's 350-401
Question #: 983
Topic #: 1
[All 350-401 Questions]

An engineer must configure AAA on a Cisco 9800 WLC for central web authentication. Which two commands are needed to accomplish this task? (Choose two.)

  • A. Device(config)# aaa server radius dynamic-author
  • B. (Cisco Controller) > config wlan aaa-override disable < wlan-id >
  • C. (Cisco Controller) > config radius acct add 10.10.10.12 1812 SECRET
  • D. Device(config-locsvr-da-radius)# client 10.10.10.12 server-key 0 SECRET
  • E. (Cisco Controller) > config wlan aaa-override enable < wlan-id >
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

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
studyguy42
2 weeks, 2 days ago
Selected Answer: AE
Option A (aaa server radius dynamic-author) is essential to enable CoA, which is a core component of CWA. It allows the RADIUS server to dynamically update client sessions (e.g., to redirect or authorize clients after authentication). Option E (config wlan aaa-override enable <wlan-id>) is critical to enable AAA override, which allows the WLC to apply the dynamic redirect URL and ACL sent by the RADIUS server. Together, these commands address the core requirements for CWA: enabling CoA for dynamic session management and allowing the WLC to use RADIUS-provided attributes.
upvoted 1 times
...
c48ef2b
4 weeks, 1 day ago
Selected Answer: AD
B,C,E are wrong, because of "(Cisco Controller) >" this mode is only for old AirOS and not for 9800 which based on IOS XE. A,D are correct: WLC-9800-Lab(config)# aaa new-model WLC-9800-Lab(config)# aaa server radius dynamic-author WLC-9800-Lab(config-locsvr-da-radius)#client 10.10.10.12 server-key 0 SECRET WLC-9800-Lab(config-locsvr-da-radius)#do sh inv NAME: "Chassis", DESCR: "C9800-CL Chassis"
upvoted 1 times
...
Iarn
4 months, 1 week ago
Selected Answer: AD
I think people choice of and and AE is due to the command sets being related. # aaa server radius dynamic-author # client <radius-server-ip> server-key <shared-key>
upvoted 1 times
...
matass_md
5 months, 2 weeks ago
Selected Answer: AE
A and E , recall there were questions in this 350-401 topic where we were asked what changes must we do for ISE(AAA Server) can assign custom VLAN's to users when they log in , and the right answer there was (first box to check) "enable AAA override" .
upvoted 2 times
studyguy42
2 weeks, 2 days ago
For CWA, AAA override must be enabled in the policy profile associated with the WLAN to allow the WLC to apply the redirect URL and ACL sent by the RADIUS server (ISE). Without this, the WLC cannot redirect clients to the authentication portal.
upvoted 1 times
...
...
yasmiine
1 year, 2 months ago
Selected Answer: AD
Anwser AD. Réf: https://www.cisco.com/c/en/us/support/docs/wireless/catalyst-9800-series-wireless-controllers/213919-configure-802-1x-authentication-on-catal.pdf
upvoted 2 times
...
IgorLVG
1 year, 2 months ago
ref: https://www.cisco.com/c/en/us/support/docs/wireless/catalyst-9800-series-wireless-controllers/213920-central-web-authentication-cwa-on-cata.html Here is the relevant part of the configuration of the WLC that corresponds to this example: aaa new-model ! aaa authorization network CWAauthz group radius aaa accounting identity CWAacct start-stop group radius ! aaa server radius dynamic-author client <ISE-IP> server-key cisco123 ! aaa session-id common ! ! radius server ISE-server address ipv4 <ISE-IP> auth-port 1812 acct-port 1813 key cisco123 ! ! (check the rest in the URL) so: ANS: AD
upvoted 2 times
...
masrur
1 year, 3 months ago
Selected Answer: AD
Configures the Change of Authorization (CoA) on the controller. # aaa server radius dynamic-author Specifies a RADIUS client and the RADIUS key to be shared between a device and a RADIUS client. # client 123.123.134.112 server-key 0 SECRET
upvoted 3 times
...
Adalberto
1 year, 3 months ago
Selected Answer: CD
C and D are the answers
upvoted 1 times
...
Adalberto
1 year, 3 months ago
To configure AAA on a Cisco 9800 WLC for central web authentication, you’ll need the following two commands: Device(config)# aaa server radius dynamic-author: This command enables the RADIUS dynamic authorization feature and enters dynamic authorization local server configuration mode1. (Cisco Controller) > config wlan aaa-override enable <wlan-id>: This command enables AAA override for a specific WLAN, allowing you to apply custom authentication, authorization, and accounting (AAA) settings for that WLAN1. Remember to adjust the <wlan-id> placeholder with the actual WLAN ID you want to configure. These commands will help you set up central web authentication effectively on your Cisco 9800 WLC. 🛡️
upvoted 1 times
...
you_
1 year, 3 months ago
Selected Answer: AD
Going through elimination I think the answer is AD
upvoted 2 times
...
dc583a7
1 year, 3 months ago
Selected Answer: AD
https://www.cisco.com/c/en/us/td/docs/wireless/controller/9800/17-14/config-guide/b_wl_17_14_cg/m_vewlc_central_web_authentication.html Configuring AAA for Central Web Authentication
upvoted 2 times
...
felix_simon
1 year, 3 months ago
A, C is OK https://www.cisco.com/c/en/us/td/docs/wireless/controller/9800/config-guide/b_wl_16_10_cg/central-web-authentication.html
upvoted 1 times
...
joseromerogarci
1 year, 3 months ago
Selected Answer: AD
B, C and E does not exist in a 9800 WLC ???????-WLC#configure ? confirm Confirm replacement of running-config with a new config file memory Configure from NV memory network Configure from a TFTP network host overwrite-network Overwrite NV memory from TFTP network host replace Replace the running-config with a new config file revert Parameters for reverting the configuration terminal Configure from the terminal <cr> <cr>
upvoted 2 times
...
Idaklesiewicz
1 year, 4 months ago
C and E. You will never see A on a wireless controller CLI. That’s a Switch/Router.
upvoted 2 times
abrielirus123
6 months ago
Yeah, the classic AireOS controllers use a different OS, apparently Cisco has based the Catalyst 9800 series controllers on IOS instead, hence A & D are correct. The question is meant to confuse those (like me) who have never worked with a Catalyst 9800 series controller before.
upvoted 1 times
...
Idaklesiewicz
1 year, 4 months ago
Or maybe it should be A and B actually..
upvoted 1 times
Idaklesiewicz
1 year, 4 months ago
From Cisco A and E are correct. Step 1 aaa server radius dynamic-author Example: Device(config)# aaa server radius dynamic-author Configures the Change of Authorization (CoA) on the controller. Step 2 client ISE-IP-add server-key radius-shared-secret Example: Device(config-locsvr-da-radius)# client 123.123.134.112 server-key 0 SECRET
upvoted 2 times
...
...
...
RickAO76
1 year, 4 months ago
Selected Answer: AE
A and E (In my Opinion) A - configures the WLC to use RADIUS for dynamic authorization (correct) B - diables AAA override (central web auth, we should want AAA override) C - configures a RADIUS accounting server (logging, not used for authentication) D - appears to be configuring a local RADIUS server on device, rather then setting up central web auth. E - enables AAA override for the WLAN, allowing WLC to use AAA for client authentication/authorization
upvoted 1 times
RickAO76
1 year, 3 months ago
- Okay, yeah - I'm not sure of this one :( - forgive me
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 ...