Skip to content

Transport Cellular Profile Feature

Configure Cellular Profile.

Diagram

Diagram

Classes

transport_profiles (sdwan.feature_profiles)

NameTypeConstraintMandatoryDefault Value
cellular_profilesList[cellular_profiles]No

cellular_profiles (sdwan.feature_profiles.transport_profiles)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[^&<>! "]{1,128}$Yes
descriptionStringNo
access_point_nameStringNo
access_point_name_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,64}$No
authentication_enableBooleantrue, falseNo
authentication_typeChoicepap, chap, pap_chapNo
authentication_type_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,64}$No
no_overwriteBooleantrue, falseNo
no_overwrite_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,64}$No
packet_data_network_typeChoiceipv4, ipv6, ipv4v6No
packet_data_network_type_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,64}$No
profile_idIntegermin: 1, max: 16No
profile_id_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,64}$No
profile_usernameStringNo
profile_username_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,64}$No
profile_passwordStringNo
profile_password_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,64}$No

Examples

Example-1: The example below demonstrates how to configure the cellular_profile feature within a transport profile. It sets up a profile that the router uses to connect to cellular networks, which includes parameters: access point name, authentication type with relevant user and password, type of packet data matching used for APN access details.

sdwan:
feature_profiles:
transport_profiles:
- name: transport1
cellular_profiles:
- name: cellular_profiles1
access_point_name: apn.com
authentication_enable: true
authentication_type: pap
profile_id: 2
profile_username: username
profile_password: pwd
packet_data_network_type: ipv4