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
416
416
To verify the configuration settings, execute the following commands:
417
417
418
418
``` 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
421
421
ogcli get conns # Verify NET1, NET2, NET3 Removed
422
422
ogcli get users # Verify support admin user
423
423
ogcli get static_routes # Ensure there are no static routes
@@ -623,7 +623,7 @@ Install latest version of the [necessary CLI extensions].
623
623
624
624
``` azurecli
625
625
az login
626
- az account set --subscription $ SUBSCRIPTION_ID
626
+ az account set --subscription < SUBSCRIPTION_ID>
627
627
az account show
628
628
```
629
629
You can’t perform that action at this time.
0 commit comments