From 6ea621c4b0e6e99e784a6437400aea8c511168df Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 31 Oct 2023 00:18:38 +0100 Subject: [PATCH] Add solution for Lab 01 --- Networks/Main.pkt | 3 +++ Tutorials/Lab 1 - Virtual Network/README.md | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 Networks/Main.pkt create mode 100644 Tutorials/Lab 1 - Virtual Network/README.md diff --git a/Networks/Main.pkt b/Networks/Main.pkt new file mode 100644 index 0000000..b20082f --- /dev/null +++ b/Networks/Main.pkt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e8c4481fe01931d1aa04cf25003fed8058e9173e8ea475943e181c2f5c3f527 +size 301966 diff --git a/Tutorials/Lab 1 - Virtual Network/README.md b/Tutorials/Lab 1 - Virtual Network/README.md new file mode 100644 index 0000000..fd31cee --- /dev/null +++ b/Tutorials/Lab 1 - Virtual Network/README.md @@ -0,0 +1,6 @@ +# Lab 01 - Virtual Networks +> ***Objectives:*** +> - Create Switch 1, Switch 2, Switch 3 and Switch 4. +> - Attach 6 PCs to each Switch + +Objectives are realized in `../../Networks/Main.pkt` at branch `feature/lab-1`.