Skip to content

Color List

A color list contains a list of one or more SD-WAN tloc colors.

Diagram

policy_object_profile (sdwan.feature_profiles)

Section titled “policy_object_profile (sdwan.feature_profiles)”
NameTypeConstraintMandatoryDefault Value
color_listsList[color_lists]No

color_lists (sdwan.feature_profiles.policy_object_profile)

Section titled “color_lists (sdwan.feature_profiles.policy_object_profile)”
NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[^&<>! "]{1,32}$Yes
colorsListChoice[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

Example-1: Configuring a Color List for policies This example demonstrates how to configure color lists. The example configuration includes the following:

  • Color List CL-Public: Contains the colors public-internet, red, and green.
  • Color List CL-INTERNET: Contains the color biz-internet.
  • Color List CL-MPLS: Contains the color mpls.

Below is the YAML configuration for defining these color lists:

sdwan:
feature_profiles:
policy_object_profile:
color_lists:
- name: CL-Public
colors:
- public-internet
- red
- green
- name: CL-INTERNET
colors:
- biz-internet
- name: CL-MPLS
colors:
- mpls

A color list contains a list of one or more SD-WAN tloc colors.

Diagram

policy_object_profile (sdwan.feature_profiles)

Section titled “policy_object_profile (sdwan.feature_profiles)”
NameTypeConstraintMandatoryDefault Value
color_listsList[color_lists]No

color_lists (sdwan.feature_profiles.policy_object_profile)

Section titled “color_lists (sdwan.feature_profiles.policy_object_profile)”
NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[^&<>! "]{1,32}$Yes
colorsListChoice[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

Example-1: Configuring a Color List for policies This example demonstrates how to configure color lists. The example configuration includes the following:

  • Color List CL-Public: Contains the colors public-internet, red, and green.
  • Color List CL-INTERNET: Contains the color biz-internet.
  • Color List CL-MPLS: Contains the color mpls.

Below is the YAML configuration for defining these color lists:

sdwan:
feature_profiles:
policy_object_profile:
color_lists:
- name: CL-Public
colors:
- public-internet
- red
- green
- name: CL-INTERNET
colors:
- biz-internet
- name: CL-MPLS
colors:
- mpls