Describes rogue AP scale modes, feature history, advantages and disadvantages of various role-scale modes, configuration procedures, and verification steps to optimize rogue AP management and scaling across different deployment classes.
A rogue AP scale mode is a database management mechanism that
-
decides if the system adds or discards a newly detected rogue AP when the database reaches its capacity
-
lets you set quotas or priorities by rogue AP classification to use available space efficiently, and
-
allows you to customize storage management based on classification needs and resources.
Types of rogue AP scale modes
These modes determine whether the system adds a rogue AP to the database when it reaches maximum scale:
-
Quota : Quotas apply to each classification as a percentage of the maximum scale. If a classification has a quota of X percent, that portion of the rogue AP database is reserved for the classification. If all memory for that classification is used, the system drops any new rogue APs in that classification.
-
Priority : Priorities apply to different classifications. If you do not set quotas, the system uses priority mode by default. The system uses these priorities:
-
malicious: highest
-
custom: high
-
unclassified: medium
-
friendly: low
The system enforces priorities only when the maximum database scale is reached. If you classify a new rogue AP and the database is full, the system adds it only if there are lower-priority rogue APs that are present. If this happens, the system deletes the newest rogue AP entry of the lowest priority. If there are no lower-priority rogue APs, the system drops the new AP.
-
-
Hybrid : Hybrid mode combines quotas and priorities. When space is available, rogue APs of lower priority use any unused quota reserved for higher-priority rogue APs.
Rogue AP scale mode logic after reaching maximum scale
After the rogue AP database reaches maximum scale, the system applies this logic when it classifies a new rogue AP:
-
If the number of stored rogue APs in the new rogue AP’s class is below its quota, store the new rogue AP and delete the newest rogue AP of the lowest-priority classification that exceeds its quota.
-
If a lower-priority classification exceeds its quota, the system deletes the newest rogue AP in that classification and stores the new rogue AP.
-
If neither condition applies, the system drops the new rogue AP.
Configure quotas and priorities carefully to balance security requirements with database limitations.
If you do not configure quotas, the system uses priority mode.
Suppose the database has reached maximum scale and a new rogue AP classified as malicious is detected. If the malicious quota allows storage, the system stores the new rogue AP and removes the newest rogue AP from the lowest-priority classification that exceeds its quota. If no such rogue AP exists, the system drops the new rogue AP.