cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5877
Views
5
Helpful
5
Replies

DNA Center Sandbox Password

I'm going through the DevNet Learning Labs.  

 

https://developer.cisco.com/learning/devnet-express/dnav3-track/dnav3-intro-dnac/dnav3-dnac-nbapi-hello-world/step/2

 

The password listed for the sandbox in the lab is devnetuser/Cisco123!

 

This does not work.  Can I get the account setup/activated/re-enabled or can I get info on where to get the password?

 

Thanks,

Joe Jacobs

5 Replies 5

Hey there, i am using this information from the sandbox, which is working ok. Could you try with this information and advise?

Go to https://sandboxdnac.cisco.com
Accept the self-signed certificate
Allow for showing of Browser Notifications
Login with credentials [devnetuser/Cisco123!]

 

https://devnetsandbox.cisco.com/RM/Diagram/Index/c3c949dc-30af-498b-9d77-4f1c07d835f9?diagramType=Topology

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io

Must have been an issue yesterday.  Today I can log in with those creds.  Thanks for checking.

minor_quiros
Level 1
Level 1

Just fyi, user devnetuser, password Cisco123! is not working for dna center again.

We've just confirmed that the credential devnetuser/Cisco123! is working. 

The username and password should work. An alternative is "sandboxdnac2.cisco.com". As mentioned by other users, you must disable certificate verification. Example when using the dnacentersdk:

dnac = api.DNACenterAPI(base_url="https://sandboxdnac2.cisco.com", username="devnetuser", password="Cisco123!", verify=False)