Skip to content

RRM FRA Feature Template

Location in GUI: Design » Network Settings » Wireless » RRM » Feature Templates » RRM FRA Configuration

Diagram

wireless (catalyst_center.feature_templates)

Section titled “wireless (catalyst_center.feature_templates)”
NameTypeConstraintMandatoryDefault Value
rrm_fraList[rrm_fra]No

rrm_fra (catalyst_center.feature_templates.wireless)

Section titled “rrm_fra (catalyst_center.feature_templates.wireless)”
NameTypeConstraintMandatoryDefault Value
nameStringmax: 64Yes
radio_bandChoice2.4GHz_5GHz, 5GHz_6GHzYes
fra_freezeBooleantrue, falseNofalse
fra_statusBooleantrue, falseNofalse
fra_intervalIntegermin: 1, max: 24No3
fra_sensitivityChoiceLOW, MEDIUM, HIGH, HIGHER, EVEN_HIGHER, SUPER_HIGHNoMEDIUM

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.

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: MEDIUM

Example-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: true

Example-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