az network vpn-site link
Note
This reference is part of the virtual-wan extension for the Azure CLI (version 2.55.0 or higher). The extension will automatically install the first time you run an az network vpn-site link command. Learn more about extensions.
Manage VPN site link.
Commands
Name | Description | Type | Status |
---|---|---|---|
az network vpn-site link add |
Add a VPN site link to VPN site configuration. |
Extension | GA |
az network vpn-site link list |
List VPN site links on VPN site configuration. |
Extension | GA |
az network vpn-site link remove |
Remove a VPN site link from VPN site configuration. |
Extension | GA |
az network vpn-site link add
Add a VPN site link to VPN site configuration.
az network vpn-site link add --ip-address
--name
[--asn]
[--bgp-peering-address]
[--fqdn]
[--ids]
[--link-provider-name]
[--link-speed-in-mbps]
[--no-wait]
[--resource-group]
[--site-name]
[--subscription]
Examples
Add a VPN site link to VPN site configuration
az network vpn-site link add -g MyRG --site-name VpnSite -n VpnSiteLinkName --ip-address 10.0.1.111 --asn 1234 --bgp-peering-address 192.168.0.0
Required Parameters
IP address of the VPN site.
The name of vpn site link.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
BGP speaker's ASN.
Property | Value |
---|---|
Parameter group: | BGP Peering Arguments |
Peering address and BGP identifier of this BGP speaker.
Property | Value |
---|---|
Parameter group: | BGP Peering Arguments |
FQDN of vpn-site-link.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of the link provider.
Link speed.
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Default value: | False |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of the VPN site config.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az network vpn-site link list
List VPN site links on VPN site configuration.
az network vpn-site link list --resource-group
--site-name
Examples
List VPN site links on VPN site configuration
az network vpn-site link list -g MyRG --site-name VpnSite
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the VPN site config.
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az network vpn-site link remove
Remove a VPN site link from VPN site configuration.
az network vpn-site link remove --index
[--ids]
[--no-wait]
[--resource-group]
[--site-name]
[--subscription]
Examples
Remove a VPN site links from VPN site configuration
az network vpn-site link remove -g MyRG --site-name VpnSite --index 1
Required Parameters
List index of the item (starting with 1).
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Default value: | False |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of the VPN site config.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |