Other UCSE Feature
Configure the UCSE feature to connect a UCS-E interface with a UCS-E server.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”other_profiles (sdwan.feature_profiles)
Section titled “other_profiles (sdwan.feature_profiles)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| ucse | Class | [ucse] | No |
ucse (sdwan.feature_profiles.other_profiles)
Section titled “ucse (sdwan.feature_profiles.other_profiles)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[^&<>! "]{1,128}$ | No | ucse |
| description | String | No | ||
| bay | Integer | min: 0, max: 2 | Yes | |
| cimc_access_port_dedicated | Boolean | true, false | No | |
| cimc_access_port_shared_failover_type | Choice | ge2, te2 | No | |
| cimc_access_port_shared_type | Choice | ge1, ge2, ge3, te2, te3, console, failover | No | |
| cimc_assign_priority | Integer | min: 0, max: 7 | No | |
| cimc_assign_priority_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| cimc_default_gateway | IP | No | ||
| cimc_default_gateway_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| cimc_ipv4_address | IP | No | ||
| cimc_ipv4_address_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| cimc_vlan_id | Integer | min: 2, max: 4095 | No | |
| cimc_vlan_id_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| interfaces | List | [interfaces] | No | |
| slot | Integer | min: 0, max: 3 | Yes |
interfaces (sdwan.feature_profiles.other_profiles.ucse)
Section titled “interfaces (sdwan.feature_profiles.other_profiles.ucse)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| interface_name | String | Regex: ^(ucse)([0-9]*(. ?[1-9][0-9]*)*|[0-9/]+|[0-9]+/[0-9]+/[0-9]+:[0-9]+|[0-9]+/[0-9]+/[0-9]+|[0-9]+/[0-9]+|[0-9]+)$ | No | |
| interface_name_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| ipv4_address | IP | No | ||
| ipv4_address_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| vpn_id | Integer | min: 1, max: 65527 | No | |
| vpn_id_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No |
Examples
Section titled “Examples”Example-1: This example shows how to configure UCSE feature with CIMC IP and gateway configured as variable, dedicated access port and single interface in VPN 1.
sdwan: feature_profiles: other_profiles: - name: basic_other ucse: name: ucse description: ucse feature bay: 1 slot: 2 cimc_access_port_dedicated: true cimc_ipv4_address_variable: imc_ip_mask cimc_default_gateway_variable: imc_gw cimc_vlan_id: 100 cimc_assign_priority: 5 interfaces: - interface_name: ucse1 vpn_id: 1 ipv4_address_variable: ucse1_ip_mask