RouteMapEntry
RouteMapEntry
Route map entry
JSON Example
{
"action": "string",
"community_list_matches": [
{
"criteria": "string",
"match_operator": "string"
}
],
"prefix_list_matches": [
"string"
],
"set": {
"as_path_prepend": "string",
"community": "string",
"local_preference": 0,
"med": 0,
"weight": 0
}
}
string
action
Required
Action for the route map entry
Possible values are : PERMIT, DENY,
array of CommunityMatchCriteria
community_list_matches
Optional
Community list match criteria for route map. Properties community_list_matches and prefix_list_matches are mutually exclusive and cannot be used in the same route map entry.
array of string
prefix_list_matches
Optional
Prefix list match criteria for route map. Properties community_list_matches and prefix_list_matches are mutually exclusive and cannot be used in the same route map entry.