mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 16:37:00 +00:00
gcloud: Fri Mar 24 11:31:22 UTC 2023
This commit is contained in:
parent
a4bd29dd06
commit
4ccfc7a5e3
142 changed files with 4081 additions and 397 deletions
|
|
@ -5,8 +5,9 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha edge-cloud networking routers add-bgp-peer
|
||||
(ROUTER : --location=LOCATION --zone=ZONE) --interface=INTERFACE
|
||||
--peer-asn=PEER_ASN --peer-ipv4-range=PEER_IPV4_RANGE
|
||||
--peer-name=PEER_NAME [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
--peer-asn=PEER_ASN --peer-name=PEER_NAME
|
||||
(--peer-ipv4-range=PEER_IPV4_RANGE | --peer-ipv6-range=PEER_IPV6_RANGE)
|
||||
[--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a BGP peer to a Distributed Cloud Edge Network router
|
||||
|
|
@ -20,6 +21,12 @@ EXAMPLES
|
|||
--peer-name=peer1 --peer-ipv4-range=208.117.254.232/31 \
|
||||
--location=us-central1 --zone=us-central1-edge-den1
|
||||
|
||||
$ gcloud alpha edge-cloud networking routers add-bgp-peer \
|
||||
my-router --interface=my-int-r1 --peer-asn=33333 \
|
||||
--peer-name=peer1 \
|
||||
--peer-ipv6-range=2001:0db8:85a3:0000:0000:8a2e:0370:7334/126 \
|
||||
--location=us-central1 --zone=us-central1-edge-den1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Router resource - The router to which we add a bgp peer. The arguments in
|
||||
this group can be used to specify the attributes of this resource. (NOTE)
|
||||
|
|
@ -61,12 +68,17 @@ REQUIRED FLAGS
|
|||
16-bit or 32-bit private ASN as defined in
|
||||
https://tools.ietf.org/html/rfc6996, for example --asn=64512.
|
||||
|
||||
--peer-ipv4-range=PEER_IPV4_RANGE
|
||||
The link-local address range of the peer router.
|
||||
|
||||
--peer-name=PEER_NAME
|
||||
The name of the new BGP peer being added.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--peer-ipv4-range=PEER_IPV4_RANGE
|
||||
The IPv4 link-local address range of the peer router.
|
||||
|
||||
--peer-ipv6-range=PEER_IPV6_RANGE
|
||||
The IPv6 link-local address range of the peer router.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
|
|
|
|||
|
|
@ -80,18 +80,18 @@ REQUIRED FLAGS
|
|||
The argument group for adding southbound interfaces to edge router.
|
||||
|
||||
--subnetwork=SUBNETWORK
|
||||
The subnetwork of the interface being added.
|
||||
Subnetwork of the interface being added.
|
||||
|
||||
The argument group for adding northbound interfaces to edge router.
|
||||
|
||||
--interconnect-attachment=INTERCONNECT_ATTACHMENT
|
||||
The interconnect attachment of the interface being added.
|
||||
Interconnect attachment of the interface being added.
|
||||
|
||||
--ip-address=IP_ADDRESS
|
||||
The link local address of the router for this interface.
|
||||
Link-local address of the router for this interface.
|
||||
|
||||
--ip-mask-length=IP_MASK_LENGTH
|
||||
The subnet mask for the link-local IP range of the interface. The
|
||||
Subnet mask for the link-local IP range of the interface. The
|
||||
interface IP address and BGP peer IP address must be selected from
|
||||
the subnet defined by this link-local range.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue