Skip to main content

Other UCSE Feature

Configure the UCSE feature to connect a UCS-E interface with a UCS-E server.

Diagram

Classes

other_profiles (sdwan.feature_profiles)

NameTypeConstraintMandatoryDefault Value
ucseClass[ucse]No

ucse (sdwan.feature_profiles.other_profiles)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[^&<>! "]{1,128}$Noucse
descriptionStringNo
bayIntegermin: 0, max: 2Yes
cimc_access_port_dedicatedBooleantrue, falseNo
cimc_access_port_shared_failover_typeChoicege2, te2No
cimc_access_port_shared_typeChoicege1, ge2, ge3, te2, te3, console, failoverNo
cimc_assign_priorityIntegermin: 0, max: 7No
cimc_assign_priority_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,64}$No
cimc_default_gatewayIPNo
cimc_default_gateway_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,64}$No
cimc_ipv4_addressIPNo
cimc_ipv4_address_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,64}$No
cimc_vlan_idIntegermin: 2, max: 4095No
cimc_vlan_id_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,64}$No
interfacesList[interfaces]No
slotIntegermin: 0, max: 3Yes

interfaces (sdwan.feature_profiles.other_profiles.ucse)

NameTypeConstraintMandatoryDefault Value
interface_nameStringRegex: ^(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_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,64}$No
ipv4_addressIPNo
ipv4_address_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,64}$No
vpn_idIntegermin: 1, max: 65527No
vpn_id_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,64}$No

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