Transport Cellular Controller Feature
Catalyst SD-WANConfigure Cellular Controller.
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_controllers | List | [cellular_controllers] | No |
cellular_controllers (sdwan.feature_profiles.transport_profiles)
Section titled “cellular_controllers (sdwan.feature_profiles.transport_profiles)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[^&<>! "]{1,128}$ | Yes | |
| description | String | No | ||
| cellular_id | String | max: 5 | No | |
| cellular_id_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,128}$ | No | |
| firmware_auto_sim | Boolean | true, false | No | |
| firmware_auto_sim_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,128}$ | No | |
| primary_sim_slot | Integer | min: 0, max: 1 | No | |
| primary_sim_slot_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,128}$ | No | |
| sim_failover_retries | Integer | min: 0, max: 65535 | No | |
| sim_failover_retries_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,128}$ | No | |
| sim_failover_timeout | Integer | min: 3, max: 7 | No | |
| sim_failover_timeout_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,128}$ | No |
Examples
Section titled “Examples”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