Skip to main content

Transport Feature Profile

Using a transport profile, you can specify the transport (WAN) side configuration.

Diagram

Classes

transport_profiles (sdwan.feature_profiles)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[^&<>! "]{1,128}$Yes
descriptionStringNo

Examples

Example-1: This example demonstrates how to configure a transport feature profile with a name (which is mandatory) and a description (which is optional).

sdwan:
feature_profiles:
transport_profiles:
- name: transport
description: basic transport profile