Skip to content

Playing with auto provision of l3vpn for customers

License

Notifications You must be signed in to change notification settings

matheorism/auto_mpls_l3vpn

 
 

Repository files navigation

Automating MPLS L3VPNs with Nornir

Getting Started

Clone Repo

git clone https://github.com/JulioPDX/auto_mpls_l3vpn.git
cd auto_mpls_l3vpn

Create venv

python3 -m venv venv

Activate venv

source venv/bin/activate

Install requirements

pip install -r requirements.txt

Next Steps

At this point you can either copy the topology I have or build your own. Just note that you will have to match IP addressing to whatever you pick as well as interface naming. Wish you all the best and happy automating!

About

Playing with auto provision of l3vpn for customers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.7%
  • Jinja 13.3%