Auto Configure Route Redistribution
Autoconfigure the Route Redistribution config on the Provider Gateway. VCD will create a default redistribution Route Map with all the outbound BGP Prefix Lists (named with "-OUT") as match criteria entries, and set the map on the default VCD route redistribution rule (if existing). Running autoconfiguration again will update the autoconfigured Route Map with the current outbound Prefix Lists.
Request
URI
POST
https://{api_host}/cloudapi/1.0.0/externalNetworks/{externalNetworkId}/providerGatewayServices/routing/routeRedistribution/autoConfigure
COPY
Path Parameters
string
externalNetworkId
Required
externalNetworkId
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
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/externalNetworks/{externalNetworkId}/providerGatewayServices/routing/routeRedistribution/autoConfigure
Availability
Added in 39.0
Provider Gateway Route Redistribution Operations
GET
Get Route Redistribution Config
PUT
Update Route Redistribution Config
POST
Auto Configure Route Redistribution