RouteMapSequence
RouteMapSequence
JSON Example
{
"action": "string",
"match_criteria": {
"ip_prefix_lists": [
"string"
],
"match_community_expression": {
"expression": [
{
"community_list_id": "string",
"match_operator": "string",
"regular_expression": "string"
}
],
"operator": "string"
}
},
"set_criteria": {
"as_path_prepend": "string",
"community": "string",
"large_community": "string",
"local_preference": 0,
"multi_exit_discriminator": 0,
"prefer_global_v6_next_hop": false,
"weight": 0
}
}
string
action
Required
Action for the Sequence
Possible values are :
PERMIT,
DENY,
match_criteria
Required
Match sequence in route map which is used for matching routes. IP prefix lists and match community expression are mutually exclusive fields, one of them must be provided.