Hi ,
I'm playing with AI-RRM in a Lab at the moment and I would love to understand better the scoring system.
https://documentation.meraki.com/Wireless/Operate_and_Maintain/User_Guides/Radio_Settings/AI_-_RRM
From the documentation :
The score is calculated from :
- Co-channel Neighbor Utilization -> coChannelUtilizationScore
- Co-channel Overlapping -> coChannelNeighborScore
- Noise Side Channel -> sideChannelNoiseScore
- Noise Same Channel -> channelNoiseScore
- Co-channel interference -> channelInterferenceScore (?)
- Adjacent channel interference -> interferenceScore (?)
- Low SNR Clients -> lowRssiClientsScore
- Radio Utilization -> ?
- Channel Change Health -> ?
These 9 values are included in getOrganizationAssuranceConnectivityWirelessRfHealthByBand :
"ccaBusyScore": 100,
"channelInterferenceScore": 100,
"channelNoiseScore": 100,
"clientScore": 100,
"coChannelNeighborScore": 100,
"coChannelUtilizationScore": 100,
"interferenceScore": 100,
"lowRssiClientsScore": 100,
"neighborCoverageScore": 54,
"neighborScore": 100,
"noiseScore": 100,
"nonCoChannelNeighborScore": 54,
"nonCoChannelUtilizationScore": 100,
"overallScore": 100, ( self explanatory )
"sideChannelNoiseScore": 100,
"sideChannelNeighborScore": 100,
"sideChannelInterferenceScore": 100,
"connectedClientCount": 2,
What is the meaning of these values ? :
ccaBusyScore
clientScore
neighborCoverageScore
neighborScore
noiseScore
nonCoChannelNeighborScore
nonCoChannelUtilizationScore
sideChannelInterferenceScore
sideChannelInterferenceScore
connectedClientCount
Do they affect the score or not ?