Skip to content

Commit 27baaab

Browse files
authored
Update vpn-gateway-modify-ip-prefix-cli-include.md
1 parent a42689a commit 27baaab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/vpn-gateway-modify-ip-prefix-cli-include.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you want to add or remove IP address prefixes and your gateway doesn't have a
1313
Each time you make a change, the entire list of prefixes must be specified, not just the prefixes that you want to change. Specify only the prefixes that you want to keep. In this case, 10.0.0.0/24 and 10.3.0.0/16
1414

1515
```azurecli
16-
az network local-gateway create --gateway-ip-address 23.99.221.164 --name Site2 -g TestRG1 --local-address-prefixes 10.0.0.0/24 10.3.0.0/16
16+
az network local-gateway create --gateway-ip-address 203.0.113.34 --name Site2 -g TestRG1 --local-address-prefixes 10.0.0.0/24 10.3.0.0/16
1717
```
1818

1919
### <a name="withconnection"></a>To modify local network gateway IP address prefixes - existing gateway connection
@@ -24,4 +24,4 @@ Each time you make a change, the entire list of prefixes must be specified, not
2424

2525
```azurecli
2626
az network local-gateway update --local-address-prefixes 10.0.0.0/24 10.3.0.0/16 10.5.0.0/16 10.6.0.0/16 --name VNet1toSite2 -g TestRG1
27-
```
27+
```

0 commit comments

Comments
 (0)