InlineBgpRoutingConfig1
{
"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
}
]
}
Flag to enable ECMP.
Flag to enable BGP configuration. Disabling will stop feature and BGP peering.
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.
Configuration field to hold BGP restart mode and timer.
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.
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.
Flag to enable BGP multipath relax option.