CCNP 350-401 ENCOR Question 555 DISCUSSION

  • 1275 views
  • 2023-07-05
« Back to Main Menu

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

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:

Q555A

Therefore answer D and answer E are correct.

Support AceITCert.com by buying stuff you need!

1 Comments

IgorLVG

How to Configure RADIUS Change of Authorization

Configuring RADIUS Change of Authorization

SUMMARY STEPS

1. enable

2. configure terminal

3. aaa new-model

4. aaa server radius dynamic-author

5. client {ip-address | name [vrf vrf-name]} server-key [0 | 7] string

6. port port-number

7. auth-type {any | all | session-key}

8. ignore session-key

9. ignore server-key 10. exit

 

ref: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_usr_aaa/configuration/xe-16-10/sec-usr-aaa-xe-16-10-book/sec-rad-coa.pdf

2024-08-10 16:32:09
In order to participate in the comments you need to be logged-in.
You can sign-up or login (it's free).