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 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011bfatNhKvcoRYhbc4UDZ97
This commit is contained in:
@@ -21,9 +21,9 @@ SSH into each switch and run:
|
|||||||
|
|
||||||
```
|
```
|
||||||
enable
|
enable
|
||||||
configure
|
configure terminal
|
||||||
ip http secure-server
|
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
|
> wwtp-gate-sw01 (10.214.0.112) and wwtp-offc-sw01 (10.214.0.100) are confirmed
|
||||||
|
|||||||
Reference in New Issue
Block a user