CCNP 350-401 ENCOR Question 555 DISCUSSION
« Back to Main MenuAn 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. (Cisco Controller)>config wlan aaa-override disable<wlan-id>
B. (Cisco Controller)>config radius acct add 10.10.10.12 1812 SECRET
C. (Cisco Controller)>config wlan aaa-override enable<wlan-id>
D. Device(config-locsvr-da-radius)#client 10.10.10.12 server-key 0 SECRET
E. Device(config)#aaa server radius dynamic-author
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. (Cisco Controller)>config wlan aaa-override disable<wlan-id>
B. (Cisco Controller)>config radius acct add 10.10.10.12 1812 SECRET
C. (Cisco Controller)>config wlan aaa-override enable<wlan-id>
D. Device(config-locsvr-da-radius)#client 10.10.10.12 server-key 0 SECRET
E. Device(config)#aaa server radius dynamic-author
Correct Answer: DE
Answer A and answer C are used to enable/disable AAA Override option but it is just optional so they are not the correct answers. AAA Override enables you to apply VLAN tagging, Quality of Service, and Access Control Lists to individual clients based on the returned RADIUS attributes from the AAA server.
According to this Cisco link (under AAA Configuration on 9800 WLCs) section, we need the following commands:
Therefore answer D and answer E are correct.