What is the correctcommand sequence to achieve RADIUS login authentication via console?

When you have an AP in autonomous mode, you can configure the AP to only allow console or Telnet access to authorized users. What is the correctcommand sequence to achieve RADIUS login authentication via console?
A. configure terminal
aaa new-model
aaa authentication login default
line console 0
login authentication default
radius-server host 172.10.0.1 auth-port 1645 acct-port 1646
B. configure terminal
aaa new-model
aaa authentication login default group radius
line console 0
login authentication default
radius-server host 172.10.0.1 auth-port 1645 acct-port 1646
C. configure terminal
aaa new-model
aaa authentication login default group radius
login authentication default
radius-server host 172.10.0.1 auth-port 1645 acct-port 1646
D. configure terminal
aaa new-model
aaa authentication login default group radius
line console 0
login authentication default group radius
radius-server host 172.10.0.1 auth-port 1645 acct-port 1646

cisco-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.