Transport Cellular Profile Feature
Configure Cellular Profile.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”transport_profiles (sdwan.feature_profiles)
Section titled “transport_profiles (sdwan.feature_profiles)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| cellular_profiles | List | [cellular_profiles] | No |
cellular_profiles (sdwan.feature_profiles.transport_profiles)
Section titled “cellular_profiles (sdwan.feature_profiles.transport_profiles)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[^&<>! "]{1,128}$ | Yes | |
| description | String | No | ||
| access_point_name | String | No | ||
| access_point_name_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| authentication_enable | Boolean | true, false | No | |
| authentication_type | Choice | pap, chap, pap_chap | No | |
| authentication_type_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| no_overwrite | Boolean | true, false | No | |
| no_overwrite_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| packet_data_network_type | Choice | ipv4, ipv6, ipv4v6 | No | |
| packet_data_network_type_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| profile_id | Integer | min: 1, max: 16 | No | |
| profile_id_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| profile_username | String | No | ||
| profile_username_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| profile_password | String | No | ||
| profile_password_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No |
Examples
Section titled “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