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
{
"match_route_types": [
"string"
],
"prefix_operator": "string"
}
array of
string
match_route_types
Required
Constraints:
minItems: 1
Array of route types to filter routes
Possible values are :
ANY,
STATIC,
T1_STATIC,
NSX_CONNECTED,
T1_CONNECTED,
T1_NAT,
T1_LB_VIP,
T1_LB_SNAT,
T1_DNSFORWARDER,
T1_IPSEC_LOCAL_IP,
string
prefix_operator
Required
Constraints:
default: GE
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,