CLI Feature Profile
Using a CLI add-on profile, you can specify CLI commands to execute on devices. You can execute device configurations that are not available through other feature profiles and features.
Diagram
Classes
cli_profiles (sdwan.feature_profiles)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[^&<>! "]{1,128}$ | Yes | |
description | String | No |
Examples
Example-1: This example demonstrates how to configure a CLI feature profile with a name (which is mandatory) and a description (which is optional).
sdwan: feature_profiles: cli_profiles: - name: cli description: basic cli profile