cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
538
Views
1
Helpful
4
Replies

IOS XE on Catalyst Always-On not working

dvarughe
Level 1
Level 1

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

 

1 Accepted Solution

Accepted Solutions

Jesus Illescas
Cisco Employee
Cisco Employee

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"
}

 

 

View solution in original post

4 Replies 4

Port looks open, and services are enabled on the device end. Team might need to advise and/or reboot the remote side vm.

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

gcilliano
Level 1
Level 1

The credentials for devnetsandboxiosxe.cisco.com are not working.

I am getting "Wrong Credentials" error from https and ssh doesn't work either.

 

@gcilliano looks like someone has changed the password, team will need to reset this.

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

Jesus Illescas
Cisco Employee
Cisco Employee

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"
}