TLOC List
A TLOC list contains a list of SD-WAN TLOCs, where each TLOC is identified by the color, encapsulation, and system-ip address.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policy_object_profile (sdwan.feature_profiles)
Section titled “policy_object_profile (sdwan.feature_profiles)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| tloc_lists | List | [tloc_lists] | No |
tloc_lists (sdwan.feature_profiles.policy_object_profile)
Section titled “tloc_lists (sdwan.feature_profiles.policy_object_profile)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[^&<>! "]{1,128}$ | Yes | |
| description | String | No | ||
| tlocs | List | [tlocs] | Yes |
tlocs (sdwan.feature_profiles.policy_object_profile.tloc_lists)
Section titled “tlocs (sdwan.feature_profiles.policy_object_profile.tloc_lists)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| color | Choice | default, mpls, metro-ethernet, biz-internet, public-internet, lte, 3g, red, green, blue, gold, silver, bronze, custom1, custom2, custom3, private1, private2, private3, private4, private5, private6 | Yes | |
| encapsulation | Choice | ipsec, gre | Yes | |
| tloc_ip | IP | Yes | ||
| preference | Integer | min: 0, max: 4294967295 | No |
Examples
Section titled “Examples”Example-1: This example demonstrates how to configure a TLOC list containing two TLOCs. Each TLOC needs to have TLOC IP (system-ip), color and encapsulation defined. The TLOC preference is optional.
sdwan: feature_profiles: policy_object_profile: tloc_lists: - name: emea_hub_tlocs tlocs: - color: custom1 encapsulation: ipsec tloc_ip: 10.0.2.101 preference: 100 - color: custom2 encapsulation: ipsec tloc_ip: 10.0.2.101