RF Profile
Location in GUI: Design
» Network Settings
» Wireless
» RF Profiles
Diagram
Classes
wireless (catalyst_center)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
rf_profiles | List | [rf_profiles] | No |
rf_profiles (catalyst_center.wireless)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Yes | ||
default_rf_profile | Boolean | true , false | No | false |
enable_radio_type_a | Boolean | true , false | Yes | |
enable_radio_type_b | Boolean | true , false | Yes | |
enable_radio_type_c | Boolean | true , false | No | |
channel_width | Integer | Yes | ||
enable_custom | Boolean | true , false | Yes | |
enable_brown_field | Boolean | true , false | Yes | |
radio_type_a_properties | Class | [radio_type_a_properties] | No | |
radio_type_b_properties | Class | [radio_type_b_properties] | No | |
radio_type_c_properties | Class | [radio_type_c_properties] | No |
radio_type_a_properties (catalyst_center.wireless.rf_profiles)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
parent_profile | String | No | ||
radio_channels | String | No | ||
data_rates | String | No | ||
mandatory_data_rates | String | No | ||
power_threshold_v1 | Integer | No | ||
rx_sop_threshold | String | No | ||
min_power_level | Integer | No | ||
max_power_level | Integer | No |
Examples
---catalyst_center: wireless: rf_profiles: - name: BASIC_PROFILE_1 channel_width: 20 enable_brown_field: false enable_custom: true enable_radio_type_a: true enable_radio_type_b: false enable_radio_type_c: false radio_type_a_properties: parent_profile: CUSTOM radio_channels: 36,40,44,48,52,56,60,64,144,149,153,157,161,165,169,173 data_rates: 12,18,24,36,48,54 mandatory_data_rates: 12,24 power_threshold_v1: -60 rx_sop_threshold: LOW min_power_level: 8 max_power_level: 30