NSX-T Data Center REST API

BgpRouteFiltering (type)

{
  "additionalProperties": false,
  "id": "BgpRouteFiltering",
  "module_id": "PolicyConnectivity",
  "properties": {
    "address_family": {
      "description": "Address family type. If not configured, this property automatically derived for IPv4 & IPv6 peer configuration.",
      "enum": [
        "IPV4",
        "IPV6",
        "L2VPN_EVPN"
      ],
      "title": "Address family type",
      "type": "string"
    },
    "enabled": {
      "default": true,
      "description": "Flag to enable address family.",
      "title": "Enable address family",
      "type": "boolean"
    },
    "in_route_filters": {
      "description": "Specify path of prefix-list or route map to filter routes for IN direction.",
      "items": {
        "type": "string"
      },
      "maxItems": 1,
      "required": false,
      "title": "Prefix-list or route map path for IN direction",
      "type": "array",
      "x-vmw-cross-reference": [
        {
          "leftType": [
            "BgpNeighborConfig"
          ],
          "relationshipType": "BGP_NEIGHBOR_PREFIX_LIST_RELATIONSHIP",
          "rightType": [
            "PrefixList"
          ]
        },
        {
          "leftType": [
            "BgpNeighborConfig"
          ],
          "relationshipType": "BGP_NEIGHBOR_ROUTE_MAP_RELATIONSHIP",
          "rightType": [
            "Tier0RouteMap"
          ]
        }
      ]
    },
    "maximum_routes": {
      "description": "Maximum number of routes for the address family.",
      "maximum": 1000000,
      "minimum": 1,
      "required": false,
      "title": "Maximum number of routes for the address family",
      "type": "int"
    },
    "out_route_filters": {
      "description": "Specify path of prefix-list or route map to filter routes for OUT direction. When not specified, a built-in prefix-list named 'prefixlist-out-default' is automatically applied.",
      "items": {
        "type": "string"
      },
      "maxItems": 1,
      "required": false,
      "title": "Prefix-list or route map path for OUT direction",
      "type": "array",
      "x-vmw-cross-reference": [
        {
          "leftType": [
            "BgpNeighborConfig"
          ],
          "relationshipType": "BGP_NEIGHBOR_PREFIX_LIST_RELATIONSHIP",
          "rightType": [
            "PrefixList"
          ]
        },
        {
          "leftType": [
            "BgpNeighborConfig"
          ],
          "relationshipType": "BGP_NEIGHBOR_ROUTE_MAP_RELATIONSHIP",
          "rightType": [
            "Tier0RouteMap"
          ]
        }
      ]
    }
  },
  "title": "Enable address_families and route filtering in each direction",
  "type": "object"
}