- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2025 08:25 AM
i keep getting a 502 error using the provided URL, basic auth, etc of
- Public URL: devnetsandboxiosxe.cisco.com
- Username: admin
- Password: C1sco12345
- RESTCONF port: 443
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 08:35 AM
I quickly tested and is working now.
❯ curl -k -u admin:C1sco12345 -H "Accept: application/yang-data+json" -H "Content-Type: application/yang-data+json" -X GET "https://devnetsandboxiosxe.cisco.com/restconf/data/Cisco-IOS-XE-native:native/hostname"
{
"Cisco-IOS-XE-native:hostname": "Cat8000V"
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2025 02:00 AM
Port looks open, and services are enabled on the device end. Team might need to advise and/or reboot the remote side vm.
Connect with me https://bigevilbeard.github.io
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 02:32 AM
The credentials for devnetsandboxiosxe.cisco.com are not working.
I am getting "Wrong Credentials" error from https and ssh doesn't work either.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 03:09 AM
@gcilliano looks like someone has changed the password, team will need to reset this.
Connect with me https://bigevilbeard.github.io
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 08:35 AM
I quickly tested and is working now.
❯ curl -k -u admin:C1sco12345 -H "Accept: application/yang-data+json" -H "Content-Type: application/yang-data+json" -X GET "https://devnetsandboxiosxe.cisco.com/restconf/data/Cisco-IOS-XE-native:native/hostname"
{
"Cisco-IOS-XE-native:hostname": "Cat8000V"
}
