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.
I am following the "Coding and API Fundamentals" DevNet study material Lesson.I am told to use the DevNet Always-On IOS XE Sandbox to follow the example shown in that Lesson.Below is a fragment of the code being shown in that Lesson:! >>> import req...
I have to correct what I said earlier about SSH to the host. The result I showed earlier was from a SSH session using the default port 22. Using the port 9443 as specified in the Lab exercise, the connection times out as well (I do not even get a pro...
Thanks again.Something I came across in my own host when trying to run the code in the documentation (the snippet I sent earlier as an attachment) is a connection timeout. After looking for possible url typo errors and finding none, I tried to run t...
Bigevilbeard,Thanks for your insights.You are right, I had two different questions.1- How to enable bash shel and linux interpreter in the XE sandbox.2- Where to run code provided in the learning material. The code is NOT to be run in the box itself...
Joyce,Thanks for suggestion.However, I noticed that you do not need to be in config mode to run "guestshell run bash to enable the Linux interpreter.Privilege mode should be good enough to run the command. See snnipet below. However, even though th...