Skip to content

Color List

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

Diagram
NameTypeConstraintMandatoryDefault Value
color_listsList[color_lists]No

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[A-Za-z0-9-_]{1,128}$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:
policy_objects:
color_lists:
- name: CL-Public
colors:
- public-internet
- red
- green
- name: CL-INTERNET
colors:
- biz-internet
- name: CL-MPLS
colors:
- mpls