Update README.md - fix repository structure section
Remove references to non-existent docs/ and scripts/ folders. Update structure to reflect actual repository contents. Refs #15
This commit is contained in:
22
README.md
22
README.md
@@ -14,7 +14,7 @@ This lab demonstrates a complete EVPN-VXLAN data center fabric with:
|
|||||||
## 📐 Topology
|
## 📐 Topology
|
||||||
|
|
||||||
```
|
```
|
||||||
┌─────────┐ ┌─────────┐
|
┌──────────┐ ┌──────────┐
|
||||||
│ Spine1 │ │ Spine2 │
|
│ Spine1 │ │ Spine2 │
|
||||||
│ AS65000 │ │ AS65000 │
|
│ AS65000 │ │ AS65000 │
|
||||||
└────┬────┘ └────┬────┘
|
└────┬────┘ └────┬────┘
|
||||||
@@ -218,6 +218,8 @@ show mac address-table
|
|||||||
```
|
```
|
||||||
arista-evpn-vxlan-clab/
|
arista-evpn-vxlan-clab/
|
||||||
├── README.md # This file
|
├── README.md # This file
|
||||||
|
├── TROUBLESHOOTING.md # Troubleshooting guide
|
||||||
|
├── END_TO_END_TESTING.md # Testing procedures
|
||||||
├── evpn-lab.clab.yml # ContainerLab topology
|
├── evpn-lab.clab.yml # ContainerLab topology
|
||||||
├── configs/ # Device configurations
|
├── configs/ # Device configurations
|
||||||
│ ├── spine1.cfg
|
│ ├── spine1.cfg
|
||||||
@@ -230,24 +232,22 @@ arista-evpn-vxlan-clab/
|
|||||||
│ ├── leaf6.cfg
|
│ ├── leaf6.cfg
|
||||||
│ ├── leaf7.cfg
|
│ ├── leaf7.cfg
|
||||||
│ └── leaf8.cfg
|
│ └── leaf8.cfg
|
||||||
├── docs/ # Documentation
|
└── hosts/ # Host interface configurations
|
||||||
│ ├── configuration-guide.md
|
├── README.md
|
||||||
│ ├── validation-commands.md
|
├── host1_interfaces
|
||||||
│ └── topology-diagram.png
|
├── host2_interfaces
|
||||||
└── scripts/ # Helper scripts
|
├── host3_interfaces
|
||||||
├── deploy.sh
|
└── host4_interfaces
|
||||||
├── test-connectivity.sh
|
|
||||||
└── cleanup.sh
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## 🔧 Cleanup
|
## 🗑️ Cleanup
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Destroy the lab
|
# Destroy the lab
|
||||||
sudo containerlab destroy -t evpn-lab.clab.yml
|
sudo containerlab destroy -t evpn-lab.clab.yml
|
||||||
|
|
||||||
# Remove all related containers and networks
|
# Remove all related containers and networks
|
||||||
sudo containerlab destroy --cleanup
|
sudo containerlab destroy -t evpn-lab.clab.yml --cleanup
|
||||||
```
|
```
|
||||||
|
|
||||||
## 📚 References
|
## 📚 References
|
||||||
|
|||||||
Reference in New Issue
Block a user