Skip to main content

Preferred Color Group

Preferred color group defines transport color preferences that can be used in Application-Aware Policy actions.

Diagram

Classes

policy_objects (sdwan)

NameTypeConstraintMandatoryDefault Value
preferred_color_groupsList[preferred_color_groups]No

preferred_color_groups (sdwan.policy_objects)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[A-Za-z0-9-_]{1,128}$Yes
primary_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
primary_pathChoicedirect-path, multi-hop-path, all-pathsNo
secondary_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]No
secondary_pathChoicedirect-path, multi-hop-path, all-pathsNo
tertiary_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]No
tertiary_pathChoicedirect-path, multi-hop-path, all-pathsNo

Examples

sdwan:
policy_objects:
preferred_color_groups:
- name: PREFER_MPLS
primary_colors:
- private1
- private2
- private3
primary_path: direct-path
secondary_colors:
- custom1
- custom2
- custom3