350-701 · Question #901
Drag and Drop Question An engineer must configure a Cisco switch to use a RADIUS server for AAA to meet these requirements: - Use Cisco123! as an encryption key. - Be located at an IP address of…
The correct answer is Switch# configure terminal; Switch(config)# radius server Radius; Switch(config-radius-server)# address ipv4 10.10.10.1 auth-port 1645 acct-port 1646; Switch(config-radius-server)# key Cisco123! The correct sequence follows Cisco IOS hierarchical configuration logic: you must first enter global configuration mode with 'configure terminal', then create and name the RADIUS server instance with 'radius server Radius' (which drops you into config-radius-server submode)…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Switch# configure terminal
- Switch(config)# radius server Radius
- Switch(config-radius-server)# address ipv4 10.10.10.1 auth-port 1645 acct-port 1646
- Switch(config-radius-server)# key Cisco123!
Explanation
The correct sequence follows Cisco IOS hierarchical configuration logic: you must first enter global configuration mode with 'configure terminal', then create and name the RADIUS server instance with 'radius server Radius' (which drops you into config-radius-server submode), and only then can you configure the server's IP address/ports and encryption key within that submode. The 'address' and 'key' commands are submode commands that cannot be executed before the RADIUS server instance is created, and the IP/port definition logically precedes the key assignment as best practice.
Topics
Community Discussion
No community discussion yet for this question.
