Auto Configure Bgp Config

Auto Configure Bgp Config

Auto-configure the BGP configuration on the Provider Gateway based on the specified IP Space Uplink. VCD will create the BGP Prefix Lists and Route Maps based on the Uplink, and, if the parameters are provided, create the Permission Group and auto-configure the BGP Neighbor with the created Route Maps. Autoconfiguring multiple times with the same Uplink will update the Prefix Lists/Route Maps with the auto-configured name, and update/create the provided Permission Group and BGP Neighbor accordingly. Changes to the corresponding IP Space's scope will also be reflected in the autoconfigured Prefix List networks.

Request
URI
POST
https://{api_host}/cloudapi/1.0.0/externalNetworks/{externalNetworkId}/providerGatewayServices/routing/bgp/autoConfigure
COPY
Path Parameters
string
externalNetworkId
Required

externalNetworkId

string
externalNetworkId
Required

externalNetworkId


Request Body
ProviderGatewayBgpAutoConfigProperties of type(s) application/json
Required
{
    "ipSpaceUplinkRef": {
        "name": "string",
        "id": "string"
    },
    "name": "string",
    "neighborAddress": "10.22.1.100, 2001:db8:3333:4444:5555:6666:7777:8888",
    "remoteASNumber": "65546, 1.10"
}
ipSpaceUplinkRef
Required

Entity reference used to describe VCD entities

string
name
Optional

Name of an existing or new BGP Permission Group to auto-configure.

string
neighborAddress
Optional

The IP address of an existing or new BGP Neighbor to auto-configure. Both IPv4 and IPv6 formats are supported.

string
remoteASNumber
Optional

The remote AS number of a BGP neighbor in ASPLAIN or ASDOT format.

Authentication
This operation uses the following authentication methods.
Responses
202

The request have been accepted and the task to monitor the request is in the Location header.

Operation doesn't return any data structure