Skip to content

Cellular Profile Feature Template

Configure a standard Cellular Profile, the profile id, the APN, the network type, the authentication and more.

Diagram

Diagram

Classes

edge_feature_templates (sdwan)

NameTypeConstraintMandatoryDefault Value
cellular_profile_templatesList[cellular_profile_templates]No

cellular_profile_templates (sdwan.edge_feature_templates)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[^<>!&" ]{1,128}$Yes
descriptionStringYes
device_typesListChoice[C1101-4PLTEP, C1101-4PLTEPW, C1109-2PLTEGB, C1109-2PLTEUS, C1109-2PLTEVZ, C1109-4PLTE2P, C1109-4PLTE2PW, C1111-4PLTEEA, C1111-4PLTELA, C1111-8PLTEEA, C1111-8PLTEEAW, C1111-8PLTELA, C1111-8PLTELAW, C1111-8PW, C1111X-8P, C1112-8PLTEEA, C1112-8PLTEEAWE, C1113-8PLTEEA, C1113-8PLTEEAW, C1113-8PLTELA, C1113-8PLTELAWZ, C1113-8PLTEW, C1113-8PMLTEEA, C1116-4PLTEEA, C1116-4PLTEEAWE, C1117-4PLTEEA, C1117-4PLTEEAW, C1117-4PLTELA, C1117-4PLTELAWZ, C1117-4PMLTEEA, C1117-4PMLTEEAWE, C1121-4P, C1121-4PLTEP, C1121-8P, C1121-8PLTEP, C1121-8PLTEPW, C1121X-8P, C1121X-8PLTEP, C1121X-8PLTEPW, C1126-8PLTEP, C1126X-8PLTEP, C1127-8PLTEP, C1127-8PMLTEP, C1127X-8PLTEP, C1127X-8PMLTEP, C1128-8PLTEP, C1131-8PLTEPW, C1131-8PW, C1131X-8PLTEPW, C1131X-8PW, C1161-8P, C1161-8PLTEP, C1161X-8P, C1161X-8PLTEP, C8000V, C8200-1N-4T, C8200L-1N-4T, C8300-1N1S-4T2X, C8300-1N1S-6T, C8300-2N2S-4T2X, C8300-2N2S-6T, IR-1101, IR-1821, IR-1831, IR-1833, IR-1835, IR-8140H, IR-8140H-P, IR-8340, ISR-4221, ISR-4221X, ISR-4321, ISR-4331, ISR-4351, ISR-4431, ISR-4451-X, ISR-4461, ISR1100-4GLTEGB-XE, ISR1100-4GLTENA-XE]No
profile_idIntegermin: 1, max: 16No
profile_id_variableStringRegex: ^[^"~$&+,]255$`No
access_point_nameStringNo
access_point_name_variableStringRegex: ^[^"~$&+,]255$`No
packet_data_network_typeChoiceipv4, ipv6, ipv4v6No
packet_data_network_type_variableStringRegex: ^[^"~$&+,]255$`No
authentication_typeChoicenone, pap, chap, pap_chapNo
authentication_type_variableStringRegex: ^[^"~$&+,]255$`No
profile_usernameStringNo
profile_username_variableStringRegex: ^[^"~$&+,]255$`No
profile_passwordStringNo
profile_password_variableStringRegex: ^[^"~$&+,]255$`No
no_overwriteBooleantrue, falseNo
no_overwrite_variableStringRegex: ^[^"~$&+,]255$`No

Examples

This example shows how to configure cellular profile feature template with profile id, Access point name, Packet data network type and authentication type as none.

sdwan:
edge_feature_templates:
cellular_profile_templates:
- name: FT-CEDGE-IPSEC101-V01
description: "Manual IPSec Tunnel #1"
profile_id: 1
access_point_name: data4all
packet_data_network_type: ipv4
authentication_type: none