Mesh Topology Definition
Mesh is one type of topology in which each of the device is allowed to send and receive data traffic to any other device.
Mesh Topology Definition define the mesh sites that should create the mesh connections between them.
Diagram
Classes
control_policy (sdwan.centralized_policies.definitions)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
mesh_topology | List | [mesh_topology] | No |
mesh_topology (sdwan.centralized_policies.definitions.control_policy)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[A-Za-z0-9\-_]{1,127}$ | Yes | |
description | String | Yes | ||
vpn_list | String | Regex: ^[A-Za-z0-9\-_]{1,32}$ | Yes | |
mesh_groups | List | [mesh_groups] | Yes |
mesh_groups (sdwan.centralized_policies.definitions.control_policy.mesh_topology)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[A-Za-z0-9\-_]{1,127}$ | Yes | |
site_lists | List | String[Regex: ^[A-Za-z0-9\-_]{1,32}$ ] | No |
Examples
sdwan:
centralized_policies:
definitions:
control_policy:
mesh_topology:
- name: MT_DEFINITION_TEST1
description: MT_DEFINITION_TEST1
vpn_list: VPN-LIST-MT-TEST1
mesh_groups:
- name: MESH-REGION-TEST1
site_lists:
- PHOENIX-MT-TEST
- HOSUTON-MT-TEST
- name: MESH-REGION-TEST2
site_lists:
- MADISON-MT-TEST
- KANSAS-MT-TEST