General Update

- Add devcontainer
- Update Readme
- Update cEOS images
This commit is contained in:
Damien A
2024-06-15 11:24:11 +02:00
parent 60e56f76d8
commit 8e16364544
6 changed files with 39 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ This project provides a hands-on lab environment for understanding and experimen
The project directory is structured as follows:
- `hosts`: Directory containing host configuration files for the lab.
- `network_images/ceos-lab-4.31.1F.tar.xz`: Container image used for the lab nodes.
- `network_images/ceos-lab-4.32.0.1F.tar.xz`: Container image used for the lab nodes.
- `lab_vxlan.yml`: YAML file describing the VXLAN lab topology.
## Prerequisites
@@ -35,6 +35,7 @@ The project directory is structured as follows:
3. **Start the Lab:**
- Navigate to the project directory.
- Add Arista image to Docker `docker import network_images/cEOS64-lab-4.32.0.1F.tar.xz ceos:4.32.0.1F`
- Run `sudo containerlab deploy -t lab_vxlan.yml` to deploy the lab topology.
## Usage