ProviderGatewayBgpConfig

ProviderGatewayBgpConfig
ProviderGatewayBgpConfig

Specifies the Gateway BGP configuration.

JSON Example
{
    "enabled": false,
    "ecmp": false,
    "localASNumber": "65546",
    "gracefulRestart": {
        "modeValue": "string"
    },
    "version": {
        "version": 0
    }
}
boolean
enabled
Optional

A flag indicating whether BGP configuration is enabled or not.

boolean
ecmp
Optional

A flag indicating whether ECMP is enabled or not.

string
localASNumber
Optional

BGP AS number to advertise to BGP peers. BGP AS number can be specified in either ASPLAIN or ASDOT formats, like ASPLAIN format :- '65546', ASDOT format :- '1.10'.

gracefulRestart
Optional

gracefulRestart

version
Required

version

Availability
Added in 38.0
Parameter To
Returned By