From d4543c276655e1cf329c3f6ede1dad4d2f8ff597 Mon Sep 17 00:00:00 2001 From: Jared Dunbar Date: Sat, 15 Sep 2018 16:54:17 -0400 Subject: [PATCH] initial commit, readme --- EX4500-40F.md | 0 README.md | 22 ++++++++++++++++++++++ TL-SG3424.md | 0 basics.md | 1 + 4 files changed, 23 insertions(+) create mode 100644 EX4500-40F.md create mode 100644 README.md create mode 100644 TL-SG3424.md create mode 100644 basics.md diff --git a/EX4500-40F.md b/EX4500-40F.md new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md new file mode 100644 index 0000000..11e30df --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# COSI Networking Tutorial + +The objective of these documents is to teach one how to administrate the COSI network stack (as well as an introduction into various protocols and such) + +## Files + +* `basics.md` + * Goes over the basics about the different types of protocols and tools used +* `EX4500-40F.md` + * Goes into depth about how to administrate a Juniper EX4500-40F network switch + * As of writing, this is the core switch that operates the labs +* `TL-SG3424.md` + * Goes into depth about hw to administrate a TP-Link TL-SG3424 network switch + * As of writing, this switch model is used for our copper links in the network and server racks + +## Where to start + +I would personally start in `basics.md` and get to understand the concepts involved. + +Once you have done that, grab `swm4` (if you can - as of writing, is used to teach on) and follow the tutorial for the TL-SG3424. + +If you finish with that, you may be given permission to use `swf1`, which as of writing is the core switch, and follow the tutorial for the EX-4500-40F. diff --git a/TL-SG3424.md b/TL-SG3424.md new file mode 100644 index 0000000..e69de29 diff --git a/basics.md b/basics.md new file mode 100644 index 0000000..1efd921 --- /dev/null +++ b/basics.md @@ -0,0 +1 @@ +# basics.md