mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Apr 13 08:33:42 UTC 2022
This commit is contained in:
parent
f88a614da8
commit
9dcb91c709
143 changed files with 4432 additions and 242 deletions
|
|
@ -9,6 +9,7 @@ SYNOPSIS
|
|||
[--advertisement-mode=MODE] [--async] [--[no-]enable-ipv6]
|
||||
[--[no-]enabled] [--instance=INSTANCE] [--instance-zone=INSTANCE_ZONE]
|
||||
[--ipv6-nexthop-address=IPV6_NEXTHOP_ADDRESS]
|
||||
[--md5-authentication-key=MD5_AUTHENTICATION_KEY]
|
||||
[--peer-ip-address=PEER_IP_ADDRESS]
|
||||
[--peer-ipv6-nexthop-address=PEER_IPV6_NEXTHOP_ADDRESS]
|
||||
[--region=REGION] [--set-advertisement-groups=[GROUP,...]]
|
||||
|
|
@ -102,6 +103,10 @@ OPTIONAL FLAGS
|
|||
the range 2600:2d00:0:2:0:0:0:0/64 or 2600:2d00:0:3:0:0:0:0/64 and must
|
||||
belong to same subnet as the interface address of the peer router.
|
||||
|
||||
--md5-authentication-key=MD5_AUTHENTICATION_KEY
|
||||
The MD5 authentication key for this BGP peer. Maximum length is 80
|
||||
characters. Can contain only printable ASCII characters.
|
||||
|
||||
--peer-ip-address=PEER_IP_ADDRESS
|
||||
The link-local address of the peer router. Must be a link-local IPv4
|
||||
address belonging to the range 169.254.0.0/16.
|
||||
|
|
|
|||
|
|
@ -5,9 +5,11 @@ 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-]enable-ipv6]
|
||||
[--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] [--peer-asn=PEER_ASN]
|
||||
[--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]
|
||||
[--region=REGION] [--set-advertisement-groups=[GROUP,...]]
|
||||
|
|
@ -53,6 +55,11 @@ 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.
|
||||
|
||||
--[no-]enable-ipv6
|
||||
If IPv6 is enabled, the peer connection can be established with IPv6
|
||||
route exchange. If disabled, no IPv6 route exchange is allowed on any
|
||||
|
|
@ -80,6 +87,10 @@ OPTIONAL FLAGS
|
|||
the range 2600:2d00:0:2:0:0:0:0/64 or 2600:2d00:0:3:0:0:0:0/64 and must
|
||||
belong to same subnet as the interface address of the peer router.
|
||||
|
||||
--md5-authentication-key=MD5_AUTHENTICATION_KEY
|
||||
The MD5 authentication key for this BGP peer. Maximum length is 80
|
||||
characters. Can contain only printable ASCII characters.
|
||||
|
||||
--peer-asn=PEER_ASN
|
||||
The BGP autonomous system number (ASN) for this BGP peer. Must be a
|
||||
16-bit or 32-bit private ASN as defined in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue