Only ecmp, enabled, BGP Aggregate to be configured for VRF BGP Config.
"This issue is resolved in VMware NSX 3.0.2
Workaround:
As a workaround, you can enable BGP on the VRF Gateway using API:
{
"_create_time": 1598347018747,
"_create_user": "admin",
"_last_modified_time": 1598347018752,
"_last_modified_user": "admin",
"_protection": "NOT_PROTECTED",
"_revision": 0,
"_system_owned": false,
"display_name": "bgp",
"ecmp": true,
"enabled": false,
"id": "bgp",
"marked_for_delete": false,
"overridden": false,
"parent_path": "/infra/tier-0s/T0-VRF/locale-services/default",
"path": "/infra/tier-0s/T0-VRF/locale-services/default/bgp",
"relative_path": "bgp",
"resource_type": "BgpRoutingConfig",
"unique_id": "########-####-####-####-########877b"
}
"enabled": false,
with "enabled": true,
Example:PUT /policy/api/v1/infra/tier-0s/{VRF_T0}/locale-services/default/bgp
"enabled": true,
"id": "bgp",
"marked_for_delete": false,
"overridden": false,
"parent_path": "/infra/tier-0s/T0-VRF/locale-services/default",
"path": "/infra/tier-0s/T0-VRF/locale-services/default/bgp",
"relative_path": "bgp",
"resource_type": "BgpRoutingConfig",
"unique_id": "########-####-####-####-########877b"
}