ProviderGatewayBgpAutoConfigProperties
ProviderGatewayBgpAutoConfigProperties
An object specifying parameters to auto-configure BGP config on the Provider Gateway.
JSON Example
{
"ipSpaceUplinkRef": {
"name": "string",
"id": "string"
},
"name": "string",
"neighborAddress": "10.22.1.100, 2001:db8:3333:4444:5555:6666:7777:8888",
"remoteASNumber": "65546, 1.10"
}
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.