====== Cisco DEVNET ====== ==== Kurse ==== * https://developer.cisco.com/learning/tracks * https://learningnetwork.cisco.com/s/article/devnet-associate-devasc-200-901-x * https://learningnetwork.cisco.com/s/article/devasc-exam-topics ==== APIs ==== * https://developer.webex.com/docs/api/v1/messages/create-a-message * https://api.chucknorris.io/ * https://github.com/public-apis/public-apis ** -- A collective list of free APIs for use in software and web development** * https://restcountries.com/ **-- Get information about countries via a RESTful API** ==== REST ==== * [[https://reqbin.com/| Reqbin - Online REST & SOAP API Testing Tool]] * [[https://linuxize.com/post/curl-rest-api/|Using Curl to make REST API requests]] ==== Docker ==== * https://developer.cisco.com/learning/lab/docker-101/step/4 * https://www.mt-ag.com/blog/ki-werkstatt/koexistenz-von-hyper-v-und-virtualbox-fur-den-einsatz-von-docker/ * [[https://learnk8s.io/blog/smaller-docker-images|3 simple tricks for smaller Docker images]] * [[https://forums.docker.com/t/using-localhost-for-to-access-running-container/3148|Using localhost to access running container]] ==== Ansible ==== * [[ne:ansible:ansible|Ansible]] * [[https://www.ansible.com/hubfs/2018_Content/Beginner%27s%20Guide%20to%20NetDevOps%20with%20Cisco%20DevNet%20and%20Ansible.pdf|Beginner's Guide to NetDevOps with Cisco DevNet and Ansible.pdf]] * [[https://www.ansible.com/hubfs/2018_Content/Beginner%27s%20Guide%20to%20NetDevOps%20with%20Cisco%20DevNet%20and%20Ansible%20Q&A.pdf|Beginner's Guide to NetDevOps with Cisco DevNet and Ansible Q&A.pdf]] * https://www.reddit.com/r/ansible/comments/5n7nos/using_ansible_with_cisco_ios_peripherials/ * https://docs.ansible.com/ansible/latest/intro_networking.html * https://docs.ansible.com/ansible/latest/collections/cisco/ios/index.html * https://docs.ansible.com/ansible/latest/collections/cisco/ios/ios_config_module.html * https://developer.cisco.com/automation-ansible/ * https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/fundamentals/configuration/15mt/fundamentals-15-mt-book/cf-autoinstall.html * [[https://blog.noblinkyblinky.com/2020/10/26/capturing-show-output-with-ansible/|Capturing show output with Ansible!]] * [[https://www.ansible.coma/blog/the-network-cli-is-dead-long-live-xml-just-kidding|The Network CLI is Dead, Long Live XML! (An Ansible+NETCONF+YANG Deep Dive)]] ==== Cisco CSR100v ==== ---- ==== Network-Testing ==== === PyATS === * https://developer.cisco.com/pyats/ * https://www.rogerperkin.co.uk/network-automation/pyats/pyats-genie-tutorial/ - **pyATS Tutorial for Beginners** * https://www.youtube.com/watch?v=GhkkOxLheRY - **pyATS | Genie - Getting Started!** * https://www.youtube.com/watch?v=LbxfHWrujHc - **Is Your Network Working? Guess No More with Python Testing Powered by pyATS** * https://www.youtube.com/watch?v=aMoXuXWohTA - **Network Assurance: pyATS / Genie for Network Engineers** === RobotFramework === * https://www.reddit.com/r/networkautomation/comments/14xlyln/comment/jrtnosw/?context=3 * https://github.com/mitchmahan/robotframework-netmiko ---- ==== YANG ==== * https://www.openconfig.net/projects/models/ * https://www.youtube.com/watch?v=chRQASTp-bM DE - **Automate Peering with OpenConfig** === Tools === * https://github.com/CiscoDevNet/yang-explorer * https://gnmic.kmrd.dev/ * https://aristanetworks.github.io/openmgmt/examples/gnmi-clients/gnmic/ ==== Python ==== * [[https://stackoverflow.com/questions/7943751/what-is-the-python-3-equivalent-of-python-m-simplehttpserver|What is the Python 3 equivalent of “python -m SimpleHTTPServer”]]