RouteMapSequenceMatch

RouteMapSequenceMatch
RouteMapSequenceMatch

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.

JSON Example
{
    "ip_prefix_lists": [
        "string"
    ],
    "match_community_expression": {
        "expression": [
            {
                "community_list_id": "string",
                "match_operator": "string",
                "regular_expression": "string"
            }
        ],
        "operator": "string"
    }
}
array of string
ip_prefix_lists
Optional
Constraints: minItems: 1 maxItems: 500

IPPrefixList Identifiers for RouteMap Sequence Match Criteria

match_community_expression
Optional

Community match expression

Property Of