https://github.com/ngschmidt/vyos-vclos
https://github.com/ngschmidt/vyos-vclos
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ngschmidt/vyos-vclos
- Owner: ngschmidt
- License: gpl-3.0
- Created: 2020-12-23T10:34:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-01T06:13:24.000Z (over 5 years ago)
- Last Synced: 2025-06-26T22:19:48.672Z (about 1 year ago)
- Language: HTML
- Size: 126 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# VyOS Virtual Clos Topology Deployment Templates
## Synopsis
Provide a base configuration to "jump-start" a basic Clos topology composed of Vyos VMs
### Topology Diagram

### This Will
- Set up interface `eth0` as a DHCP client
- Set up VRF `mgmt` to keep eth0 separate. This will allow consumers to keep an easy, automatically bootstrapped out-of-band point of administration.
- Set up SSH/API for remote administration once it's on-line
- Configure a "fat tree" of routers to connect to each other via eBGP
## To use these examples
- Perform a new VyOS installation:
- Install the provided configuration into that virtual router
- Update VyOS (if applicable), and load any custom software.
- Package into OVA or VM Template
- Deploy configurations
From there, it's possible to perform get and post invocations.
## Tested Platforms
- VyOS Rolling
## Notes
- Set your own password - that is not included in this configuration.
- This doesn't set up any virtual topologies yet, or deploy images for you.
## Authors
- *Nick Schmidt*