diff --git a/README.md b/README.md index 087bd7f..4eef3f5 100644 --- a/README.md +++ b/README.md @@ -101,3 +101,10 @@ to take control over these `veth` pairs. In addition, you can add more commands that'll execute on startup by copying in `/etc/vpp/manual-pre.vpp` (to be executed _before_ the containerlab stuff) or `/etc/vpp/manual-post.vpp` (to be executed _after_ the containerlab stuff). + +## Example Containerlab + +The file `vpp.clab.yml' contains an example topology existing of two VPP instances connected each to +one Alpine linux container, in the following topology: + +![learn-vpp](learn-vpp.png) diff --git a/learn-vpp.png b/learn-vpp.png new file mode 100644 index 0000000..d1c183d Binary files /dev/null and b/learn-vpp.png differ