az network vpn-site link
Note
This reference is part of the virtual-wan extension for the Azure CLI (version 2.39.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
az network vpn-site link add |
Add a VPN site link to VPN site configuration. |
az network vpn-site link list |
List VPN site links on VPN site configuration. |
az network vpn-site link remove |
Remove a VPN site link from VPN site configuration. |
az network vpn-site link add
Add a VPN site link to VPN site configuration.
az network vpn-site link add --ip-address
--name
--resource-group
--site-name
[--asn]
[--bgp-peering-address]
[--fqdn]
[--link-provider-name]
[--link-speed-in-mbps]
[--no-wait]
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.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the VPN site config.
Optional Parameters
BGP speaker's ASN.
Peering address and BGP identifier of this BGP speaker.
FQDN of vpn-site-link.
Name of the link provider.
Link speed.
Do not wait for the long-running operation to finish.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
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.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
az network vpn-site link remove
Remove a VPN site link from VPN site configuration.
az network vpn-site link remove --index
--resource-group
--site-name
[--no-wait]
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).
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the VPN site config.
Optional Parameters
Do not wait for the long-running operation to finish.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
Feedback
Submit and view feedback for