The correct configuration to allow all commands to be authorized if the user has successfully authenticated when all RADIUS servers are unreachable is option C, which is aaa authorization exec default group radius if-authenticated. This command specifies that if a user has been authenticated, then they should be authorized to execute all commands in the absence of any reachable RADIUS servers. It's a fallback mechanism that ensures users retain command execution privileges even when the RADIUS server cannot be contacted.