From a8ebfe558a3f3aaf6f0bea01da56a076e5460e10 Mon Sep 17 00:00:00 2001 From: dcstephenson Date: Fri, 24 Jul 2026 12:03:49 -0500 Subject: [PATCH] Fix switch CLI commands in Step 1 of README Use correct Extreme switch CLI syntax: configure terminal and copy run start instead of configure and save configuration. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_011bfatNhKvcoRYhbc4UDZ97 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 962bdbf..bd9b416 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ SSH into each switch and run: ``` enable -configure +configure terminal ip http secure-server -save configuration +copy run start ``` > wwtp-gate-sw01 (10.214.0.112) and wwtp-offc-sw01 (10.214.0.100) are confirmed