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, I installed the IPSK Manager. The Admin portal on port 443 is working and I am able to login the admin portal, but the end user portal on port 8443 always shows the 404 page. Also when I click Portals > Add Portal on the admin page, nothing ha...
Hello, I am using the command runner code here: https://github.com/CiscoDevNet/dne-dna-code/blob/master/intro-dnac/04_Cmd_Runner/cmd_runner.py It can get the command output but it finishes with an error as below. If I am trying to run this with multi...
For example, in this lab: https://developer.cisco.com/learning/lab/intro-dnac-template-prg/step/2, where can I find the get_template.py script? and where can I find the show_command.py script in this lab: https://developer.cisco.com/learning/lab/intr...
Hello,I am practicing this lab:https://developer.cisco.com/learning/lab/intro-dnac-cmd-run/step/3when I run the POST /v1/network-device-poller/cli/read-request to my DNAC, I got the "202 Accepted" message below: { "response": { "taskId": "4...
Try not using channel 112 and other DFS channels. Try to use following channels:UNII-1/Lower Band (5.150 to 5.250 GHz) Non-overlapping channels 36, 40, 44, 48UNII-2/Middle Band (5.250 to 5.350 GHz) Non-overlapping channels 52, 56, 60, 64UNII-3/Upper ...
After spending plenty of time, I am still not able to make this software working. I still get the "File not found. ". error after logging in the portal. Can Cisco do something to make this software more easier for people to setup and use? A complete ...
Hello,> If you go into the admin portal and the portals menu item you should see a view option next to each portal you made. Click that and use the URL it shows for that particular portal. Yes I used that URL, and I still sees the warning "Warning: T...
@John N , it maybe your local user configuration problem. Make sure the local user is configured with "username xxx password xxx", NOT "username xxx secret xxx". I tested if using the latter command, I get the same error as yours, but using the first...
Thanks @Nick Ciesinski for your reply. Yes I was using the Portal URL from the View Portal window and I had the issue above. The portal type is Captive Portal, and Authentication Directory is Internal, and the App Port is Https(8443).Thanks.