Inspired by NetDevOps Live
I’m thinking if it is possible to build a VXLAN/EVPN network in my notebook so that I can test/code the network whenever/wherever
Now, I can carry my vxlan network on the plane or in the submarine
youtube: https://youtu.be/GM7hpvsSFh8
This project is to create two nx-osv instances and run vxlan between them. Connecting two linux guest system and they can connect together.
ALL in a box (assuming you have at least 16GB (more is better) and descent CPU (mine is i7-8650U)
While we learn Vxlan, we usually need two spine and two leaf and some hosts connecting to it. Usually a physical environment or VIRL is required. This lab can build a simplified Vxlan inside your notebook just using vagrant/virtualbox. You can test/learn some Vxlan features:
Underlay:
Overlay:
By using a new box image, the CVAC works now. Reference link: NX-OSv Configuration The new image to build a vxlan_in_a_box with just vagrant up once.
Linux: mkisofs -output nxosconfig.iso -l --relaxed-filenames --iso-level 2 <file(s) to add>
open a cmd prompt: "vagrant box list" to check the vx-osv box image and centos image are ready
### Example:
-----------------------
centos/7 (virtualbox, 1811.02)
nxosv/9.2.2-final (virtualbox, 0)
Edit .\2_switches_cvac\Vagrant: Modify "node.vx.box" to boot the required nx-osv images
Edit .\centos7\Vagrant: Modify "node.vx.box" to boot the required centos7 image
If you have questions, concerns, bug reports, etc., please create an issue against this repository.
A license is required for others to be able to use your code. An open source license is more than just a usage license, it is license to contribute and collaborate on code. Open sourcing code and contributing it to Code Exchange or Automation Exchange requires a commitment to maintain the code and help the community use and contribute to the code.
Choosing a license can be difficult and depend on your goals for your code, other licensed code on which your code depends, your business objectives, etc. This template does not intend to provide legal advise. You should seek legal counsel for that. However, in general, less restrictive licenses make your code easier for others to use.
Cisco employees can find licensing options and guidance here.
Once you have determined which license is appropriate, GitHub provides functionality that makes it easy to add a LICENSE file to a GitHub repo, either when creating a new repo or by adding to an existing repo.
When creating a repo through the GitHub UI, you can click on Add a license and select from a set of OSI approved open source licenses. See detailed instructions.
Once a repo has been created, you can easily add a LICENSE file through the GitHub UI at any time. Simply select Create New File, type LICENSE into the filename box, and you will be given the option to select from a set of common open source licenses. See detailed instructions.
Once you have created the LICENSE file, be sure to update/replace any templated fields with appropriate information, including the Copyright. For example, the 3-Clause BSD license template has the following copyright notice:
Copyright (c) <YEAR>, <COPYRIGHT HOLDER>
See the LICENSE for this template repo as an example.
Once your LICENSE file exists, you can delete this section of the README, or replace the instructions in this section with a statement of which license you selected and a link to your license file, e.g.
This code is licensed under the BSD 3-Clause License. See LICENSE for details.
Some licenses, such as Apache 2.0 and GPL v3, do not include a copyright notice in the LICENSE itself. In such cases, a NOTICE file is a common place to include a copyright notice. For a very simple example, see NOTICE.
In the event you make use of 3rd party code, it is required by some licenses, and a good practice in all cases, to provide attribution for all such 3rd party code in your NOTICE file. For a great example, see https://github.com/cisco/ChezScheme/blob/master/NOTICE.
Code Exchange Community
Get help, share code, and collaborate with other developers in the Code Exchange community.View Community