From c9c6a350f5041527a967bd23eda6cfcd8bb0918f Mon Sep 17 00:00:00 2001 From: Rob Adams <134746213+illinoisrobert@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:13:25 -0600 Subject: [PATCH] Update README.md Update labels per 11/27 email from Logan to dmn --- README.md | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 0777bcf..b8bd88c 100644 --- a/README.md +++ b/README.md @@ -3,28 +3,21 @@ ```mermaid flowchart TD subgraph Logan - client o--o switch1 o--o router o--o switch2 o--o tls o--o switch3 o--o server - switch2("Switch 2") - switch1("Switch 1") + client o--o lswitch1 o--o lrouter o--o lswitch2 o--o tls o--o lswitch3 o--o server + lswitch2("Switch 2
netgear prosafe JGS524E") + lswitch1("Switch 1
aruba 3810m") subgraph OPTIONAL explain@{shape: text, label: "If this section is omitted, connect **Switch 2** directly to **Server**"} - switch3("Switch 3") - tls("TLS Appliance") + lswitch3("Switch 3
GS324T") + tls("TLS Appliance
progress loadmaster X3-NG") end server("Server") - router("Router") + lrouter("Router
cisco 4300") client("Client Computer") - collector("Collector Computer") o-- Mirror --o switch1 & switch2 & switch3 + collector("Collector Computer") o-- Mirror --o lswitch1 & lswitch2 & lswitch3 end subgraph Sharam computer1["First computer"] o--o sswitch1[Switch 1] o--o dut["device under test"] o--o sswitch2[Switch 2] o--o computer2["Second Computer"] - switch3("Switch 3") - switch2("Switch 2") - switch1("Switch 1") - server("Server") - tls("TLS Appliance") - router("Router") - client("Client Computer") scollector("Collector Computer") o-- Promiscuous --o sswitch1 & sswitch2 end ```