Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR) — Question 793
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.)
Answer options
- 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 >
Correct answer: A, D
Explanation
The correct commands A and D are necessary to configure the RADIUS server for dynamic authorization and to establish the client-server key. Options B and E relate to enabling or disabling AAA override for a WLAN, which is not part of the central web authentication setup, while option C is for adding an accounting server, not for central web authentication.