RRM FRA Feature Template
Location in GUI:
Design » Network Settings » Wireless » RRM » Feature Templates » RRM FRA Configuration
Diagram
Section titled “Diagram”Classes
Section titled “Classes”wireless (catalyst_center.feature_templates)
Section titled “wireless (catalyst_center.feature_templates)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| rrm_fra | List | [rrm_fra] | No |
rrm_fra (catalyst_center.feature_templates.wireless)
Section titled “rrm_fra (catalyst_center.feature_templates.wireless)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | max: 64 | Yes | |
| radio_band | Choice | 2.4GHz_5GHz, 5GHz_6GHz | Yes | |
| fra_freeze | Boolean | true, false | No | false |
| fra_status | Boolean | true, false | No | false |
| fra_interval | Integer | min: 1, max: 24 | No | 3 |
| fra_sensitivity | Choice | LOW, MEDIUM, HIGH, HIGHER, EVEN_HIGHER, SUPER_HIGH | No | MEDIUM |
RRM FRA (Flexible Radio Assignment) feature templates define global controller-level FRA settings for a radio band pair (2.4GHz_5GHz or 5GHz_6GHz). fra_sensitivity is supported only for the 2.4GHz_5GHz radio band (not shown in the GUI for 5GHz_6GHz). Templates can be associated with Wireless Network Profiles through feature_templates to apply FRA policy across the profile. This complements per-RF Profile FRA settings under fra_properties_a and fra_properties_c. Applicable to non-fabric and fabric wireless deployments with IOS-XE wireless controllers.
Examples
Section titled “Examples”Example-1: Basic RRM FRA feature template for the 2.4GHz_5GHz band with FRA enabled, a 3-hour interval, and medium sensitivity:
catalyst_center: feature_templates: wireless: rrm_fra: - name: RRM_FRA_24_5 radio_band: "2.4GHz_5GHz" fra_status: true fra_freeze: false fra_interval: 3 fra_sensitivity: MEDIUMExample-2: RRM FRA feature template with FRA disabled and freeze enabled, associated with a wireless network profile:
catalyst_center: feature_templates: wireless: rrm_fra: - name: RRM_FRA_FROZEN radio_band: "2.4GHz_5GHz" fra_status: false fra_freeze: true fra_interval: 6 fra_sensitivity: EVEN_HIGHER network_profiles: wireless: - name: CORPORATE_WIRELESS feature_templates: - RRM_FRA_FROZEN ssid_details: - name: CORPORATE_SSID enable_fabric: trueExample-3: RRM FRA feature template for the 5GHz_6GHz band (requires IOS-XE 17.9.1+):
catalyst_center: feature_templates: wireless: rrm_fra: - name: RRM_FRA_5_6 radio_band: "5GHz_6GHz" fra_status: true fra_freeze: false fra_interval: 3