File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -416,8 +416,8 @@ These commands set the baud rate and pinout for connecting to the Pure Storage C
416416To verify the configuration settings, execute the following commands:
417417
418418``` bash
419- ping $ PE1_IP -c 3 # Ping test to PE1 //TS subnet +2
420- ping $ PE2_IP -c 3 # Ping test to PE2 //TS subnet +2
419+ ping < PE1_IP> -c 3 # Ping test to PE1 //TS subnet +2
420+ ping < PE2_IP> -c 3 # Ping test to PE2 //TS subnet +2
421421ogcli get conns # Verify NET1, NET2, NET3 Removed
422422ogcli get users # Verify support admin user
423423ogcli get static_routes # Ensure there are no static routes
@@ -623,7 +623,7 @@ Install latest version of the [necessary CLI extensions].
623623
624624``` azurecli
625625 az login
626- az account set --subscription $ SUBSCRIPTION_ID
626+ az account set --subscription < SUBSCRIPTION_ID>
627627 az account show
628628```
629629
You can’t perform that action at this time.
0 commit comments