Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello everyone, I am running into an issue with ISE and authentication. If I run my script to create a network device it does so and it shows up in ISE, however when I try to have the device authenticate with ISE, in the radius logs, I can see that I...
Hello everyone, I am trying to automate adding network devices to ISE using python API calls to ISE with the requests module and using JSON for the modifying of the data. Here is an example of the code: #### import requestsimport requests.authimpor...
Thank you! What worked is adding this in the json code: "authenticationSettings" : {"networkProtocol" : "RADIUS","radiusSharedSecret" : devicesecret, I was wondering if you guys have any clue as to what causes this bug to occur? We are on 2.4.0.357,...
Hslai, I tried both of those and the issue is still present. I tried to view the bug, but I could not. Is there any type of update from Cisco on what is causing this bug to occur?