Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR) — Question 342
Which configuration allows administrators to configure the device through the console port and use a network authentication server?
Answer options
- A. aaa new-model aaa authentication login default local aaa authorization console aaa authorization config-commands username netadmin secret 9 $9$vFpMf8elb4RVV8$seZ/bDAx1uV
- B. aaa new-model aaa authentication login default local aaa authorization console aaa authorization config-commands
- C. aaa new-model aaa authentication login default line
- D. aaa new-model aaa authentication login default group radius aaa authorization console aaa authorization config-commands
Correct answer: D
Explanation
The correct answer is D as it specifies using a group radius for authentication, allowing connection to a network authentication server. Option A introduces a local username and secret, which does not connect to a network server. Option B lacks the necessary group for network authentication, and Option C only configures local authentication without a network server.