Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed May 6, 2024
1 parent d49124e commit 40d6da3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: {{ cookiecutter.demo_name }}
prefix: ""

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Containerlab with cEOS
name: build-clab-with-ceos
prefix: ""

mgmt:
Expand Down
35 changes: 17 additions & 18 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,24 +82,6 @@ markdown_extensions:
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format

nav:
- Home:
- How To Start: index.md
- Credits: credits.md
- CVaaS:
- Demo:
- CVaaS and AVD Demo, EVPN MLAG: cvaas-cvaas-and-avd-demo--evpn-mlag/cvaas-cvaas-and-avd-demo--evpn-mlag.md
- CVaaS and AVD Demo, EVPN AA: cvaas-cvaas-and-avd-demo--evpn-aa/cvaas-cvaas-and-avd-demo--evpn-aa.md
- AVD:
- Workshops:
# - AVD Extended Workshop: avd/workshops/avd-extended-workshop/avd-extended-workshop.md
- AVD Extended Workshop, Part 1: avd-avd-extended-workshop--part-1.md
# - cLab:
# - Build Containerlab with cEOS: clab-build-containerlab-with-ceos.md
- Construction Area:
- Warning: construction-area.md
- Build Containerlab with cEOS: clab-build-containerlab-with-ceos.md

copyright: >
&nbsp;&#x1F36A;&nbsp;<a href="#__consent">Change cookie settings</a>
Expand Down Expand Up @@ -138,3 +120,20 @@ plugins:
- macros:
include_yaml:
- gh: docs/assets/data/github.yml

nav:
- Home:
- How To Start: index.md
- Credits: credits.md
- CVaaS:
- Demo:
- CVaaS and AVD Demo, EVPN MLAG: cvaas-cvaas-and-avd-demo--evpn-mlag/cvaas-cvaas-and-avd-demo--evpn-mlag.md
- CVaaS and AVD Demo, EVPN AA: cvaas-cvaas-and-avd-demo--evpn-aa/cvaas-cvaas-and-avd-demo--evpn-aa.md
- AVD:
- Workshops:
# - AVD Extended Workshop: avd/workshops/avd-extended-workshop/avd-extended-workshop.md
- AVD Extended Workshop, Part 1: avd-avd-extended-workshop--part-1.md
- cLab:
- Build Containerlab with cEOS: clab-build-containerlab-with-ceos.md
- Construction Area:
- Warning: construction-area.md
3 changes: 2 additions & 1 deletion slides/clab-build-containerlab-with-ceos.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ docker run hello-world
docker import cEOS-lab-4.30.6M.tar.xz arista/ceos:4.30.6M
```
> NOTE: you can also import the image with the tag latest to allow quick "upgrade" of those lab where specific version is not required: `docker tag arista/ceos:4.30.2F arista/ceos:latest`
> NOTE: you can also import the image with the tag latest to allow quick "upgrade" of those lab where specific version is not required: `docker tag arista/ceos:4.30.6M arista/ceos:latest`
2. Confirm that the image was imported successfully:
Expand Down Expand Up @@ -417,6 +417,7 @@ To get `/` as part of an interface name you can simply use `_` (underscore) in c
sudo ip netns exec l01 tcpdump -nni eth1_1 port 179 -vvv
```
- You can clear BGP sessions on `l01` if it takes too long to capture keepalives: `clear ip bgp *`
- For additional details about packet capture check [cLab documentation](https://containerlab.dev/manual/wireshark/).
```console
Expand Down

0 comments on commit 40d6da3

Please sign in to comment.