Skip to main content

RF Profile

Location in GUI: Design » Network Settings » Wireless » RF Profiles

Diagram

Classes

wireless (catalyst_center)

NameTypeConstraintMandatoryDefault Value
rf_profilesList[rf_profiles]No

rf_profiles (catalyst_center.wireless)

NameTypeConstraintMandatoryDefault Value
nameStringYes
default_rf_profileBooleantrue, falseNo
enable_radio_type_aBooleantrue, falseYes
enable_radio_type_bBooleantrue, falseYes
enable_radio_type_cBooleantrue, falseNo
channel_widthIntegerYes
enable_customBooleantrue, falseYes
enable_brown_fieldBooleantrue, falseYes
radio_type_a_propertiesClass[radio_type_a_properties]No
radio_type_b_propertiesClass[radio_type_b_properties]No
radio_type_c_propertiesClass[radio_type_c_properties]No

radio_type_a_properties (catalyst_center.wireless.rf_profiles)

NameTypeConstraintMandatoryDefault Value
parent_profileStringNo
radio_channelsStringNo
data_ratesStringNo
mandatory_data_ratesStringNo
power_threshold_v1IntegerNo
rx_sop_thresholdStringNo
min_power_levelIntegerNo
max_power_levelIntegerNo

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