我想在 GCP 云路由器上配置一个带有 BGP 身份验证的 BGP 会话(用于本地连接/混合连接),但无法在 gcloud CLI 或 Web 客户端中设置密码的任何选项?
GCP不支持BGP认证吗?
这里是命令文档:
gcloud help compute routers add-bgp-peer
NAME
gcloud compute routers add-bgp-peer - add a BGP peer to a Google Compute
Engine router
SYNOPSIS
gcloud compute routers add-bgp-peer NAME --interface=INTERFACE
--peer-asn=PEER_ASN --peer-name=PEER_NAME
[--advertised-route-priority=ADVERTISED_ROUTE_PRIORITY]
[--advertisement-mode=MODE] [--async]
[--peer-ip-address=PEER_IP_ADDRESS] [--region=REGION]
[--set-advertisement-groups=[GROUP,...]]
[--set-advertisement-ranges=[CIDR_RANGE=DESC,...]]
[GCLOUD_WIDE_FLAG ...]
https://cloud.google.com/sdk/gcloud/reference/compute/routers/add-bgp-peer
我希望有一个 BGP 密码参数。