Skip to content

farooqzia/CiscoDevNet

Repository files navigation

Cisco DevNet Learning Labs: DNAv3 Sample Code

This repository contains the sample code to go along with Cisco DevNet Learning Labs covering network programmability topics. During the setup steps of the labs, you'll be asked to clone this repository down to your workstation to get started.

Contributions are welcome, and we are glad to review changes through pull requests. See contributing.md for details.

The goal of these learning labs is to ensure a 'hands-on' learning approach rather than just theory or instructions.

About this Sample Code

Contributions are welcome, and we are glad to review changes through pull requests. See contributing.md for details.

Once approved, Cisco DevNet reviewers then create a release to publish through our Learning Labs system.

The goal of these learning labs is to ensure a 'hands-on' learning approach rather than theory or instructions.

About these Learning Labs

Within this repository are several files and folders covering different topics and labs. This table provides details on what each is used for, and which labs they correspond to.

File / Folder Description
env_lab.py A Python file containing lab infrastructure details for routers, switches and appliances leveraged in the different labs. This file provides a centralized Python import that is used in other code samples to retrieve IPs, usernames, and passwords for connections
env_user.template Similar to env_lab.py, this is a template for end users to copy within their own code repo as env_user.py where they can provide unique details for their own accounts. For example, their Webex Teams (formerly Cisco Spark) authentication token. Not all labs require this file, if one does it will be specified in setup.
requirements.txt Global Python requirements file containing the requirements for all labs within this repository. Each folder also contains a local requirements.txt file.
intro-python/ Sample code and exercises for the Python Fundamentals Learning Labs
(Publishing Soon)
rest-api/ Sample code and exercises for the REST API Fundamentals Learning Labs
(Publishing Soon)
intro-dnac/ Sample code and exercises for the Introduction to DNA Center Programmability Learning Labs
(Publishing Soon)
intro-mdp/ Sample code and exercises for the Introduction to Model Drive Programmability (NETCONF/RESTCONF/YANG) Learning Labs
intro-guestshell/ Sample code and exercises for the Introduction to Guest Shell on IOS XE Learning Labs
(Publishing Soon)
intro-meraki/ Sample code and exercises for the Introduction to Meraki Programmability Learning Labs
(Publishing Soon)
intro-nfvis/ Sample code and exercises for the Introduction to Network Function Virtualization with NFVIS APIs Learning Labs
(Publishing Soon)
verify/ A series of verification scripts primarily used during DevNet Express for DNA events to ensure the workshop environment is fully operational.
dev/ Resources and information for building code samples and labs.
requirements-dev.txt Python requirements file containing requirements only needed if developing new code samples.

Note: These code samples are also leveraged during DevNet Express for DNA events. If you are one of these events, your event proctors and hosts will walk you through event setup and verification steps as part of agenda.

Contributing

These learning modules are for public consumption, so you must ensure that you have the rights to any content that you contribute.

Getting Involved

  • If you'd like to contribute to an existing lab, refer to contributing.md.
  • If you're interested in creating a new Cisco DevNet Learning Lab, please contact a DevNet administrator for guidance.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published