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.
Have You Joined the AI Daily Dose Yet?
What is it?
The AI Daily Dose is a Webex space under the DevNet Creators team where a new, random AI word/concept is sent daily. It includes a definition and a link to learn more. Users can then interact by po...
We are pleased to announce the launch of a new Learning Lab from the Developer Advocacy team at Cisco DevNet:
Machine Learning for Network Engineers: Part 1
Try the Lab ➡ https://developer.cisco.com/learning/labs/ml-for-network-engineers-part-1...
The latest edition of the DevOps Shop is live, and this time we are discussing...
Earning the Cisco DevNet Specialist DevOps Certification
In this video, we highlight an extremely valuable DevOps Certification available from Cisco: DevNet Specialis...
Cisco offers several products that use machine learning to enhance network performance, security, and management.
Here are a few examples:
- Click on the product name (in blue) to learn more -
ACI
Cisco ACI (Application Centric Infrastructure) ...
If you've ever accidentally removed files or folders with "rm", you know that your options for recovering them are extremely limited. In order to avoid that, you can set an alias so that when you use the "rm" command, it sends the files or folders c...
Thanks for sharing this @Tyler Langston
The Cisco ThousandEyes Essentials learning path on Cisco U. is my favorite because it contains 6 of the courses linked to above under Cisco U Courses and is totally free:
https://u.cisco.com/paths/cisco-thousa...
Hi @yazeed-fataar,
The error you're encountering is because self.device.configure(config_commands) returns a string (command output), not an object with a dialog attribute. This is why you're getting the 'str' object has no attribute 'dialog' error w...