Free Cisco 300-715 SISE Actual Exam Questions - Question 10 Discussion
to the network. The RADIUS test fails after the administrator configures all of the settings in Cisco ISE
and adds the proper configurations to the switch. What is the issue"?
C/D? A wrong shared secret is an easy miss that immediately kills RADIUS. But if the switch is using a self-signed cert and ISE expects a CA cert, that could also cause a failure in mutual trust checks.
It’s C, shared secret mismatches stop the RADIUS test dead.
Not A, because the endpoint profile being unknown usually happens after successful communication with ISE, but the test is failing earlier during RADIUS setup. C still feels more likely here.
Maybe B could be the issue too since if the endpoint’s creds aren’t right, authentication would fail even if everything else looks good. It’s worth checking the credentials on the endpoint side.
If the endpoint profile is unknown, wouldn’t it block authentication too?
B, if the endpoint lacks proper creds, RADIUS authentication won't pass.
Seems like the explanation is missing here-would be great to know more about why a RADIUS test fails specifically. But I’d guess C, since shared secret mismatches are common culprits in these setups.