SSE Feature Profile
Catalyst SD-WANUsing a sse profile, you can specify the SSE (Security Service Edge) configuration.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”sse_profiles (sdwan.feature_profiles)
Section titled “sse_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 sse feature profile with a name (which is mandatory) and a description (which is optional).
sdwan: feature_profiles: sse_profiles: - name: sse_profile_1 description: basic sse profile