Skip to content

This is the public repository for Breakout Session 2103 at Cisco Live EMEA 2024

License

Notifications You must be signed in to change notification settings

cskoglun/BRKOPS-2103

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4 Easy Ways for Network Engineers to Go from an Un-Programmed to an Automated Network

Supplementary material for the Cisco Live EMEA 2024 session BRKOPS-2103.

4 easy ways towards automated network

Before you start

All of the code presented in the Cisco Live session is available for you on this Github repository. If you do not have programming experience before hand, there are couple of steps you will need to cover before you can start trying the examples out.

Prepare your developer environment

  • Install Python version 3
  • Install Git
  • Install a code editor, for example Visual Studio Code

Not sure how to do these? DevNet has great learning material to get you through these steps. You will need a free DevNet account to access the material, so register here if you haven't, and enjoy the learning labs to get your developer environment started:

Clone the repository and install required libraries

When you have your developer environment up and running, make sure you install all libraries and modules required for your scripts. To keep your developer environment tidy, make sure to activate your virtual environment before installing the libraries.

Clone this repository to the environment in which your are working:

git clone https://github.com/cskoglun/BRKOPS-2103.git

Install the requirements to have all the necessary libraries for the code examples to work.

pip install -r requirements.txt 

Authors & Maintainers

People responsible for the creation and maintenance of this project:

License

This project is licensed to you under the terms of the Cisco Sample Code License.

About

This is the public repository for Breakout Session 2103 at Cisco Live EMEA 2024

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages