AdvertisementRuleFilter

AdvertisementRuleFilter
AdvertisementRuleFilter

To filter the routes advertised by the TIER1 LR to TIER0 LR. Filtering will be based on the type of route and the prefix operator configured.

JSON Example
{
    "prefix_operator": "string",
    "match_route_types": [
        "string"
    ]
}
string
prefix_operator
Required

GE prefix operator filters all the routes having network subset of any of the networks configured in Advertise rule. EQ prefix operator filter all the routes having network equal to any of the network configured in Advertise rule.

Possible values are : GE, EQ,
array of string
match_route_types
Required

Array of route types to filter routes

Possible values are : ANY, STATIC, NSX_CONNECTED, T1_NAT, T1_LB_VIP, T1_LB_SNAT,
Property Of