mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-22 07:40:10 +00:00
gcloud: Wed May 4 09:15:29 UTC 2022
This commit is contained in:
parent
532fac5ddb
commit
5e0446371a
160 changed files with 5232 additions and 171 deletions
|
|
@ -5,10 +5,9 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha compute routers update-bgp-peer NAME --peer-name=PEER_NAME
|
||||
[--advertised-route-priority=ADVERTISED_ROUTE_PRIORITY]
|
||||
[--advertisement-mode=MODE] [--async]
|
||||
[--[no-]clear-md5-authentication-key] [--[no-]enable-ipv6]
|
||||
[--[no-]enabled] [--interface=INTERFACE] [--ip-address=IP_ADDRESS]
|
||||
[--ipv6-nexthop-address=IPV6_NEXTHOP_ADDRESS]
|
||||
[--advertisement-mode=MODE] [--async] [--clear-md5-authentication-key]
|
||||
[--[no-]enable-ipv6] [--[no-]enabled] [--interface=INTERFACE]
|
||||
[--ip-address=IP_ADDRESS] [--ipv6-nexthop-address=IPV6_NEXTHOP_ADDRESS]
|
||||
[--md5-authentication-key=MD5_AUTHENTICATION_KEY] [--peer-asn=PEER_ASN]
|
||||
[--peer-ip-address=PEER_IP_ADDRESS]
|
||||
[--peer-ipv6-nexthop-address=PEER_IPV6_NEXTHOP_ADDRESS]
|
||||
|
|
@ -55,10 +54,8 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--[no-]clear-md5-authentication-key
|
||||
Remove MD5 authentication from the BGP peer. Use
|
||||
--clear-md5-authentication-key to enable and
|
||||
--no-clear-md5-authentication-key to disable.
|
||||
--clear-md5-authentication-key
|
||||
If specified, remove MD5 authentication from the BGP peer.
|
||||
|
||||
--[no-]enable-ipv6
|
||||
If IPv6 is enabled, the peer connection can be established with IPv6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue