Exam 300-115 | Question id=1422 | Infrastructure Security |
Refer to the exhibit.
!
username cisco password cisco
!
aaa new-model
radius-server host 10.1.1.50 auth-port 1812 key Clsc0123
aaa authentication login default group radius local line
aaa authentication login NO_AUTH none
!
line vty 0 15
login authentication default
password linepass
!
line console 0
login authentication NO_AUTH
!
Which login credentials are required when connecting to the console port in this output?
A. |
none required | |
B. |
usernamee cisco with password cisco | |
C. |
no username with password linepass | |
D. |
login authentication default |
Here the console has been configured with the NO_AUTH name, which lists none as the authentication method. None means no authentication, meaning that credentials are not required and all sessions are allowed access immediately.