Skip to content

Transport Cellular Controller Feature

Configure Cellular Controller.

Diagram

transport_profiles (sdwan.feature_profiles)

Section titled “transport_profiles (sdwan.feature_profiles)”
NameTypeConstraintMandatoryDefault Value
cellular_controllersList[cellular_controllers]No

cellular_controllers (sdwan.feature_profiles.transport_profiles)

Section titled “cellular_controllers (sdwan.feature_profiles.transport_profiles)”
NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[^&<>! "]{1,128}$Yes
descriptionStringNo
cellular_idStringmax: 5No
cellular_id_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,128}$No
firmware_auto_simBooleantrue, falseNo
firmware_auto_sim_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,128}$No
primary_sim_slotIntegermin: 0, max: 1No
primary_sim_slot_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,128}$No
sim_failover_retriesIntegermin: 0, max: 65535No
sim_failover_retries_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,128}$No
sim_failover_timeoutIntegermin: 3, max: 7No
sim_failover_timeout_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,128}$No

Example-1: The example below demonstrates how to configure the cellular_controller feature within a transport profile. The controller is configured with cellular_id, firmware_auto_sim, primary_sim_slot, sim_failover_retries and sim_failover_timeout.

sdwan:
feature_profiles:
transport_profiles:
- name: transport1
cellular_controllers:
- name: cellular_controller1
description: transport cellular controller
cellular_id: '1'
firmware_auto_sim: true
primary_sim_slot: 1
sim_failover_retries: 5
sim_failover_timeout: 6