InlineRouteMap1

InlineRouteMap1
InlineRouteMap1
JSON Example
{
    "logical_router_id": "string",
    "sequences": [
        {
            "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
logical_router_id
Optional

Logical router id

sequences
Required
Constraints: minItems: 1 maxItems: 1000

Ordered list of routeMap sequences

Used By