Coder Social home page Coder Social logo

clab-eigrp's Introduction

Preamble

This repository includes a topology definition file for four Cisco CSR1000v running 17.03.04 code which can be launched by Containerlab. In this lab I have preconfigured IP addressing and the EIGRP Routing Protocol to serve as a baseline for experimentation. I've also included an ansible backup playbook in the directory to allow you to back up your running configuration so they lab may be torn down and rebuilt without the loss of progress.

Topology

Software Requirements

System Requirements

  • CPU: 3 Cores
  • RAM: 12 GB
  • DISK: <3GB

Considerations

You should consider adding the environmental variable "ANSIBLE_HOST_KEY_CHECKING" to False as teardown and recreation of the lab can cause SSH Key Mismatches.

export ANSIBLE_HOST_KEY_CHECKING=False

Deploying the lab

This lab can be deployed once all requirements are met by executing the command in the same directory that "eigrp.yaml" exists in.

clab deploy -t eigrp.yaml

Accessing the nodes

The default user and admin for the nodes are admin:admin. You can access them via ssh and their corresponding DNS name as automatically added in the local "/etc/hosts" file.

ssh admin@clab-csr-demo-rtr1

Backing up your progress

You can backup the configuration of your nodes by executing the Ansible Playbook in the same directory that "backup.yaml" exists in.

ansible-playbook -i ansible-inventory.yml backup.yaml -u admin -k

Destroying the lab

This lab can be torn down by executing the command in the same directory that "eigrp.yaml" exists in.

clab destroy -t eigrp.yaml

Thanks!

If you find this repository interesting please check out my blog to see how I'm using this testbed in experimentation and learning!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.