System Multi-Region Fabric Feature
Configure Multi-Region Fabric parameters.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”system_profiles (sdwan.feature_profiles)
Section titled “system_profiles (sdwan.feature_profiles)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
mrf | Class | [mrf] | No |
mrf (sdwan.feature_profiles.system_profiles)
Section titled “mrf (sdwan.feature_profiles.system_profiles)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[^&<>! "]{1,128}$ | No | mrf |
description | String | No | ||
migration_to_mrf | Choice | enabled , enabled-from-bgp-core | No | |
migration_bgp_community | Integer | min: 1 , max: 4294967295 | No | |
region_id | Integer | min: 1 , max: 63 | No | |
role | Choice | edge-router , border-router | No | |
role_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
secondary_region_id | Integer | min: 1 , max: 63 | No | |
secondary_region_id_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No |
Examples
Section titled “Examples”sdwan: feature_profiles: system_profiles: - name: system1 description: this is test system profile mrf: name: mrf description: basic mrf region_id: 1 secondary_region_id_variable: mrf_secondary_region_id role: edge-router