Valid RCNI Dumps shared by ExamDiscuss.com for Helping Passing RCNI Exam! ExamDiscuss.com now offer the newest RCNI exam dumps, the ExamDiscuss.com RCNI exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com RCNI dumps with Test Engine here:
Review the following configuration. A RADIUS server is connected and working. However, a switch technician has forgotten the RADIUS username/password for the ICX. When RADIUS is not functioning, they expect to be able to plug into the console port and use the local username/password as a backup. The ICX does not accept the local password. Why can't the technician log in?
Correct Answer: C
* Understanding the Configuration: * The command aaa authentication login default radius local specifies that the switch will attempt RADIUS authentication first. If the RADIUS server is unavailable, it will fallback to the local username/password. * If the RADIUS server is operational, the local credentials will not be accepted, even over the console port. * Why Can't the Technician Log In? * The local username/password will only work if the RADIUS server is unreachable. In this scenario, the RADIUS server is functional, so the switch continues to authenticate through it and does not fall back to the local credentials. * This behavior is by design, as dictated by the configuration. * Solution: * If access to the console port using local credentials is a critical requirement, consider adjusting the configuration to prioritize local credentials. For example, use: aaa authentication login default local radius This configuration ensures that local credentials are tried first, with RADIUS as a secondary option. References: * ICX Switch Command Reference Guide (AAA Configuration Section): RUCKUS Support