InlineBgpRoutingConfig1

InlineBgpRoutingConfig1
InlineBgpRoutingConfig1
JSON Example
{
    "ecmp": false,
    "enabled": false,
    "graceful_restart": false,
    "graceful_restart_config": {
        "mode": "string",
        "timer": {
            "restart_timer": 0,
            "stale_route_timer": 0
        }
    },
    "inter_sr_ibgp": false,
    "local_as_num": "string",
    "multipath_relax": false,
    "route_aggregations": [
        {
            "prefix": "string",
            "summary_only": false
        }
    ]
}
boolean
ecmp
Optional

Flag to enable ECMP.

boolean
enabled
Optional

Flag to enable BGP configuration. Disabling will stop feature and BGP peering.

boolean
graceful_restart
Optional

Flag to enable graceful restart. This field is deprecated, please use graceful_restart_config parameter for graceful restart configuration. If both parameters are set and consistent with each other (i.e. graceful_restart=false and graceful_restart_mode=HELPER_ONLY OR graceful_restart=true and graceful_restart_mode=GR_AND_HELPER) then this is allowed, but if inconsistent with each other then this is not allowed and validation error will be thrown.

graceful_restart_config
Optional

Configuration field to hold BGP restart mode and timer.

boolean
inter_sr_ibgp
Optional

Flag to enable inter SR IBGP configuration. When not specified, inter SR IBGP is automatically enabled if Tier-0 is created in ACTIVE_ACTIVE ha_mode.

string
local_as_num
Required

Specify BGP AS number for Tier-0 to advertize to BGP peers. AS number can be specified in ASPLAIN (e.g., "65546") or ASDOT (e.g., "1.10") format. Empty string disables BGP feature.

boolean
multipath_relax
Optional

Flag to enable BGP multipath relax option.

route_aggregations
Optional

List of routes to be aggregated.