System Feature Profile
Using a system profile, you can specify the system-wide configuration of your WAN Edge router.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”system_profiles (sdwan.feature_profiles)
Section titled “system_profiles (sdwan.feature_profiles)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[^&<>! "]{1,128}$ | Yes | |
description | String | No |
Examples
Section titled “Examples”Example-1: This example demonstrates how to configure a system feature profile with a name (which is mandatory) and a description (which is optional).
sdwan: feature_profiles: system_profiles: - name: system description: basic system profile