1

Azure Web 门户是否支持在 VPN 网关上配置 BGP?所有在线文档似乎都包含使用 powershell 的步骤。但是powershell不适用于linux机器。我对么?那么,在 Azure 上的 VPN 网关上配置 BGP 的唯一方法是通过 Windows 机器上的 powershell 命令吗?

4

1 回答 1

0

You can't configure BGP via the Portal.

You have two other options for Linux / CLI you could run the required PowerShell commands in Azure Automation, you could write the script there and then call that from Linux.

Alternatively you could create a template which will also let you specify BGP, have a look at this one for details - https://github.com/Azure/azure-quickstart-templates/tree/master/101-site-to-site-vpn-create

于 2016-06-07T19:57:49.517 回答