Region List
A Region list
is a group of one or more regional overlays in the context of Multi-Region Fabric (MRF), range from (1 to 64).
These Region list
are used in centralized policies as match conditions.
Note: Multi-Region Fabric should be enabled to use region lists.
Diagram
Classes
policy_objects (sdwan)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
region_lists | List | [region_lists] | No |
region_lists (sdwan.policy_objects)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[A-Za-z0-9-_]{1,128}$ | Yes | |
region_ids | List | Integer[min: 0 , max: 63 ] | No | |
region_id_ranges | List | [region_id_ranges] | No |
region_id_ranges (sdwan.policy_objects.region_lists)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
from | Integer | min: 0 , max: 63 | Yes | |
to | Integer | min: 0 , max: 63 | Yes |
Examples
Example-1: Create a Region List This example shows how to create a Region List named MRF-East and MRF-West. MRF-East has a region Id of 1.
sdwan:
policy_objects:
region_lists:
- name: MRF-East
region_ids:
- 1
Example-2: Create a Region List with Range This example shows how to create a Region List MRF-West which has a region range of 3 to 5.
sdwan:
policy_objects:
region_lists:
- name: MRF-West
region_id_ranges:
- from: 3
to: 5